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.
Path parameters
An identifier assigned by the PRO SHIPPING system or by you (alias) for the shipping container, important for managing cargo and logistics at scale.
Query parameters
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 the details of the container.
Example response
{
"ContainerId": "South East 1234",
"CarrierCode": "RM",
"ShippingLocationId": "93f6d928-9456-434a-9d69-60f3b7dea091",
"ShippingLocationAlias": "Northern Warehouse",
"TotalWeight": 12.5,
"TotalShipments": 23,
"TotalPackages": 23,
"Shipments": [
{
"TrackingNumber": "TT000860906GB",
"BarcodeNumber": "4C0069786000000014AC0",
"Reference1": "OrderRef71"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.