Cart / Line Items
Remove a Line Item
Removes a line item from the cart by deleting the line item.
After deleting the line item, the system will re-calculate taxes, promotions, shipments etc.
DELETE
Authorizations
Order token to authorize Cart and Checkout requests.
Path Parameters
The ID of the line_item
you wish to remove.
Example:
"1"
Query Parameters
Specify the related resources you would like to receive in the response body. More Information.
Specify the fields you would like returned in the response body. More information.
Response
200
application/vnd.api+json
200 Success - Returns the cart
object.
The response is of type object
.