Get SSCC Pallet
Retrieve Serial Shipping Container Code (SSCC) pallet information for tracking and logistics purposes.
HTTP Method GET
Path /sscc/pallet/{purpose}/{reference}/{referenceType}
Path Parameters
Section titled “Path Parameters”purpose(Purpose enum, required) - The purpose of the SSCC requestreference(string, required) - The reference identifierreferenceType(ReferenceType enum, required) - The type of reference
Response
Section titled “Response”Returns an SSCCPallet object containing pallet and SSCC details.
Example Usage
Section titled “Example Usage”curl -X GET \ https://api.wms.example.com/sscc/pallet/DISPATCH/SHP-2024-001234/SHIPMENT \ -H "Authorization: Bearer YOUR_API_KEY"