object ShippingPlanPallet
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
kind | String | Kind for this shipping plan pallet. |
quantity | Int | Quantity as a whole-unit count. |
floor_loaded | Boolean | Whether this pallet is floor loaded instead of palletized. |
page_size | String | Page size for this shipping plan pallet. |
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"kind": "ltl",
"quantity": 2,
"floor_loaded": true,
"page_size": "4x6"
}