Skip to main content

Path Parameters

locationId
string
required
The unique identifier for the restaurant location

Request Body

marketplaceId
string
required
The marketplace identifier (typically the same as locationId)
currentCartId
string
required
The current cart identifier (can be empty string for new carts)
{
  "cartId": "68760ae04a6a9526112170f6"
}
The API returns just the cartId. Use the Get Cart endpoint to retrieve the full cart details.