InboundPlanPallets
Provides a paginated list of pallet packages in an inbound plan.
Columns
| Name | Type | References | Description |
| PackageId [KEY] | String | Primary key to uniquely identify a Package (Box or Pallet). | |
| InboundPlanId [KEY] | String | Identifier of an inbound plan. | |
| Quantity | Int | The number of containers where all other properties like weight or dimensions are identical. | |
| UnitOfMeasurement | String | Unit of linear measure. | |
| Length | Decimal | The length of a package. | |
| Width | Decimal | The width of a package. | |
| Height | Decimal | The height of a package. | |
| Value | Decimal | Value of a weight. | |
| UnitOfWeight | String | Unit of the weight being measured. | |
| Stackability | String | Indicates whether pallets will be stacked when carrier arrives for pick-up. |