latestOpenAPI 3.0.02026-08-101013821017.9 KB
4b69392f93b9
Line Items
Delete a line item in a cart
To delete a particular line item for a product, you need to provide the ID of the line item in the {id} URI path parameter. Note that this method requires an authentication token.
delete/v1/shoppers/me/carts/active/line-items/{lineItemsId}
Path parameters
lineItemsIdstring required
Provide the line item identifier.
Query parameters
tokenstring
Provide the authorized or anonymous token for a shopper.
Response
No content.