latestOpenAPI 3.0.12026-08-101292701.1 MB

f21981db32be

Orders

Tracks Global Logistics shipments

Retrieves the details of Global Logistics shipments. Supply the unique identifier of the order you would like to retrieve.

get/orders/{id}/tracking

Path parameters

idstring required

Order ID

Response

OK.

orderIdstring

The unique identifier for the order.

Example response

{
  "orderId": "ord_5823594809",
  "shipTo": {
    "address": {
      "line1": "10380 Bren Rd W",
      "city": "Minnetonka",
      "postalCode": "55129",
      "state": "MN",
      "country": "US"
    },
    "name": "John Smith",
    "phone": "952-111-1111",
    "email": "jsmith@digitalriver.com",
    "organization": "Digital River",
    "additionalAddressInfo": {
      "neighborhood": "Centro",
      "division": "営業部",
      "phoneticName": "ヤマダ タロ"
    }
  },
  "shipments": [
    {
      "trackingNumber": ".",
      "trackingUrl": "."
    }
  ]
}