Skip to main content

Documentation Portal

UpdateOrderDispatchRequest

Parameter Name

Type

Description

Mandatory

DeliveryReferenceNumber

String

Merchant’s internal Delivery Reference Number for this order.

No

Exceptions

List of UpdateOrderDispatchException

List of UpdateOrderDispatchException objects for this the UpdateOrderDispatchRequest. Note Either Parcels or Exceptions should be specified.

Mandatory if the Parcels property is not specified.

HubCode

String

Merchant hub code that indicates which hub the parcels are being sent from. Note The hubCode should be mapped to a Global‑e hubId on the Global‑e side.

No

IsCompleted

Boolean

Flag to mark orders as “completed” by the Merchant.

TRUE if order fulfillment has been completed and no more products will be shipped.

FALSE if order fulfillment has not been completed yet.

MerchantOrderId

String

Order unique identifier on the Merchant’s site. Note Either OrderID or MerchantOrderID should be specified.

Mandatory if the OrderID property is not specified.

OrderId

String

Global‑e order unique identifier. Note Either OrderID or MerchantOrderID should be specified.

Mandatory if the MerchantOrderID property is not specified.

Parcels

List of Parcel

List of Parcel objects for this UpdateOrderDispatchRequest. Note Either Parcels or Exceptions should be specified.

Mandatory only if the Exceptions property is not specified.

ShippingAdditionalInformation

String

Used if additional information is required for shipment. Currently, it is used for the ITN number when exporting from the US.

No

ShippingMethodCode

String

Shipping Method Code used for the order instead of the original one. The order should use WYOL and the input shipping method also be WYOL. NOTE: The Shipping Method Code should be mapped to a Global‑e Shipping Method on the Global‑e side.

No

TrackingDetails

Object TrackingDetails

Tracking information at the order level of the parcel in case the Merchant does the shipping by itself.

No