Skip to content
Guides
API reference
stable

Get cart order group

Returns the orders a completed cart produced. A cart with items from several sellers becomes several orders under one group.

GET/v1/carts/{cartToken}/order

Returns the orders a completed cart produced. A cart with items from several sellers becomes several orders under one group.

Path Parameters

cartToken*string

Opaque token identifying the cart.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/carts/string/order"
{  "orderId": "string",  "orderNumber": "string",  "orderGroup": "string",  "orderIds": [],  "status": "string",  "total": 0.1,  "currencyCode": "string",  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}