put https://api.shippingeasy.com/api/stores//orders//status
Update the status of an order
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"}}