v1
latestOpenAPI 3.0.12026-07-242073551.1 MBManifests
Manifest Shipments Async
By manifesting shipments you declare what shipments are ready for dispatch and will be handed over to the carrier. <br />The API allows you to manifest via the below methods (parameters): <br /> <br />- shipping location <br />- shipping account <br />- shipment status (picked) <br />- service code <br />- container <br /> <br />Note: If no parameters are set, all shipments in the LabelPrinted or Picked status will be manifested (excluding future dated shipments or shipments assigned to a container). <br /> <br />The API response contains a manifest image which should be printed and handed over to the driver (if required).
post/v4/manifests/async/{carrierCode}
Path parameters
carrierCodestring required
Carrier Code
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.