Skip to content

Get Delivery Manifest

Retrieve all manifested Transport Stock Units (TSUs) for a specific delivery.

HTTP Method GET

Path /delivery-manifest/{deliveryId}

  • deliveryId (string, required) - The delivery identifier

Returns a set of ManifestedTsuDto objects containing TSU manifest details for the delivery.

Terminal window
curl -X GET \
https://api.wms.example.com/delivery-manifest/DEL-2024-001234 \
-H "Authorization: Bearer YOUR_API_KEY"