cart-items

Remove cart item

Removes a specific item from the customer's cart. By default returns the updated cart contents. Set return_status=true to get just a removal message.

delete/cart/item/{item_key}

Path parameters

item_keystring required

Unique identifier for the cart item.

Query parameters

return_statusboolean

Returns a message after removing item from cart.

Response

Cart item removed successfully.

OR
string required

Example response

"Product Name has been removed from cart."

Changes

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