Footer Section
Explore

You can easily get a new or existing cart by providing the unique cart reference in the request or simply 'active' for the current active cart.
If 'active' is used and the user hasn't created a cart, a prepopulated cart is returned with basic header information. This cart does not contain an Id and is inserted the first time a product is added to the cart.
The reference to the cart or 'active' for the current active cart
The namespace for the fields will be prefixed if set to false. By default it is true.
The account value from header will be taken as default account if passed as query param
The name of the storefront being used for the request.
OK
curl --request GET \--url https://documentation.conga.com/carts/cartId \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'x-account: ' \--header 'x-storefront: '