Containers
Add Container
Create and add new shipping containers to the system for manifesting specific group of shipments. With this endpoint, the system processes the creation of the specified container and associates it with a given carrier and shipping location. This API streamlines logistics management and helps ensure that container data is accurately maintained for shipping operations.
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.