Update an order
Orders
Update an order
Update an existing order’s status, notes, shipping cost or discount. Requires the WRITE_ORDERS scope.
PUT
Update an order
Applies the whitelisted fields (
status, notes, shippingCost, discount) and returns the re-fetched, fully populated order. Status changes notify the customer. The store is bound to your app token server-side — never send a shop id.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The order's id (Mongo ObjectId).
Body
application/json
Response
The updated, fully populated order.
Standard Salesive response envelope. The operation-specific payload is carried in data.

