Skip to main content

Documentation Portal

UpdateOrderShippingInfo (Global-e to Merchant)

UpdateMerchant.Order

Updates the order's international shipping information on the Merchant site.

Only order.OrderId and order.InternationalDetails members are mandatory for this method.

Method/URL

https://www.merchant-site-domain.com/order-shipping-info-update-only-url
Parameters

Request

Name

Type

Description

Mandatory

order

Object Merchant.Order

Object MerchantOrder contains details about the status of the order on the merchant's site.

Yes

Response

Name

Type

Description

Mandatory

ResponseInfo

Object Merchant.ResponInfo

Response details regarding API call.

Objects for UpdateOrderShippingInfo API
Examples

Request

{
    "OrderId": "00010000100000000020",
    "InternationalDetails": {
        "OrderTrackingNumber": "1265443",
        " OrderTrackingUrl": "http://www.somecarrier.com/?1265443"
    },
    "MerchantGUID": "abcdabcd-abcd-abcd-abcd-abcdabcdabcd"
}