Skip to main content

Documentation Portal

UpdateOrderDispatch

Note

LEGACY: For reference only. These methods do not need to be implemented by merchants anymore.

Updates the order status and delivery quantities for the products, as well as merchant’s internal Delivery Reference Number, if applicable. Optionally, you can include the list of parcels for this order shipment to the Global-e hub.

URL

https://api_domain]/Order/UpdateOrderDispatch
Parameters

Request

Name

Type

Description

Mandatory

OrderStatus

Object OrderStatusDetails

Status details to update for the order specified

parcelsList

List <Parcel>

List of Parcel objects for this order’s shipment to the Global‑e hub

productsList

List Product

List of Product objects (specified in the request body)

Response

Name

Type

Description

Mandatory

ResponseInfo

Object ResponseInfo

Response details for API call

Examples

Response

[{
        "ProductCode": "1020872",
        "Name": "Lanolin",
        "Description": "Breast%20Feeding%20Ointment",
        "GenericHSCode": "",
        "OriginCountryCode": "",
        "Weight": "1.0000",
        "Height": null,
        "Length": null,
        "Volume": "60",
        "ImageURL": "\/a\/3\/a3c9ef_ece3bec0467310603bce72e9a58e33d3.jpg",
        "ImageHeight": "",
        "ImageWidth": "",
        "ListPrice": "25.0000",
        "OriginalListPrice": "17.7000",
        "SalePrice": "15.0000",
        "OriginalSalePrice": "17.7000",
        "VATRateType": {
            "VATRateTypeCode": 1,
            "Name": "Low",
            "Rate": "18.0000"
        },
        "Brand": {
            "BrandCode": "7",
            "Name": "Brand2"
        },
        "Categories": [{
                "CategoryCode": "3",
                "Name": "Maternity"
            }
        ],
        "DeliveryQuantity": 1
    }
]