Add Shipment Box
Learn how to add a shipment box for order fulfillment with the 'Add Shipment Box' feature.
Adds a shipment box for the order for fulfillment. To add a shipment box, you will need to call the /addShipmentPackage endpoint with the POST method.
Request
Endpoint
https://<host>/api/addShipmentPackage
Example: https://demo-oms.hotwax.io/api/addShipmentPackage
Header
Body
Parameter | Description | Required (Y/N) |
---|---|---|
| The ID of the picklist bin | |
| The ID of the shipment box type |
Response
Header
Body
Parameter | Description |
---|---|
| The ID of the shipment package sequence |
| The ID of the shipment route segment |
| The ID of the shipment |
| The communication message of the event |
Last updated