Skip to main content

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)
This API updates the order status on the merchant’s site. Only 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. Only OrderId and StatusCode are mandatory; requests can contain more parameters than listed.
The full request and response classes, along with success and failure response examples, are rendered on the API Reference page.