Get SSCC Manifest
Retrieve manifested Transport Stock Unit (TSU) information for a specific Serial Shipping Container Code (SSCC).
HTTP Method GET
Path /sscc/manifest/{sscc}
Path Parameters
Section titled “Path Parameters”sscc(string, required) - The Serial Shipping Container Code
Response
Section titled “Response”Returns a ManifestedTsuDto object containing TSU manifest details.
Example Usage
Section titled “Example Usage”curl -X GET \ https://api.wms.example.com/sscc/manifest/123456789012345678 \ -H "Authorization: Bearer YOUR_API_KEY"