items

Update cart item

Updates the quantity of a specific item in the customer's cart.

post/item

Request body

cart_item_keystring

Unique identifier for the item in the cart.

quantitystring required

Quantity of this item to update to.

return_cartboolean

Returns the whole cart to reduce API requests.

Response

Cart item updated successfully.

OR
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.