Admin Draft Orders
Remove Item from Draft Order Edit
Remove an order item from a draft order edit by the ID of the item’s ITEM_ADD
or ITEM_UPDATE
action.
Every item has an actions
property, whose value is an array of actions. You can check the action’s name using its action
property, and use the value of the id
property.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The draft order's ID.
The ID of the order item's ITEM_ADD
or ITEM_UPDATE
action.
Response
200
OK