Skip to main content

Update order

PUT 

/v1/orders/:orderId

Rate limit32 requests per minute

Replaces the order identified by orderId with the full order payload provided in the request body. Send the complete order representation (the same shape used to create it), not a partial patch. To change only the status, customer payment, or delivery information, prefer the dedicated /status, /payments, and /delivery endpoints. Returns 404 if no order matches the given orderId for this store.

Request

Responses

The order was successfully updated.