input PalletData
Fields
| Field | Type | Description |
|---|---|---|
quantity | Int! | Quantity as a whole-unit count. |
kind | String | Freight shipment kind. Accepted values are ftl, ltl, or container. |
page_size | String | Label page size. Accepted values are 4x6 or letter. |
floor_loaded | Boolean | Whether the inbound shipment is floor loaded instead of palletized. |
Referenced By
Example
{
"quantity": 2,
"kind": "ltl",
"page_size": "4x6",
"floor_loaded": true
}