object LicensePlateNumberV2Type
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | |
name | String | |
barcode | String | |
location_id | Int | |
units | Int! | |
bin | BinType | |
warehouse | WarehouseType! | |
status | LicensePlateNumberV2Status! | |
nested_containers | [LicensePlateNumberV2Type] | |
line_items | [LicensePlateNumberV2LineItemType] | |
container_type | LicensePlateNumberV2ContainerType! | |
last_activity | DateTime! | |
timeline | [LicensePlateNumberV2TimelineType] | |
order | Order | |
parent | LicensePlateNumberV2Type | |
item_bins | [ProductLocationType] | |
barcode_printed | Boolean |
Implements
Referenced By
- BinType Type
- LicensePlateNumberV2LineItemType Type
- LicensePlateNumberV2Type Type
- ProductLocationType Type
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
}