Skip to content

Calculate full checkout totals (items + shipping + coupon)

POST
/rest/v1/checkout/totals

Parameters

Header Parameters

X-Cart-Token

Guest cart token (when not authenticated)

Type
string

Request Body

application/json
JSON
{
  
"transportId": 0,
  
"countryAlpha2": "string",
  
"countyAlpha": "string",
  
"postalCode": "string"
}

Responses

Checkout totals breakdown

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI