Admin Draft Orders
Remove New Shipping Method from Draft Order
Remove a shipping method that was added to a draft order edit using the ID
of the method’s SHIPPING_ADD
action.
Every shipping method 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 shipping method's SHIPPING_ADD
action.
Response
200
OK