Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Request Code Samples
curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/sales/cart/' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Cart retrieved successfully
{
"cartId": "string",
"sessionId": "string",
"customerId": "string",
"status": 0,
"subtotal": "string",
"discountAmount": "string",
"discountMode": "percentage",
"total": "string",
"currencyId": "string",
"lines": [
{
"lineId": "string",
"productId": "string",
"quantity": 1,
"unitPrice": "string",
"discountAmount": "string",
"discountMode": "percentage",
"totalPrice": "string",
"measurementId": "string"
}
]
}
Modified at 2025-11-25 14:45:50