Manifest Shipments
Declare what shipments are ready for dispatch and will be handed over to the carrier. A manifest is a document that summarises the details of the shipments being handed over to the carrier, such as items, weight, and destination information. With this endpoint, you can compile and submit these details for processing, helping to streamline shipping logistics and ensure compliance with carrier requirements. <br /> <br />You can manifest the shipments using any of the following parameters: <br /> <br />• Shipping location <br />• Shipping account <br />• Shipment status (Picked) <br />• Service code <br />• Container <br /> <br />Note: If none of the aforementioned parameters are used, then all the shipments in the LabelPrinted and Picked status will be manifested, excluding the future shipments or the shipments assigned to a container, respectively.
Path parameters
A unique identifier representing the shipping carrier with which the shipments are associated. This code is alphanumeric and helps specify which carrier's requirements and formats are being followed when creating the manifest.
Request body
Example request
{
"ShippingLocationId": "D94E8CFD-604B-4B87-83E9-3F20CAF02837",
"ShippingAccountId": "88470398-A520-4069-BDF9-69D11D48831A",
"ServiceCode": "EXPRESS"
}Response
The shipments have been manifested successfully and all created manifests returned.
Example response
[
{
"ManifestImage": "jVBERw0KGgoAAAANSUhEUgAA.....A4QAAAXcCAYAAAB6Q0CbAAAAAXNSR0IArs4",
"ManifestNumber": "ISH2802532",
"CarrierCode": "RM",
"Service": "Mixed",
"TotalWeight": 545.612,
"TotalShipments": 562,
"TotalItems": 562,
"ManifestDate": "2024-07-16",
"CreatedDateUtc": "2024-07-16T09:20:54.397Z",
"ShippingLocation": {
"LocationAlias": "Main Warehouse",
"LocationCountry": "GB",
"LocationPostcode": "TW20 0HJ"
},
"ShippingAccount": {
"AccountName": "AB VideoGames",
"AccountAlias": "Account 1",
"AccountNumber": "0123456789"
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.