cart

Get persistent cart by customer ID

Gets the persistent cart for the provided customer ID.

get/get-cart/customer/{id}

Path parameters

idstring required

Unique customer ID.

Query parameters

thumbboolean

Returns the URL of the product image thumbnail.

Response

Persistent cart 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.