Get Delivery Manifest
Retrieve all manifested Transport Stock Units (TSUs) for a specific delivery.
HTTP Method GET
Path /delivery-manifest/{deliveryId}
Path Parameters
Section titled “Path Parameters”deliveryId(string, required) - The delivery identifier
Response
Section titled “Response”Returns a set of ManifestedTsuDto objects containing TSU manifest details for the delivery.
Example Usage
Section titled “Example Usage”curl -X GET \ https://api.wms.example.com/delivery-manifest/DEL-2024-001234 \ -H "Authorization: Bearer YOUR_API_KEY"