Removing products from cart
How to remove an item from your shopping cart
Last updated
How to remove an item from your shopping cart
Last updated
You have some items in your shopping cart and you want to remove one of them.
Removing a product (SKU) from your shopping cart means deleting an existing line item. To do that, send a DELETE
request to the /api/line_items/:id
endpoint.
The following request removes the line item identified by the "aBmNkPQRst" ID from your shopping cart:
See our documentation if you need more information on how to delete a line item.