items

Remove cart item

Removes a specific item from the customer's cart.

delete/item

Query parameters

cart_item_keystring

Unique identifier for the item in the cart.

return_cartboolean

Returns the whole cart to reduce API requests.

Response

Cart item removed successfully.

OR
Cart required

A map of cart item keys to cart item objects. Each property key is a unique cart item key.

Example response

{
  "removed": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.