cart
Delete the item from shopping cart
Deletes the item from shopping cart of given customer
delete/api/v1/carts/{customerId}/items/{itemId}
Path parameters
customerIdstring required
Customer Identifier
itemIdstring required
Item (product) Identifier
Response
Accepts the request, regardless of whether the specified item exists in the cart or not.
Changes
No recorded changes to this endpoint across all 1 revision of this API.