v1

latestOpenAPI 3.0.3MIT2026-07-17291830.7 KB
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.