Sample Shipment Search Link
Production Link: https://api.wwalliance.com/tracking/webservice/track_ShipmentSearch
Staging Link: https://apistaging.wwalliance.com/tracking/webservice/track_ShipmentSearch
Request Formats:
Response Formats:
HTTP Authentication
Yes. Authentication details to be sent as part of the Request. The Request Envelope contains senderID and Access token which will be used to authenticate the request. Please contact WWA for your senderID, receiverID, and Access token.
{
"ShipmentRequest": {
"Type": "ShipmentRequest",
"Version": "2.0.1",
"senderID": "username",
"receiverID": "WWA",
"ShipmentRequestDetails": {
"SearchBy": "BookingNumber",
"Reference": "26867025"
}
}
}
{
"ShipmentResponse": {
"Type": "ShipmentResponse",
"receiverID": "wwa",
"ShipmentResponseDetails": [
{
"ShipmentID": 1414,
"ShipperReference": "CUSTOMER REFERENCE",
"ForwarderReference": "CUSTOMER REFERENCE",
"ConsigneeReference": null,
"CommunicationReference": null,
"BookingNumber": "26867025",
"WWAReference": "26867025JPTYO01",
"LotNumber": "26867025",
"HouseBillOfLadingNumber": null,
"ArrivalNoticeNumber": null,
"ContainerNumber": "TEST0120016",
"SealNumber": "TSTSN080523",
"OceanVessel": null,
"CustomerAlias": 1414,
"StatusCode": "30",
"ProcessOrder": 28,
"StatusTextFromCode": "",
"StatusLocationCode": "JPTYO",
"StatusLocationName": "Tokyo",
"RoutingDetails": {
"ReceivingWarehouse": "JPTYO",
"CutoffReceivingWarehouse": "Tokyo",
"PlaceOfReceipt": "Tokyo",
"ETSPlaceOfReceipt": "2023-05-08",
"PortOfLoading": "Tokyo",
"ETSPortOfLoading": "2023-05-10",
"PortOfDischarge": "Antwerp",
"ETAPortOfDischarge": "2023-06-20",
"PlaceOfDelivery": "Antwerp",
"ETAPlaceOfDeliver": "2023-06-20"
},
"StatusDateTimeDetails": {
"Date": "2023-05-07 19:52:00",
"Time": "2023-05-07 19:52:00",
"Timezone": "2023-05-07 19:52:00"
}
}
]
}
}