input CreateLicensePlateNumbersInput

Fields

FieldTypeDescription
warehouse_idString!
container_typeString!

Accepted strings: 'BOX', 'PALLET' or 'STAGING'.

quantityInt!

Number of License Plate Numbers you need created. Must be between 1 and 1300.

Referenced By

Example

{
  "warehouse_id": "abc123",
  "container_type": "abc123",
  "quantity": 987
}