Skip to main content
POST
UpdateOrderDispatchV2
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 unique identifier. Note Either OrderID or MerchantOrderID should be specified.

MerchantOrderId
string

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

DeliveryReferenceNumber
string

Merchant's internal Delivery Reference Number for this order.

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.

Parcels
Parcel · object[]

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

Exceptions
UpdateOrderDispatchException · object[] | null

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

TrackingDetails
TrackingDetails · object

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

Response

Response.

Success
boolean
Reason
string