v1
latestOpenAPI 3.0.12026-07-242073551.1 MBInternational Arrivals Containers
Get Container
Retrieves details of a particular shipping container associated with a specific carrier and shipping location. With this endpoint, you can access information on a specific container used for shipments, ensuring effective logistics management.
get/v4/internationalArrivalsContainers/rm/{containerId}
Path parameters
containerIdstring required
An identifier assigned by the SAPIENT system or by you (alias), or a barcode number of the container for which the details will be returned in the response.
Query parameters
returnShipmentsboolean
A boolean parameter that, when set to true, modifies the response to include a list of shipments allocated to the container. <br /> <br />Note: By default, this field is set to false, meaning that only the container's general details will be returned unless specified in the request.
Response
Returns a details of the container.
Example response
{
"ContainerId": "South East 1234",
"ContainerBarcode": "CA00000027GB",
"ShippingLocationAlias": "Northern Warehouse",
"ShippingLocationId": "93f6d928-9456-434a-9d69-60f3b7dea091",
"DestinationCountryCode": "GB",
"Mawb": "125-12345678",
"RmOeCode": "GBR",
"TotalWeight": 12.5,
"TotalShipments": 23,
"TotalPackages": 23,
"Shipments": [
{
"TrackingNumber": "TT000860906GB",
"BarcodeNumber": "4C0069786000000014AC0",
"Reference1": "OrderRef71"
}
]
}