Skip to main content

Documentation Portal

DispatchOrders

Returns manifest documents. Can consume either a list of Global-e order IDs or a list of merchant order IDs. If the optional hubCode parameter is specified, then only the parcels or orders that were sent from the specified hub will be dispatched.

Method/URL

https://{server_name}/Order/DispatchOrders
Parameters

Request

Provide post data list of order IDs.

Name

Type

Description

Mandatory

GetOrdersManifestRequest

Object GetOrdersManifestRequest

Provides order manifest data for the order shipment process.

Response

Name

Type

Description

Mandatory

OrderDocumentsResponse

Object OrderDocumentsResponse

Provides order documents for the order shipment process.

Examples

Request

Request 1

{
    "HubCode": "Store",
    "OrderIds": ["GE2794623GB", " GE2794622GB", " GE2794621GB"]
}

Request 2

{
    "OrderIds": ["2794623", " 2794622", " 2794621"]
}