Shipment
Last updated
Last updated
You can enable a mini cart view in the following requests to show changes to the cart immediately. Find out more in the Views for Cart modifying operations
access_token
from Headless API Authentication
cartId
from
countryId
from from Countries
shippingMethodId
from Shipping Methods
priceGroupId
from the cart or from Price Groups
Error Response Example
Error | Description |
---|---|
BadRequest (400)
Missing or incorrect access token; Bad or missing request data; pipeline execution fails; etc.
Unauthorized (401)
The token is expired.
Forbidden (403)
The token does not have access to this endpoint.
NotFound (404)
Cart not found; Country not found; Price group not found.