Delivery service API (1.0.0-delivery)

Download OpenAPI specification:

Delivery related service API

delivery

Related to delivery service

Get delivery options by site and cart

Get the delivery options using the key of the site and id of cart supplied.

Authorizations:
api_key
path Parameters
siteKey
required
string

The key of the site for delivery options

cartId
string

The id of the cart

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "context": {
    },
  • "metrics": {
    }
}

Health check information for a service

The health endpoint.

Authorizations:
api_key

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}