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
Authorizations
Path Parameters
The ID of the cart to retrieve.
Response
200 - application/json
The unique ID of the cart.
An array of cart items with details.
The final order total.
The subtotal of the cart (before taxes and fees).
The total tax amount.
The total quantity of items in the cart.