A valid request URL is required to generate request examples{
"itemCount": 123,
"totalQuantity": 123,
"total": 123,
"isExpired": true,
"hasActiveCart": true
}Retrieves the number of items in the active cart, total cost of items in the cart and the cart expiration by userId. All anonymous idle carts that do not proceed to checkout expire after 14 days.
A valid request URL is required to generate request examples{
"itemCount": 123,
"totalQuantity": 123,
"total": 123,
"isExpired": true,
"hasActiveCart": true
}JWT Authorization header using the Bearer scheme.
Unique identifier of the user.
Unique identifier of the customer account.
limits which fields are returned in the response body
Success
Cart summary, which is the number of items in the active cart, total cost of items in the cart, and whether the cart has expired.
Number of items in the active cart.
Total quantity of all items in the cart
Total cost of items in the active cart.
If true, the cart has reached its expiration date (Cart.ExpirationDate) and considered abandoned. Carts of anonymous shoppers expire after 14 days of inactivity.
If true, the cart is active. A shopper has added an item to a cart.