input CreateLicensePlateNumbersInput
Fields
| Field | Type | Description |
|---|---|---|
warehouse_id | String! | |
container_type | String! | Accepted strings: 'BOX', 'PALLET' or 'STAGING'. |
quantity | Int! | Number of License Plate Numbers you need created. Must be between 1 and 1300. |
Referenced By
- license_plate_numbers_create Mutation
Example
{
"warehouse_id": "abc123",
"container_type": "abc123",
"quantity": 987
}