Skip to main content
POST
Update Order Dispatch V2
Part of the Dispatch Notifications via API integration guide — see it for when and how to use this endpoint.

Body

application/json
OrderId
string

Global‑e Order ID (starting with "GE"). One of OrderId or MerchantOrderId is required.

MerchantOrderId
string

Merchant order ID as recorded in the ecommerce platform. One of OrderId or MerchantOrderId is required.

DeliveryReferenceNumber
string

Additional informative dispatch reference (optional).

IsCompleted
boolean

When true, all items not already declared as part of a parcel will be cancelled and refunded. Until true, consolidation of parcels is expected if no backorders are present. If backorder exceptions are specified, not required — allows dispatch of existing parcels without delay.

Parcels
Parcel · object[]

List of parcels being dispatched. May be an empty array.

Exceptions
DispatchException · object[] | null

List of item exceptions (out-of-stock, backorder, or cancellation). May be an empty array or null.

Response

Success or object-processing failure. Check the Success field to distinguish. A true value confirms receipt and first-level validation; processing of nested attributes is asynchronous.

Response returned for both successful and object-processing-error outcomes.

Success
boolean

true if the request was received and first-level validation passed. false if an object-processing error occurred.

Reason
string

Optional operation description or processing error detail.