put
https://api.shippingeasy.com/api/stores//orders//status
Update the status of an order
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Parameter values
| Field | Description |
| order_status | Store order status for the order. Must be one of: awaiting_payment awaiting_fulfillment awaiting_shipment partially_shipped |
Note that the value that is being changed is the store_order_status in the original_order node. This value is displayed in the Status column on the Orders page in the ShippingEasy user interface. The Orders page in ShippingEasy has a filter setting for Status.
Example Payload:
{"order":{"order_status":"awaiting_payment"}}
