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. |
barcodes | [String!] | Optional barcodes to assign to the created License Plate Numbers. The list length must match quantity. Each barcode must be unused within the account, unique in the list ignoring case, contain at most 22 characters, start with a letter or digit, and contain only letters, digits, or . _ / + -. |
Referenced By
- license_plate_numbers_create Mutation
Example
{
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
"container_type": "pallet",
"quantity": 2,
"barcodes": ["LPN-001", "LPN-002"]
}