trackedShipments

Returns tracked shipments.

Arguments

NameTypeDescription
limitPositiveInt!The maximal number of records to return.
offsetNonNegativeInt!The number of returned records to skip from the beginning of the record list.
sort[[SortInput!]](ref:sortinput)Sets how the returned nodes are sorted.
orderBy[[OrderByInput!]](ref:orderbyinput)Sets the order of the returned track shipment nodes.
filterBy[[FilterByInput!]](ref:filterbyinput)Sets a tracked shipments filter that tests an input field value against a condition or another value.
searchTermStringSpecifies a search term.

Returns

NameDescription
TrackedShipments!The returned tracked shipments' data and metadata.

TrackedShipments Fields

NameTypeDescription
datatrackedShipmentsThe shipments' data.
totalNonNegativeIntThe total number of shipments.
totalFilteredNonNegativeIntThe total number of filtered results.

Example Code

Sample Query

query trackedShipments(
  $offset: NonNegativeInt!,
  $limit: PositiveInt!,
  $orderBy: [OrderByInput!],
  $filterBy: [FilterByInput!],
  $searchTerm: String
) {
  trackedShipments(
    offset: $offset,
    limit: $limit,
    orderBy: $orderBy,
    filterBy: $filterBy,
    searchTerm: $searchTerm
  ) {
    total
    totalFiltered
    count
    data {
      sharedShipmentLink
      id
      metadata {
        jobNumber
        businessData {
          key
          value
        }
      }    
      shipment {
        id
        carrierBookingReference
        containerNumber
        bol
        scac
        carrier {
          code
          shortName
          longName
          codeAliases
        }
        container {
          number
          isoCode
        }
        status {
          id
          events {
            description
            voyage
            utcOffset
            timestamps {
              datetime
              code
            }
            eventType
            equipmentEventTypeCode
            transportEventTypeCode
            port {
              properties {
                name
                locode
                country
              }
            }
          }
          estimatedArrivalAt
          actualArrivalAt
          estimatedDepartureAt
          actualDepartureAt
          currentEvent {
            description
            voyage
            utcOffset
            eventType
            equipmentEventTypeCode
            transportEventTypeCode
            equipmentEventTypeCode
            shipmentLocationTypeCode
            emptyIndicatorCode
          }
          milestones {
            type
            utcOffset
            arrival {
              voyage
            }
            departure {
              voyage
            }
            port {
              properties {
                name
                locode
                country
              }
            }
          }
          predicted {
            datetime
            code
            diffFromCarrierDays
          }
          voyageStatus
          arrivingAt
          pod {
            properties {
              name
              locode
              country
            }
          }
          pol {
            properties {
              name
              locode
              country
            }
          }
          postPod {
            properties {
              name
              locode
              country
            }
          }
          delay {
            reasons {
              createdAt
              delayReasonCode
              vessels {
                compared {
                  id
                }
                updated {
                  id
                }
              }
              departureFromMilestone {
                compared {
                  datetime
                  datetimeLocalized
                  utcOffset
                }
                updated {
                  datetime
                  datetimeLocalized
                  utcOffset
                }
              }
              shipmentPhase
              locode
              delayReasonDescription
              cause
              port {
                properties {
                  name
                  locode
                  country
                }
              }
            }
          }
        }
        initialCarrierETA
      }
      createdAt
      updatedAt
    }
  }
}
query Shipment($limit: PositiveInt!, $sort: [SortInput!], $filterBy: [FilterByInput!]) {
  trackedShipments(limit: $limit, sort: $sort, filterBy: $filterBy) {
    data {
      shipment {
        id
        containerNumber
        bol
        carrierBookingReference
        scac
        status {
          actualArrivalAt
          actualDepartureAt
          arrivingAt
          currentEvent {
            emptyIndicatorCode
            equipmentEventTypeCode
            eventType
            port {
              properties {
                locode
              }
            }
            shipmentEventTypeCode
            shipmentLocationTypeCode
            transportEventTypeCode
            timestamps {
              code
              datetimeLocalized
            }
            vessel {
              imo
            }
          }
          delay {
            podETA {
              compared {
                datetimeLocalized
              }
              updated {
                datetimeLocalized
              }
            }
            reasons {
              delayReasonCode
            }
          }
          estimatedArrivalAt
          estimatedDepartureAt
          events {
            description
            emptyIndicatorCode
            equipmentEventTypeCode
            eventType
            shipmentEventTypeCode
            shipmentLocationTypeCode
            port {
              properties {
                locode
              }
            }
            transportEventTypeCode
            vessel {
              imo
            }
          }
          id
          pod {
            properties {
              locode
            }
          }
          pol {
            properties {
              locode
            }
          }
          predicted {
            code
            datetimeLocalized
          }
        }
        initialCarrierETALocalized
        initialCarrierETDLocalized
        response {
          message
          description
          latestShipmentDataFetch
        }
      }
    }
  }
}

Variables

{
  "offset": 0,
  "limit": 3,
  "orderBy": [
    {
      "field": "shipment_predicted_datetime",
      "order": "desc"
    }
  ],
  "filterBy": [
    {
      "field": "shipment_voyage_status",
      "or": [
        {
          "field": null,
          "ranges": [
            {
              "boost": null,
              "format": null,
              "gt": null,
              "gte": null,
              "lt": null,
              "lte": null,
              "relation": null,
              "time_zone": null
            }
          ],
          "values": null
        }
      ],
      "ranges": [
        {
          "boost": null,
          "format": null,
          "gt": null,
          "gte": null,
          "lt": null,
          "lte": null,
          "relation": null,
          "time_zone": null
        }
      ],
      "values": ""
    }
  ],
  "searchTerm": null
}
{
  "limit": 2,
  "sort": [
    {
      "order": "asc",
      "field": "containerNumber"
    }
  ]
}

Response

{
  "data": {
    "trackedShipments": {
      "total": 63,
      "totalFiltered": 24,
      "count": 3,
      "data": [
        {
          "sharedShipmentLink": "https://ofv.wnwd.com/shipment/d6de88be-29f9-4db1-8ea8-a356eed92046",
          "id": "67eba785b7a0dd564b8e54a5",
          "metadata": {
            "jobNumber": null,
            "businessData": null
          },
          "createdAt": "2025-04-01T08:44:53.597Z",
          "updatedAt": "2025-04-03T15:08:23.799Z",
          "shipment": {
            "id": "67eba7851f3c6f784771906e",
            "carrierBookingReference": null,
            "containerNumber": "TRHU6343599",
            "bol": null,
            "scac": "MSCU",
            "carrier": {
              "code": "MSCU",
              "shortName": "MSC",
              "longName": "Mediterranean Shipping Company (MSC)",
              "codeAliases": [
                "MSCU",
                "MEDU"
              ]
            },
            "container": {
              "number": "TRHU6343599",
              "isoCode": "45G1"
            },
            "initialCarrierETA": "2025-05-11T22:00:00.000Z",
            "status": {
              "id": null,
              "estimatedArrivalAt": "2025-05-11T22:00:00.000Z",
              "actualArrivalAt": null,
              "estimatedDepartureAt": null,
              "actualDepartureAt": null,
              "currentEvent": {
                "description": "Loaded at first POL",
                "voyage": "HI513A",
                "utcOffset": "+0900",
                "eventType": [
                  "EQUIPMENT"
                ],
                "equipmentEventTypeCode": [
                  "LOAD"
                ],
                "transportEventTypeCode": [],
                "shipmentLocationTypeCode": "POL",
                "emptyIndicatorCode": "LADEN"
              },
              "predicted": {
                "datetime": "2025-05-12T19:30:00.000Z",
                "code": "EST",
                "diffFromCarrierDays": 0
              },
              "voyageStatus": null,
              "arrivingAt": "2025-05-12T19:30:00.000Z",
              "pod": {
                "properties": {
                  "name": "Rotterdam",
                  "locode": "NLRTM",
                  "country": "Netherlands"
                }
              },
              "pol": {
                "properties": {
                  "name": "Tokyo",
                  "locode": "JPTYO",
                  "country": "Japan"
                }
              },
              "postPod": null,
              "delay": null,
              "milestones": [
                {
                  "type": "POL",
                  "utcOffset": "+0900",
                  "arrival": {
                    "voyage": null
                  },
                  "departure": {
                    "voyage": "HI513A"
                  },
                  "port": {
                    "properties": {
                      "name": "Tokyo",
                      "locode": "JPTYO",
                      "country": "Japan"
                    }
                  }
                },
                {
                  "type": "TSP",
                  "utcOffset": "+0800",
                  "arrival": {
                    "voyage": "HI513A"
                  },
                  "departure": {
                    "voyage": null
                  },
                  "port": {
                    "properties": {
                      "name": "Tanjong Penjuru",
                      "locode": "SGSIN",
                      "country": "Singapore"
                    }
                  }
                },
                {
                  "type": "POD",
                  "utcOffset": "+0200",
                  "arrival": {
                    "voyage": null
                  },
                  "departure": null,
                  "port": {
                    "properties": {
                      "name": "Rotterdam",
                      "locode": "NLRTM",
                      "country": "Netherlands"
                    }
                  }
                }
              ],
              "events": [
                {
                  "description": "Empty to shipper",
                  "voyage": null,
                  "utcOffset": "+0900",
                  "timestamps": {
                    "datetime": "2025-03-12T15:00:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "GTOT"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Tokyo",
                      "locode": "JPTYO",
                      "country": "Japan"
                    }
                  }
                },
                {
                  "description": "Gate in at first POL",
                  "voyage": null,
                  "utcOffset": "+0900",
                  "timestamps": {
                    "datetime": "2025-03-14T15:00:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "GTIN"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Tokyo",
                      "locode": "JPTYO",
                      "country": "Japan"
                    }
                  }
                },
                {
                  "description": "Loaded at first POL",
                  "voyage": "HI513A",
                  "utcOffset": "+0900",
                  "timestamps": {
                    "datetime": "2025-03-22T15:00:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Tokyo",
                      "locode": "JPTYO",
                      "country": "Japan"
                    }
                  }
                },
                {
                  "description": "Arrival at T/S port",
                  "voyage": "HI513A",
                  "utcOffset": "+0800",
                  "timestamps": {
                    "datetime": "2025-04-08T16:00:00.000Z",
                    "code": "PLN"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "port": {
                    "properties": {
                      "name": "Tanjong Penjuru",
                      "locode": "SGSIN",
                      "country": "Singapore"
                    }
                  }
                },
                {
                  "description": "Arrival at final POD",
                  "voyage": null,
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-05-11T22:00:00.000Z",
                    "code": "PLN"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "port": {
                    "properties": {
                      "name": "Rotterdam",
                      "locode": "NLRTM",
                      "country": "Netherlands"
                    }
                  }
                }
              ]
            }
          }
        },
        {
          "sharedShipmentLink": "https://ofv.wnwd.com/shipment/19dbb589-8c89-4d5f-97fb-b499dafb1933",
          "id": "67cf0f696895334ea8cdce70",
          "metadata": null,
          "createdAt": "2025-03-10T16:12:25.854Z",
          "updatedAt": "2025-03-10T16:12:38.517Z",
          "shipment": {
            "id": "67cf0f69643bf96099fb1052",
            "carrierBookingReference": null,
            "containerNumber": "AOCU0308089",
            "bol": null,
            "scac": "MAEU",
            "carrier": {
              "code": "MAEU",
              "shortName": "Maersk",
              "longName": "Maersk",
              "codeAliases": [
                "MAEU",
                "APMZ",
                "CCMZ",
                "DCLZ",
                "DCSZ",
                "MAEG",
                "MAET",
                "MCIU",
                "MCSU",
                "MKLN",
                "UMSZ"
              ]
            },
            "container": {
              "number": "AOCU0308089",
              "isoCode": "22T3"
            },
            "initialCarrierETA": "2025-05-11T06:30:00.000Z",
            "status": {
              "id": null,
              "estimatedArrivalAt": "2025-05-11T06:30:00.000Z",
              "actualArrivalAt": null,
              "estimatedDepartureAt": null,
              "actualDepartureAt": "2025-03-26T12:43:00.000Z",
              "currentEvent": {
                "description": "Departure from T/S port",
                "voyage": "514E",
                "utcOffset": "+0200",
                "eventType": [
                  "TRANSPORT"
                ],
                "equipmentEventTypeCode": [],
                "transportEventTypeCode": [
                  "DEPA"
                ],
                "shipmentLocationTypeCode": "TSP",
                "emptyIndicatorCode": null
              },
              "predicted": {
                "datetime": "2025-05-12T04:00:00.000Z",
                "code": "EST",
                "diffFromCarrierDays": 1
              },
              "voyageStatus": null,
              "arrivingAt": "2025-05-12T04:00:00.000Z",
              "pod": {
                "properties": {
                  "name": "Jawaharlal Nehru - Nhava Sheva",
                  "locode": "INNSA",
                  "country": "India"
                }
              },
              "pol": {
                "properties": {
                  "name": "Ashdod",
                  "locode": "ILASH",
                  "country": "Israel"
                }
              },
              "postPod": null,
              "milestones": [
                {
                  "type": "POL",
                  "utcOffset": "+0200",
                  "arrival": {
                    "voyage": null
                  },
                  "departure": {
                    "voyage": "512N"
                  },
                  "port": {
                    "properties": {
                      "name": "Ashdod",
                      "locode": "ILASH",
                      "country": "Israel"
                    }
                  }
                },
                {
                  "type": "TSP",
                  "utcOffset": "+0200",
                  "arrival": {
                    "voyage": "512N"
                  },
                  "departure": {
                    "voyage": "514E"
                  },
                  "port": {
                    "properties": {
                      "name": "Port Said",
                      "locode": "EGPSW",
                      "country": "Egypt"
                    }
                  }
                },
                {
                  "type": "TSP",
                  "utcOffset": "+0400",
                  "arrival": {
                    "voyage": "514E"
                  },
                  "departure": {
                    "voyage": "518N"
                  },
                  "port": {
                    "properties": {
                      "name": "Salalah",
                      "locode": "OMSLL",
                      "country": "Oman"
                    }
                  }
                },
                {
                  "type": "POD",
                  "utcOffset": "+0530",
                  "arrival": {
                    "voyage": "518N"
                  },
                  "departure": null,
                  "port": {
                    "properties": {
                      "name": "Jawaharlal Nehru - Nhava Sheva",
                      "locode": "INNSA",
                      "country": "India"
                    }
                  }
                }
              ],
              "events": [
                {
                  "description": "Gate in at first POL",
                  "voyage": null,
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-03-17T22:08:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "GTIN"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Ashdod",
                      "locode": "ILASH",
                      "country": "Israel"
                    }
                  }
                },
                {
                  "description": "Loaded at first POL",
                  "voyage": "512N",
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-03-25T14:14:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Ashdod",
                      "locode": "ILASH",
                      "country": "Israel"
                    }
                  }
                },
                {
                  "description": "Departure from first POL",
                  "voyage": "512N",
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-03-26T12:43:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "port": {
                    "properties": {
                      "name": "Ashdod",
                      "locode": "ILASH",
                      "country": "Israel"
                    }
                  }
                },
                {
                  "description": "Arrival at T/S port",
                  "voyage": "512N",
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-03-26T23:35:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "port": {
                    "properties": {
                      "name": "Port Said",
                      "locode": "EGPSW",
                      "country": "Egypt"
                    }
                  }
                },
                {
                  "description": "Discharge at T/S port",
                  "voyage": "512N",
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-03-27T03:39:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "DISC"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Port Said",
                      "locode": "EGPSW",
                      "country": "Egypt"
                    }
                  }
                },
                {
                  "description": "Loaded at T/S port",
                  "voyage": "514E",
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-03-31T20:46:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Port Said",
                      "locode": "EGPSW",
                      "country": "Egypt"
                    }
                  }
                },
                {
                  "description": "Departure from T/S port",
                  "voyage": "514E",
                  "utcOffset": "+0200",
                  "timestamps": {
                    "datetime": "2025-04-01T17:29:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "port": {
                    "properties": {
                      "name": "Port Said",
                      "locode": "EGPSW",
                      "country": "Egypt"
                    }
                  }
                },
                {
                  "description": "Arrival at T/S port",
                  "voyage": "514E",
                  "utcOffset": "+0400",
                  "timestamps": {
                    "datetime": "2025-05-04T16:00:00.000Z",
                    "code": "PLN"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "port": {
                    "properties": {
                      "name": "Salalah",
                      "locode": "OMSLL",
                      "country": "Oman"
                    }
                  }
                },
                {
                  "description": "Departure from T/S port",
                  "voyage": "518N",
                  "utcOffset": "+0400",
                  "timestamps": {
                    "datetime": "2025-05-07T17:00:00.000Z",
                    "code": "PLN"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "port": {
                    "properties": {
                      "name": "Salalah",
                      "locode": "OMSLL",
                      "country": "Oman"
                    }
                  }
                },
                {
                  "description": "Arrival at final POD",
                  "voyage": "518N",
                  "utcOffset": "+0530",
                  "timestamps": {
                    "datetime": "2025-05-11T06:30:00.000Z",
                    "code": "PLN"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "port": {
                    "properties": {
                      "name": "Jawaharlal Nehru - Nhava Sheva",
                      "locode": "INNSA",
                      "country": "India"
                    }
                  }
                }
              ],
              "delay": {
                "reasons": [
                  {
                    "createdAt": "2025-03-28T09:21:05.823Z",
                    "delayReasonCode": "PAD",
                    "vessels": {
                      "compared": null,
                      "updated": null
                    },
                    "departureFromMilestone": {
                      "compared": {
                        "datetime": null,
                        "datetimeLocalized": null,
                        "utcOffset": null
                      },
                      "updated": {
                        "datetime": null,
                        "datetimeLocalized": null,
                        "utcOffset": null
                      }
                    },
                    "shipmentPhase": "TSP",
                    "locode": null,
                    "delayReasonDescription": "An additional port has been added for this shipment route",
                    "cause": null,
                    "port": null
                  }
                ]
              }
            }
          }
        },
        {
          "sharedShipmentLink": "https://ofv.wnwd.com/shipment/eca5e4e9-6f5b-44c0-a7c7-d49939438146",
          "id": "67c88e1b6895334ea805549c",
          "metadata": null,
          "createdAt": "2025-03-05T17:47:07.732Z",
          "updatedAt": "2025-03-05T17:47:14.645Z",
          "shipment": {
            "id": "67c88e1b95137b52ae199cdf",
            "carrierBookingReference": null,
            "containerNumber": "FCIU5260700",
            "bol": null,
            "scac": "OOLU",
            "carrier": {
              "code": "OOLU",
              "shortName": "OOCL",
              "longName": "Orient Overseas Container Line (OOCL)",
              "codeAliases": [
                "OOLU",
                "OOCC",
                "OOCL",
                "OOLL"
              ]
            },
            "container": {
              "number": "FCIU5260700",
              "isoCode": "22G1"
            },
            "initialCarrierETA": "2024-10-05T06:00:00.000Z",
            "status": {
              "id": null,
              "estimatedArrivalAt": "2025-04-11T17:00:00.000Z",
              "actualArrivalAt": null,
              "estimatedDepartureAt": null,
              "actualDepartureAt": "2025-02-26T12:57:00.000Z",
              "currentEvent": {
                "description": "Departure from first POL",
                "voyage": "0FLRPW/0FLRQE1MA",
                "utcOffset": "+0800",
                "eventType": [
                  "TRANSPORT"
                ],
                "equipmentEventTypeCode": [],
                "transportEventTypeCode": [
                  "DEPA"
                ],
                "shipmentLocationTypeCode": "POL",
                "emptyIndicatorCode": null
              },
              "predicted": {
                "datetime": "2025-04-12T14:30:00.000Z",
                "code": "EST",
                "diffFromCarrierDays": 1
              },
              "voyageStatus": null,
              "arrivingAt": "2025-04-12T14:30:00.000Z",
              "pod": {
                "properties": {
                  "name": "Southampton",
                  "locode": "GBSOU",
                  "country": "UnitedKingdom"
                }
              },
              "pol": {
                "properties": {
                  "name": "Ningbo",
                  "locode": "CNNGB",
                  "country": "China"
                }
              },
              "postPod": null,
              "delay": null,
              "milestones": [
                {
                  "type": "POL",
                  "utcOffset": "+0800",
                  "arrival": {
                    "voyage": null
                  },
                  "departure": {
                    "voyage": "0FLRPW/0FLRQE1MA"
                  },
                  "port": {
                    "properties": {
                      "name": "Ningbo",
                      "locode": "CNNGB",
                      "country": "China"
                    }
                  }
                },
                {
                  "type": "POD",
                  "utcOffset": "+0100",
                  "arrival": {
                    "voyage": "0FLRPW/0FLRQE1MA"
                  },
                  "departure": null,
                  "port": {
                    "properties": {
                      "name": "Southampton",
                      "locode": "GBSOU",
                      "country": "UnitedKingdom"
                    }
                  }
                }
              ],
              "events": [
                {
                  "description": "Empty to shipper",
                  "voyage": null,
                  "utcOffset": "+0800",
                  "timestamps": {
                    "datetime": "2025-02-20T13:26:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "GTOT"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Ningbo",
                      "locode": "CNNGB",
                      "country": "China"
                    }
                  }
                },
                {
                  "description": "Gate in at first POL",
                  "voyage": null,
                  "utcOffset": "+0800",
                  "timestamps": {
                    "datetime": "2025-02-22T07:39:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "GTIN"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Ningbo",
                      "locode": "CNNGB",
                      "country": "China"
                    }
                  }
                },
                {
                  "description": "Gate in at first POL",
                  "voyage": null,
                  "utcOffset": "+0800",
                  "timestamps": {
                    "datetime": "2025-02-22T07:39:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "GTIN"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Ningbo",
                      "locode": "CNNGB",
                      "country": "China"
                    }
                  }
                },
                {
                  "description": "Loaded at first POL",
                  "voyage": "0FLRPW/0FLRQE1MA",
                  "utcOffset": "+0800",
                  "timestamps": {
                    "datetime": "2025-02-25T21:26:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "transportEventTypeCode": [],
                  "port": {
                    "properties": {
                      "name": "Ningbo",
                      "locode": "CNNGB",
                      "country": "China"
                    }
                  }
                },
                {
                  "description": "Departure from first POL",
                  "voyage": "0FLRPW/0FLRQE1MA",
                  "utcOffset": "+0800",
                  "timestamps": {
                    "datetime": "2025-02-26T12:57:00.000Z",
                    "code": "ACT"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "port": {
                    "properties": {
                      "name": "Ningbo",
                      "locode": "CNNGB",
                      "country": "China"
                    }
                  }
                },
                {
                  "description": "Arrival at final POD",
                  "voyage": "0FLRPW/0FLRQE1MA",
                  "utcOffset": "+0100",
                  "timestamps": {
                    "datetime": "2025-04-11T17:00:00.000Z",
                    "code": "PLN"
                  },
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "equipmentEventTypeCode": [],
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "port": {
                    "properties": {
                      "name": "Southampton",
                      "locode": "GBSOU",
                      "country": "UnitedKingdom"
                    }
                  }
                }
              ]
            }
          }
        }
      ]
    }
  }
}
{
  "data": {
    "trackedShipments": {
      "data": [
        {
          "shipment": {
            "id": "6582fdc2ee09e2001221c9c1",
            "containerNumber": "CAAU5433450",
            "bol": "233129867",
            "carrierBookingReference": null,
            "scac": "MAEU",
            "status": {
              "actualArrivalAt": null,
              "actualDepartureAt": "2023-12-10T19:49:00.000Z",
              "arrivingAt": "2024-02-16T10:30:00.000Z",
              "currentEvent": {
                "emptyIndicatorCode": null,
                "equipmentEventTypeCode": [],
                "eventType": [
                  "TRANSPORT"
                ],
                "port": {
                  "properties": {
                    "locode": "MAPTM"
                  }
                },
                "shipmentEventTypeCode": null,
                "shipmentLocationTypeCode": "UNK",
                "transportEventTypeCode": [
                  "DEPA"
                ],
                "timestamps": {
                  "code": "ACT",
                  "datetimeLocalized": "2023-12-25T15:08:46.000Z"
                },
                "vessel": {
                  "imo": 9321524
                }
              },
              "delay": {
                "podETA": {
                  "compared": {
                    "datetimeLocalized": "2024-01-17T16:30:00.000Z"
                  },
                  "updated": {
                    "datetimeLocalized": "2024-02-17T04:00:00.000Z"
                  }
                },
                "reasons": [
                  {
                    "delayReasonCode": "RDF"
                  }
                ]
              },
              "estimatedArrivalAt": "2024-02-15T22:30:00.000Z",
              "estimatedDepartureAt": null,
              "events": [
                {
                  "description": "Empty to shipper",
                  "emptyIndicatorCode": "EMPTY",
                  "equipmentEventTypeCode": [
                    "DROP"
                  ],
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "PREPOL",
                  "port": {
                    "properties": {
                      "locode": "DEBRV"
                    }
                  },
                  "transportEventTypeCode": [],
                  "vessel": null
                },
                {
                  "description": "Gate in at first POL",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "GTIN"
                  ],
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POL",
                  "port": {
                    "properties": {
                      "locode": "DEHAM"
                    }
                  },
                  "transportEventTypeCode": [],
                  "vessel": null
                },
                {
                  "description": "Loaded at first POL",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "eventType": [
                    "EQUIPMENT",
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POL",
                  "port": {
                    "properties": {
                      "locode": "DEHAM"
                    }
                  },
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "vessel": null
                },
                {
                  "description": "Departure from first POL",
                  "emptyIndicatorCode": null,
                  "equipmentEventTypeCode": [],
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POL",
                  "port": {
                    "properties": {
                      "locode": "DEHAM"
                    }
                  },
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "vessel": {
                    "imo": 9321524
                  }
                },
                {
                  "description": "Arrival at T/S port",
                  "emptyIndicatorCode": null,
                  "equipmentEventTypeCode": [],
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "TSP",
                  "port": {
                    "properties": {
                      "locode": "AEJEA"
                    }
                  },
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "vessel": {
                    "imo": 9321524
                  }
                },
                {
                  "description": "Departure from T/S port",
                  "emptyIndicatorCode": null,
                  "equipmentEventTypeCode": [],
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "TSP",
                  "port": {
                    "properties": {
                      "locode": "AEJEA"
                    }
                  },
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "vessel": {
                    "imo": 9303807
                  }
                },
                {
                  "description": "Arrival at final POD",
                  "emptyIndicatorCode": null,
                  "equipmentEventTypeCode": [],
                  "eventType": [
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POD",
                  "port": {
                    "properties": {
                      "locode": "INNSA"
                    }
                  },
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "vessel": {
                    "imo": 9303807
                  }
                }
              ],
              "id": null,
              "pod": {
                "properties": {
                  "locode": "INNSA"
                }
              },
              "pol": {
                "properties": {
                  "locode": "DEHAM"
                }
              },
              "predicted": {
                "code": "EST",
                "datetimeLocalized": "2024-02-16T16:00:00.000Z"
              }
            },
            "initialCarrierETALocalized": "2024-01-17T04:30:00.000Z",
            "initialCarrierETDLocalized": null,
            "response": {
              "message": "DATA_AVAILABLE",
              "description": "Data retrieval is successful, ensuring a seamless experience",
              "latestShipmentDataFetch": "2024-02-01T15:15:46.636Z"
            }
          }
        },
        {
          "shipment": {
            "id": "655d98f47cb133001204997f",
            "containerNumber": "CAAU5590022",
            "bol": null,
            "carrierBookingReference": null,
            "scac": "MSCU",
            "status": {
              "actualArrivalAt": "2024-01-18T23:00:00.000Z",
              "actualDepartureAt": "2023-12-12T06:00:00.000Z",
              "arrivingAt": null,
              "currentEvent": {
                "emptyIndicatorCode": "EMPTY",
                "equipmentEventTypeCode": [
                  "DROP"
                ],
                "eventType": [
                  "EQUIPMENT"
                ],
                "port": {
                  "properties": {
                    "locode": "HUBUD"
                  }
                },
                "shipmentEventTypeCode": null,
                "shipmentLocationTypeCode": "POSTPOD",
                "transportEventTypeCode": [],
                "timestamps": {
                  "code": "ACT",
                  "datetimeLocalized": "2024-01-29T00:00:00.000Z"
                },
                "vessel": null
              },
              "delay": {
                "podETA": {
                  "compared": {
                    "datetimeLocalized": null
                  },
                  "updated": {
                    "datetimeLocalized": "2024-01-19T00:00:00.000Z"
                  }
                },
                "reasons": [
                  {
                    "delayReasonCode": "FVD"
                  }
                ]
              },
              "estimatedArrivalAt": null,
              "estimatedDepartureAt": null,
              "events": [
                {
                  "description": "Empty to shipper",
                  "emptyIndicatorCode": "EMPTY",
                  "equipmentEventTypeCode": [
                    "DROP"
                  ],
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POL",
                  "port": {
                    "properties": {
                      "locode": "MXATM"
                    }
                  },
                  "transportEventTypeCode": [],
                  "vessel": null
                },
                {
                  "description": "Gate in at first POL",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "GTIN"
                  ],
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POL",
                  "port": {
                    "properties": {
                      "locode": "MXATM"
                    }
                  },
                  "transportEventTypeCode": [],
                  "vessel": null
                },
                {
                  "description": "Loaded at first POL",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "eventType": [
                    "EQUIPMENT",
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POL",
                  "port": {
                    "properties": {
                      "locode": "MXATM"
                    }
                  },
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "vessel": {
                    "imo": 9290543
                  }
                },
                {
                  "description": "Discharge at T/S port",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "DISC"
                  ],
                  "eventType": [
                    "EQUIPMENT",
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "TSP",
                  "port": {
                    "properties": {
                      "locode": "ITGIT"
                    }
                  },
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "vessel": {
                    "imo": 9290543
                  }
                },
                {
                  "description": "Loaded at T/S port",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "LOAD"
                  ],
                  "eventType": [
                    "EQUIPMENT",
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "TSP",
                  "port": {
                    "properties": {
                      "locode": "ITGIT"
                    }
                  },
                  "transportEventTypeCode": [
                    "DEPA"
                  ],
                  "vessel": {
                    "imo": 9357810
                  }
                },
                {
                  "description": "Discharge at final POD",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "DISC"
                  ],
                  "eventType": [
                    "EQUIPMENT",
                    "TRANSPORT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POD",
                  "port": {
                    "properties": {
                      "locode": "SIKOP"
                    }
                  },
                  "transportEventTypeCode": [
                    "ARRI"
                  ],
                  "vessel": {
                    "imo": 9357810
                  }
                },
                {
                  "description": "Gate out from final POD",
                  "emptyIndicatorCode": "LADEN",
                  "equipmentEventTypeCode": [
                    "GTOT"
                  ],
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POD",
                  "port": {
                    "properties": {
                      "locode": "SIKOP"
                    }
                  },
                  "transportEventTypeCode": [],
                  "vessel": null
                },
                {
                  "description": "Empty return to depot",
                  "emptyIndicatorCode": "EMPTY",
                  "equipmentEventTypeCode": [
                    "DROP"
                  ],
                  "eventType": [
                    "EQUIPMENT"
                  ],
                  "shipmentEventTypeCode": null,
                  "shipmentLocationTypeCode": "POSTPOD",
                  "port": {
                    "properties": {
                      "locode": "HUBUD"
                    }
                  },
                  "transportEventTypeCode": [],
                  "vessel": null
                }
              ],
              "id": null,
              "pod": {
                "properties": {
                  "locode": "SIKOP"
                }
              },
              "pol": {
                "properties": {
                  "locode": "MXATM"
                }
              },
              "predicted": {
                "code": "ACT",
                "datetimeLocalized": "2024-01-19T14:32:27.000Z"
              }
            },
            "initialCarrierETALocalized": "2024-01-18T00:00:00.000Z",
            "initialCarrierETDLocalized": null,
            "response": {
              "message": "DATA_AVAILABLE",
              "description": "Data retrieval is successful, ensuring a seamless experience",
              "latestShipmentDataFetch": "2024-02-01T14:39:56.778Z"
            }
          }
        }
      ]
    }
  }
}