Carts
Retrieve a Cart
Retrieves a cart by its ID. This endpoint can be used to retrieve the details of an existing cart, including the items, quantities, and total price.
GET
/
carts
/
{cartId}
Authorizations
Path Parameters
The ID of the cart to retrieve.
Response
200 - application/json
The unique ID of the cart.
The total quantity of items in the cart.
The subtotal of the cart (before taxes and fees).
The total tax amount.
The final order total.
An array of cart items with details.