Skip to main content
POST
Update Parcel Dispatch
Part of the Dispatch Notifications (from Global‑e) integration guide — see it for when and how to use this endpoint.

Body

application/json
DispatchedParcel
DispatchedParcel · object
required

Dispatched parcel information.

OrderId
string
required

Global‑e order unique identifier.

MerchantGUID
string
required

Unique identifier of the Merchant on Global-e.

MerchantOrderId
string

Order unique identifier on the Merchant's site returned from a previous call to the SendOrderToMerchant method for this order.

StatusCode
string

Code denoting the order status on the Merchant's site (to be mapped on the Global‑e side).

WebStoreCode
string

Code used on the merchant's site to identify the web store, as specified in the WebStoreCode argument for cart method for the cart converted to this order on Global‑e.

WebStoreInstanceCode
string

Refers to Merchant Store Instance.

Response

200 - application/json

Success or failure response.

Success
boolean
required

Indicates if the API call has succeeded. True — indicates that the call was successful. False — denotes an error or failure.

Message
string

Success or Error code to be returned when an error occurs.

Description
string | null

Error Description.