v1
latestOpenAPI 3.0.02026-07-226950132.6 KBitems
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.
Example response
{
"removed": true
}