Skip to main content

Documentation Portal

Tracking Events API

Overview

The Get Tracking Events API lets you retrieve status events on the delivery status of an order or return. For return shipments, it also lets you trigger refunds automatically upon confirmation of returned item receipt (or any other tracking event). The API accepts one or more trackable entities (order/shipment), up to 1000, on a single call with event data available for up to two years in the past. A rate limit is enforced per MerchantGUID, allowing up to 10 requests per minute. Exceeding this limit results in an HTTP 429 response.

Prerequisites

The request can include a list of order IDs (merchant or Global-e), a list of tracking numbers, or both, but all the same type: Inbound or Outbound. Each request can report on either inbound orders or outbound, but not both. Two different requests should be issued to track both types of shipments

Implementation

Get TrackingEvents
  • API ENDPOINT: GetTrackingEvents

  • POST request URL: https://{server_name}/Shipment/GetTrackingEvents

Request Parameters

Parameter

Type

Description

Mandatory

EventSinceInUTC

DateTime

Date and time for the earliest time of the order shipment status, UTC, in RFC 2822 format (for example, Fri, 8 Aug 2014 17:13:07 +0000).

No

Type

string

The shipment direction. One of the following:

  • inbound

  • outbound

Yes

OrderIds

List of strings

List of Merchant / Global-e Order IDs. Up to 100 in each request.

Note: Each OrderId, string, in the format GE<TRACKING_NUMBER>, maximum length: 100 characters.

Conditional

TrackingNumbers

List of strings

List of Global-e shipments tracking numbers. Up to 100 in each request, in the format GE<TRACKING_NUMBER>.

Conditional

Note

While both OrderIds and TrackingNumbers are optional, you should provide values in at least one of these fields to get meaningful results.

Response Parameters

Parameter

Type

Description

Mandatory

SuccessfulTracking Numbers

List of SuccessfulTrackingNumber

The events for each OrderId are listed in the request. The object includes:

  • GlobalOrderID

  • MerchantOrderID

  • GlobalParcelCode

  • GlobalRMANumer (for returns)

  • IsTrackingNumberActive

  • TrackingNumber

  • Type: One of the following values:

    • inbound

    • outbound

  • TrackingURL

  • ShipperName

  • IsFinalMile

  • TrackingEvents Object. The object includes:

    • ShipperEventDescription

    • TrackingEventDateTimeInUTC

    • GlobalEventCode

    • GlobalEventDescription

    • ShipperEventCode

    • TrackingEventStatus. One of the following values:

      • DispatchedToCustomer

      • DeliveryAttempt

      • Delivered

      • ReturnedByShipper

    • Location - Object of FullAddress

FailedTrackingNumbers

List of FailedTrackingNumbers

List of tracking numbers of orders that failed to be delivered. The objects include:

  • OrderID/TrackingNumber

  • Code

  • Error

  • Description

  • Success

Error Codes

Verify that all of the content from the screenshot is included here.

Error Code

Error Message

E01

The shipment ({0}) is not trackable with this shipper.

E02

The order ({0}) is not trackable with this shipper.

E03

The provided tracking number ({0}) was not found.

E04

The provided order id ({0}) was not found.

E05

The order ({0}) is not associated to the merchant.

E06

The tracking number ({0}) is not associated to the merchant.

E07

The order ({0}) doesn't have tracking number.

E08

The tracking event type parameter ({0}) is invalid.

E10

The number of input values (Tracking Numbers and Order Ids) exceeds the ({0}) limit.

E11

At least one Order ID or Tracking Number should be specified.

Object FailedTrackingNumbers

Parameter Name

Type

Description

Mandatory

Error

String

The error message.

OrderID

String

Unique order identifier.

Success

Bool

Indicates success or failure.

TrackingNumber

String

The Global-e tracking number.

code

String

The error code.

Description

string

The error description.

Object SuccessfulTrackingNumbers

Parameter Name

Type

Description

Mandatory

GlobaleOrderID

String

The Global-e order ID for the parcel.

GlobaleParcelCode

String

The parcel code used by Global-e.

GlobaleRMANumber

String

The Global-e RMA number.

IsTrackingNumberActive

Boolean

Identifies if the tracking number is in use.

MerchantOrderID

String

The order ID used by the merchant for the order.

MerchantRMANumber

String

The return merchandise authorization number used by the merchant for the parcel.

ShipperName

String

The shipping method name.

IsFinalMile

Boolean

In case there are several GE carriers within the shipment lifecycle this is the indication whether the tracking events belong to the final mile carrier or not.

TrackingEvents

Object TrackingEvents

Information about order and tracking events.

TrackingNumber

String

Global-e tracking number.

TrackingURL

String

Full tracking URL used for this parcel.

Type

String

Type of shipment:

  • inbound

  • outbound

Object TrackingEvents

Parameter Name

Type

Description

Mandatory

ShipperEventDescription

String

The description of the tracking event as the shipper has specified.

TrackingEventDateTimeInUTC

DateTime

The date and time when the tracking event occurred, stored in Coordinated Universal Time (UTC) format.

GlobaleEventCode

String

The event code used internally by Global-e.

GlobaleEventDescription

String

The event description used internally by Global-e.

ShipperEventCode

String

The original event code provided by the shipper.

TrackingEventStatus

String

One of the following values:

  • DispatchedToCustomer

  • DeliveryAttempt

  • Delivered

  • ReturnedByShipper

  • Empty string when the event doesn't match any of these specific statuses

Location

Object TrackingEventLocation

An object containing location information about where the tracking event occurred, specifically including the full address of the event location.

Examples

This section shows the following examples:

Request - Outbound

This section describes an outbound request example.

Request for only Global-e orders:

curl --location 'https://[globale domain]/Shipment/GetTrackingEvents' \
--header 'MerchantGUID: D2ED2A7F-F6ED-4CCB-B611-B44AC8D02250' \
{
  "EventSinceInUTC": "2023-01-01 00:04:23",
  "Type": "outbound",
  "OrderIds": [
    "GE381652418TS"
],
    "TrackingNumbers": [
"EPG010969440039982"
]}
Response - Outbound

This section describes an outbound response example.

{
  "SuccessfulTrackingNumbers": [
    {
      "GlobaleOrderID": "GE381652418TS",
      "MerchantOrderID": "381652418",
      "GlobaleParcelCode": "240324091851129-P1",
      "IsTrackingNumberActive": true,
      "TrackingNumber": "GE381652418TS2864637A0",
      "Type": "outbound",
      "TrackingUrl": "https://mailingtechnology.com/tracking/?tn=GE381652418TS2864637A0",
      "ShipperName": "Spring XBS Packet Registered-GlobalE",
      "IsFinalMile": "false",
      "TrackingEvents": [
        {
          "ShipperEventDescription": "The parcel has been created but is waiting to be manifested (i.e. despatched)",
          "TrackingEventDateTimeInUTC": "2024-03-24T09:19:08",
          "GlobaleEventCode": "1",
          "GlobaleEventDescription": "The parcel has been created but is waiting to be manifested (i.e. despatched)",
          "ShipperEventCode": "0",
          "TrackingEventStatus": "",
          "Location": {
            "FullAddress": null
          }
        }
      ]
    },
    {
      "GlobaleOrderID": "GE381652418TS",
      "MerchantOrderID": "381652418",
      "GlobaleParcelCode": "240324091851211-P2",
      "IsTrackingNumberActive": true,
      "TrackingNumber": "GE381652418TS2864637A0",
      "Type": "outbound",
      "TrackingUrl": "https://mailingtechnology.com/tracking/?tn=GE381652418TS2864637A0",
      "ShipperName": "Spring XBS Packet Registered-GlobalE",
      "IsFinalMile": "false",
      "TrackingEvents": [
        {
          "ShipperEventDescription": "The parcel has been created but is waiting to be manifested (i.e. despatched)",
          "TrackingEventDateTimeInUTC": "2024-03-24T09:19:16",
          "GlobaleEventCode": "1",
          "GlobaleEventDescription": "The parcel has been created but is waiting to be manifested (i.e. despatched)",
          "ShipperEventCode": "0",
          "TrackingEventStatus": "",
          "Location": {
            "FullAddress": null
          }
        }
      ]
    },
    {
      "GlobaleOrderID": "GE381652418TS",
      "MerchantOrderID": "381652418",
      "GlobaleParcelCode": "24032409185195-P3",
      "IsTrackingNumberActive": true,
      "TrackingNumber": "GE381652418TS2864637A0",
      "Type": "outbound",
      "TrackingUrl": "https://mailingtechnology.com/tracking/?tn=GE381652418TS2864637A0",
      "ShipperName": "Spring XBS Packet Registered-GlobalE",
      "IsFinalMile": "false",
      "TrackingEvents": [
        {
          "ShipperEventDescription": "The parcel has been created but is waiting to be manifested (i.e. despatched)",
          "TrackingEventDateTimeInUTC": "2024-03-24T09:19:17",
          "GlobaleEventCode": "1",
          "GlobaleEventDescription": "The parcel has been created but is waiting to be manifested (i.e. despatched)",
          "ShipperEventCode": "0",
          "TrackingEventStatus": "",
          "Location": {
            "FullAddress": null
          }
        }
      ]
    }
  ],
  "FailedTrackingNumbers": [
    {
      "TrackingNumber": "EPG01096944006339982",
      "Code": "E06",
      "Error": "The tracking number (EPG01096944006339982) is not associated to the merchant",
      "Description": null,
      "Success": false
    }
  ]
}
Request - Inbound

This section describes an inbound request example.

Request for only Global-e orders:

curl --location 'https://api.global-e.com/Shipment/GetTrackingEvents' \
--header 'MerchantGUID: D2ED2A7F-F6ED-4CCB-B611-B44AC8D02250' \
--header 'Content-Type: application/json' \
--data '{
  "EventSinceInUTC": "2025-01-01 00:04:23",
  "Type": "inbound",
  "OrderIds": [ ],
  "TrackingNumbers":["1185989630"]
}'

        {
Response - Inbound

This section describes an inbound response example.

{
    "SuccessfulTrackingNumbers": [
        {
            "GlobaleOrderID": "GE11575432921US",
            "MerchantOrderID": "1757430",
            "GlobaleParcelCode": null,
            "GlobaleRMANumber": "9132318",
            "IsTrackingNumberActive": true,
            "TrackingNumber": "1185989630",
            "Type": "inbound",
            "TrackingUrl": "https://mydhl.express.dhl/gb/en/tracking.html#/results?id=1185989630",
            "ShipperName": "DHL API Express Worldwide Returns-UK-GlobalE",
            "IsFinalMile": "false",
            "TrackingEvents": [
                {
                    "ShipperEventDescription": "Carrier has scanned the parcel for receipt into their network",
                    "TrackingEventDateTimeInUTC": "2026-03-13T23:30:44",
                    "GlobaleEventCode": "4",
                    "GlobaleEventDescription": "The carrier has acknowledged receipt of the parcel into their network",
                    "ShipperEventCode": "PU",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONG BEACH,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T02:20:17",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONG BEACH,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T02:22:58",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONG BEACH,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T03:10:17",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "TR",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LOS ANGELES GATEWAY,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T03:34:58",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LOS ANGELES GATEWAY,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T07:45:38",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "AF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T09:39:43",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T16:02:44",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T17:04:58",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:41:18",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:43:15",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:43:19",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:44:20",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:45:21",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:55:23",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-15T02:57:45",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "AF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "Customs clearance / Released from customs",
                    "TrackingEventDateTimeInUTC": "2026-03-15T03:37:14",
                    "GlobaleEventCode": "43",
                    "GlobaleEventDescription": "The parcel has been cleared for delivery",
                    "ShipperEventCode": "CR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-15T03:37:14",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-15T10:46:00",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "SM",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-15T19:31:43",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-15T22:52:03",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-16T01:46:48",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "AF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONDON-HEATHROW-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-16T05:07:02",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONDON-HEATHROW-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-16T06:05:44",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONDON-HEATHROW-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has successfully collected a parcel from a customer",
                    "TrackingEventDateTimeInUTC": "2026-03-16T07:14:18",
                    "GlobaleEventCode": "62",
                    "GlobaleEventDescription": "The package/s arrived to the destination country",
                    "ShipperEventCode": "AR",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "ENFIELD-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The parcel has left the delivery. depot for the recipients address",
                    "TrackingEventDateTimeInUTC": "2026-03-16T10:00:06",
                    "GlobaleEventCode": "18",
                    "GlobaleEventDescription": "The parcel has left the delivery depot for the recipients address",
                    "ShipperEventCode": "WC",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "ENFIELD-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "Delivered",
                    "TrackingEventDateTimeInUTC": "2026-03-16T11:52:14",
                    "GlobaleEventCode": "29",
                    "GlobaleEventDescription": "The parcel has been successfully delivered",
                    "ShipperEventCode": "OK",
                    "TrackingEventStatus": "Delivered",
                    "Location": {
                        "FullAddress": "HARLOW-GBR"
                    }
                }
            ]
        }
    ],
    "FailedTrackingNumbers": []
}
Request for Consolidated Returns with Final-Mile Tracking

The request for consolidated returns with final-mile tracking supports cases with two tracking numbers, each representing a different leg of the shipment:

  1. First leg - The consolidated returns carrier (from the buyer to the Global-e hub).

  2. Second leg - The domestic carrier (from the Global-e hub to the merchant hub), represented by a new tracking number.

The following are the input parameters:

  • TrackingNumbers (array) - Return tracking numbers.

  • OrderIds (array) - Global-e order IDs

At least one TrackingNumbers or OrderIds must be provided.

curl --location 'https://api.global-e.com/Shipment/GetTrackingEvents' \
--header 'MerchantGUID: D2ED2A7F-F6ED-4CCB-B611-B44AC8D02250' \
--header 'Content-Type: application/json' \
--data '{
  "EventSinceInUTC": "2025-01-01 00:04:23",
  "Type": "inbound",
  "OrderIds": [ ],
  "TrackingNumbers":["1185989630"]
}'

        {
Response for Consolidated Returns with Final-Mile Tracking
[
{
    "SuccessfulTrackingNumbers": [
        {
            "GlobaleOrderID": "GE11575432921US",
            "MerchantOrderID": "1757430",
            "GlobaleParcelCode": null,
            "GlobaleRMANumber": "9132318",
            "IsTrackingNumberActive": false,
            "TrackingNumber": "1185989630",
            "Type": "inbound",
            "TrackingUrl": "https://mydhl.express.dhl/gb/en/tracking.html#/results?id=1185989630",
            "ShipperName": "DHL API Express Worldwide Returns-UK-GlobalE",
            "IsFinalMile": "false",
            "TrackingEvents": [
                {
                    "ShipperEventDescription": "Carrier has scanned the parcel for receipt into their network",
                    "TrackingEventDateTimeInUTC": "2026-03-13T23:30:44",
                    "GlobaleEventCode": "4",
                    "GlobaleEventDescription": "The carrier has acknowledged receipt of the parcel into their network",
                    "ShipperEventCode": "PU",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONG BEACH,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T02:20:17",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONG BEACH,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T02:22:58",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONG BEACH,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T03:10:17",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "TR",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LOS ANGELES GATEWAY,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T03:34:58",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LOS ANGELES GATEWAY,CA-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T07:45:38",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "AF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T09:39:43",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T16:02:44",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-14T17:04:58",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "CINCINNATI HUB,OH-USA"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:41:18",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:43:15",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:43:19",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:44:20",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:45:21",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-14T19:55:23",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-15T02:57:45",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "AF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "Customs clearance / Released from customs",
                    "TrackingEventDateTimeInUTC": "2026-03-15T03:37:14",
                    "GlobaleEventCode": "43",
                    "GlobaleEventDescription": "The parcel has been cleared for delivery",
                    "ShipperEventCode": "CR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-15T03:37:14",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "RR",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has provided some information concerning the parcel",
                    "TrackingEventDateTimeInUTC": "2026-03-15T10:46:00",
                    "GlobaleEventCode": "30",
                    "GlobaleEventDescription": "The carrier has provided some information concerning the parcel",
                    "ShipperEventCode": "SM",
                    "TrackingEventStatus": "",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-15T19:31:43",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-15T22:52:03",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "EAST MIDLANDS-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-16T01:46:48",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "AF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONDON-HEATHROW-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-16T05:07:02",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "PL",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONDON-HEATHROW-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "In transit",
                    "TrackingEventDateTimeInUTC": "2026-03-16T06:05:44",
                    "GlobaleEventCode": "15",
                    "GlobaleEventDescription": "The parcel is in transit (NB: This could either be en route to a country hubs delivery depot)",
                    "ShipperEventCode": "DF",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "LONDON-HEATHROW-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The carrier has successfully collected a parcel from a customer",
                    "TrackingEventDateTimeInUTC": "2026-03-16T07:14:18",
                    "GlobaleEventCode": "62",
                    "GlobaleEventDescription": "The package/s arrived to the destination country",
                    "ShipperEventCode": "AR",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "ENFIELD-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "The parcel has left the delivery. depot for the recipients address",
                    "TrackingEventDateTimeInUTC": "2026-03-16T10:00:06",
                    "GlobaleEventCode": "18",
                    "GlobaleEventDescription": "The parcel has left the delivery depot for the recipients address",
                    "ShipperEventCode": "WC",
                    "TrackingEventStatus": "DispatchedToCustomer",
                    "Location": {
                        "FullAddress": "ENFIELD-GBR"
                    }
                },
                {
                    "ShipperEventDescription": "Delivered",
                    "TrackingEventDateTimeInUTC": "2026-03-16T11:52:14",
                    "GlobaleEventCode": "29",
                    "GlobaleEventDescription": "The parcel has been successfully delivered",
                    "ShipperEventCode": "OK",
                    "TrackingEventStatus": "Delivered",
                    "Location": {
                        "FullAddress": "HARLOW-GBR"
                    }
                }
            ]
        }
    ],
    "FailedTrackingNumbers": []
}