input PalletData
Fields
| Field | Type | Description |
|---|---|---|
quantity | Int! | |
kind | String | One of 'ftl', 'ltl', 'container' |
page_size | String | One of '4x6', 'letter' |
floor_loaded | Boolean |
Referenced By
Example
{
"quantity": 987,
"kind": "abc123",
"page_size": "abc123",
"floor_loaded": true
}