object LicensePlateNumberV2Type

Fields

FieldTypeDescription
idID!
nameString
barcodeString
location_idInt
unitsInt!
binBinType
warehouseWarehouseType!
statusLicensePlateNumberV2Status!
nested_containers[LicensePlateNumberV2Type]
line_items[LicensePlateNumberV2LineItemType]
container_typeLicensePlateNumberV2ContainerType!
last_activityDateTime!
timeline[LicensePlateNumberV2TimelineType]
orderOrder
parentLicensePlateNumberV2Type
item_bins[ProductLocationType]
barcode_printedBoolean

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "name": "abc123",
  "barcode": "abc123",
  "location_id": 987,
  "units": 987,
  "bin": BinType,
  "warehouse": WarehouseType,
  "status": "UNUSED",
  "nested_containers": LicensePlateNumberV2Type,
  "line_items": LicensePlateNumberV2LineItemType,
  "container_type": "BOX",
  "last_activity": "abc123",
  "timeline": LicensePlateNumberV2TimelineType,
  "order": Order,
  "parent": LicensePlateNumberV2Type,
  "item_bins": ProductLocationType,
  "barcode_printed": true
}