Skip to main content
POST
Return all available shipping options for the specified cart
Returns all available shipping options for the cart information specified either by cartToken or by including all the relevant checkoutCartInfo details.

Query Parameters

cartToken
string

Merchants who implement API checkout only, may specify the Cart token returned by the SendCart method preceding the current method call. In this case, all other arguments will be ignored and the information stored in the respective Cart will be used instead. Either cartToken or checkoutCartInfo must be specified.

checkoutCartInfo
CheckoutCartInfo · object

Full cart information. Either cartToken or checkoutCartInfo must be specified.

Response

200 - application/json

List of shipping options.

CheckoutShippingOption
CheckoutShippingOption · object[]

List of shipping options