v1
latestOpenAPI 3.0.12026-07-242073551.1 MBInternational Arrivals Containers
Add Container
Create and name (with and ID or alias) a new international arrivals container to be used for manifesting a specific group of shipments. Define which carrier and shipping location the container should be linked to. <br /> <br />Unlike the common Containers API, the International arrival Containers endpoint is used for Royal Mail shipments that are being imported into GB only. For shipments in these containers, a Data Solution file is generated and sent to Royal Mail, which allows them to associate the shipments in the container with the container ID of the container, for better tracking and visibility purposes.
post/v4/internationalArrivalsContainers/rm
Request body
Example request
{
"ShippingLocationId": "Central Warehouse",
"ContainerId": "South East 1234",
"DestinationCountryCode": "GB",
"Mawb": "125-12345678",
"RmOeCode": "GBR"
}Response
The container has been successfully created.
Example response
{
"ContainerId": "South East 1234",
"Barcode": "TT12345678GB",
"Label": "Base64EncodedString…"
}