SetPackingInformation
Sets packing information for an inbound plan.
Input
| Name | Type | Required | Description |
| InboundPlanId | String | False | Identifier of an inbound plan. |
| PackingGroupId | String | False | The ID of the `packingGroup` that packages are grouped according to. The `PackingGroupId` can only be provided before placement confirmation, and it must belong to the confirmed `PackingOption`. One of `ShipmentId` or `PackingGroupId` must be provided with every request. |
| ShipmentId | String | False | The ID of the shipment that packages are grouped according to. The `ShipmentId` can only be provided after placement confirmation, and the shipment must belong to the confirmed placement option. One of `ShipmentId` or `PackingGroupId` must be provided with every request. |
| BoxInput | String | True | Input information for a given box. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| OperationId | String | UUID for the given operation. |