B2B Pack Information
After B2B shipments are packed, the WMS sends packing information including pallet details, delivery notes, and carrier tracking references to the host system.
Direction WMS → Host
HTTP Method POST
Path {host-url}/b2b-label
Request Body
Section titled “Request Body”{ "shipments": ["SHP-2024-001234"], "consolidationId": "CONSOL-001", "deliveryNoteUrl": "https://storage.example.com/notes/DN-001.pdf", "carrierTrackingReference": null, "eventTimestamp": "2024-01-25T14:30:00Z", "skipPalletsLevel": false, "pallets": [ { "palletNumber": "PLT-001", "palletManifestUrl": "https://storage.example.com/manifests/PLT-001.pdf", "consolidationId": "CONSOL-001", "tsuId": "TSU-001", "sscc": "123456789012345678", "scac": "CARR", "packType": "STANDARD", "weight": { "uom": "KG", "amount": 25.5 }, "height": { "uom": "CM", "amount": 120.0 }, "boxes": [ { "boxNumber": "BOX-001", "shipmentNumber": "SHP-2024-001234", "boxLabelUrl": "https://storage.example.com/labels/BOX-001.pdf", "sscc": "123456789012345679", "trackingReference": "TRK-001", "courierName": "DPD", "serviceName": "Next Day", "courierLabelShipmentNumber": "CL-001", "boxType": "CARDBOARD", "weight": 5.2, "weightUom": "KG", "externalHeight": 30.0, "externalWidth": 40.0, "externalLength": 50.0, "externalUnit": "CM", "internalHeight": 28.0, "internalWidth": 38.0, "internalLength": 48.0, "internalUnit": "CM", "stockStatus": "GOOD", "stock": [ { "sku": "SKU-ABC123", "productId": "PROD-ABC123", "quantity": 10, "stockOwner": "OWNER_A", "batchInformation": { "batchNumber": "BATCH-001", "expiry": "2025-06-30" }, "unitIdentifierCollections": [] } ] } ] } ]}Responses
Section titled “Responses”200: Pack information accepted by host