API Reference
API Reference

Update the status of an order

Parameter values

FieldDescription
order_statusStore 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"}}

Path Params
string
required

Found in the user interface of ShippingEasy, as described on the API Credentials page.

string
required

The same value you used when creating the order. It is typically the ID used in your e-commerce system.

Responses

Language
Credentials
Choose an example:
application/json