Delete a line item.
DELETE
/orders/{direction}/{orderID}/lineitems/{lineItemID}
204Roles
At least one of the roles below is required to access this endpoint.
FullAccessOrderAdminShopper
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
direction | Required | string | Direction of the order, from the current user's perspective. Possible values: incoming, outgoing, all. | Incoming, Outgoing, All |
orderID | Required | string | ID of the order. | --- |
lineItemID | Required | string | ID of the line item. | --- |