v1
latestOpenAPI 3.0.12026-07-242073551.1 MBContainers
Add Container
Create and name (with and ID or alias) a new container to be used for manifesting a specific group of shipments. Define which carrier and shipping location the container should be linked to.
post/v4/containers
Request body
Example request
{
"CarrierCode": "RM",
"ShippingLocationId": "Central Warehouse",
"ContainerId": "South East 1234"
}Response
The container has been successfully created.
Example response
{
"ContainerId": "South East 1234",
"CarrierCode": "RM",
"ShippingLocationId": "Northern Warehouse"
}