v1
latestOpenAPI 3.0.02026-07-226950132.6 KBcart-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.
Example response
"Product Name has been removed from cart."