Update a new item that was added to a draft order edit by the ID of the item’s ITEM_ADD
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The draft order's ID.
The ID of the item's ITEM_ADD
action.
The updates to make on a draft order's item.
OK