input CreateLicensePlateNumbersInput
Fields
| Field | Type | Description |
|---|---|---|
warehouse_id | String! | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
container_type | String! | Container type to create. Accepted values are 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": "V2FyZWhvdXNlOjEyMzQ=",
"container_type": "pallet",
"quantity": 2
}