object ProductLocationType
Fields
| Field | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | ID! | The ID of the object | |||||||||||||||||||||||||
account_id | Int! | ||||||||||||||||||||||||||
sku | String! | ||||||||||||||||||||||||||
quantity | Int | ||||||||||||||||||||||||||
pick_sequence | Int! | ||||||||||||||||||||||||||
warehouse_id | Int! | ||||||||||||||||||||||||||
location_id | Int! | ||||||||||||||||||||||||||
lot_id | Int | ||||||||||||||||||||||||||
product_case_info_id | Int | ||||||||||||||||||||||||||
product_case_sku | String | ||||||||||||||||||||||||||
created_at | DateTime! | ||||||||||||||||||||||||||
updated_at | DateTime! | ||||||||||||||||||||||||||
lpn_id | Int! | ||||||||||||||||||||||||||
quantity_non_allocated | Int | ||||||||||||||||||||||||||
product | ProductType | ||||||||||||||||||||||||||
lot | LotType | ||||||||||||||||||||||||||
product_info | ProductInfoType | ||||||||||||||||||||||||||
bin | BinType | ||||||||||||||||||||||||||
order_bin_allocations | OrderBinAllocationTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
warehouse_obj | WarehouseType | ||||||||||||||||||||||||||
uom | ProductCaseType | ||||||||||||||||||||||||||
lpn_line_items | [LicensePlateNumberV2LineItemType] | ||||||||||||||||||||||||||
row_id | BigInt | ||||||||||||||||||||||||||
name | String | ||||||||||||||||||||||||||
allocated_quantity | Int | ||||||||||||||||||||||||||
picked_quantity | Int | ||||||||||||||||||||||||||
product_case | ProductCaseType | ||||||||||||||||||||||||||
loose_items_quantity | Int | ||||||||||||||||||||||||||
lpn | LicensePlateNumberV2Type | ||||||||||||||||||||||||||
Implements
Referenced By
- BinType Type
- LicensePlateNumberV2LineItemType Type
- LicensePlateNumberV2Type Type
- LotType Type
- OrderBinAllocationType Type
- ProductLocationTypeCountableEdge Type
Example
{
"id": "abc123",
"account_id": 987,
"sku": "abc123",
"quantity": 987,
"pick_sequence": 987,
"warehouse_id": 987,
"location_id": 987,
"lot_id": 987,
"product_case_info_id": 987,
"product_case_sku": "abc123",
"created_at": "abc123",
"updated_at": "abc123",
"lpn_id": 987,
"quantity_non_allocated": 987,
"product": ProductType,
"lot": LotType,
"product_info": ProductInfoType,
"bin": BinType,
"order_bin_allocations": OrderBinAllocationTypeCountableConnection,
"warehouse_obj": WarehouseType,
"uom": ProductCaseType,
"lpn_line_items": LicensePlateNumberV2LineItemType,
"row_id": "abc123",
"name": "abc123",
"allocated_quantity": 987,
"picked_quantity": 987,
"product_case": ProductCaseType,
"loose_items_quantity": 987,
"lpn": LicensePlateNumberV2Type
}