cart
Get cart in session by cart key
Gets the cart in session for the provided cart key.
get/get-cart/{id}
Path parameters
idstring required
Unique cart key for the session.
Query parameters
thumbboolean
Returns the URL of the product image thumbnail.
Response
Cart in session retrieved successfully.
Cart required
A map of cart item keys to cart item objects. Each property key is a unique cart item key.
Changes
No recorded changes to this endpoint across all 1 revision of this API.