object LicensePlateNumberV2LineItemType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | |
units | Int | |
sku | String | |
customer_account_id | Int | |
lpn_id | Int | |
location_id | Int | |
product_info | ProductInfoType | |
bin | BinType | |
lot | LotType | |
item_bin | ProductLocationType | |
lpn | LicensePlateNumberV2Type |
Referenced By
- LicensePlateNumberV2Type Type
- ProductLocationType Type
Example
{
"id": "abc123",
"units": 987,
"sku": "abc123",
"customer_account_id": 987,
"lpn_id": 987,
"location_id": 987,
"product_info": ProductInfoType,
"bin": BinType,
"lot": LotType,
"item_bin": ProductLocationType,
"lpn": LicensePlateNumberV2Type
}