UpdateOrderStatus (Global-e to Merchant)
The UpdateOrderStatus API lets you:- Cancel an order with a reason (and notify the customer accordingly)
- Move an order to a processing status (used by Global‑e or specific cases not covered in this guide)
order.OrderId and order.StatusCode members are mandatory for this method.
Update Order Status (from Global-e) — reference & playground
The
Merchant.Order request class, the ResponseInfo response class, request/response examples, and the interactive playground for POST to the merchant-hosted order-status-update endpoint.Use Cases
Update the order status on the merchant’s site
Global‑e posts the full merchant order to the merchant-hosted endpoint. OnlyOrderId and StatusCode are mandatory; requests can contain more parameters than listed.

