object ItemLocation
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | BigInt | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
warehouse_id | String | |||||||||||||||||||||||||||||||
location_id | String | |||||||||||||||||||||||||||||||
sku | String | |||||||||||||||||||||||||||||||
quantity | Int | |||||||||||||||||||||||||||||||
created_at | ISODateTime | Date when the SKU was first associated with this location (bin). | ||||||||||||||||||||||||||||||
updated_at | ISODateTime | Date of the last modification to this item-location record (e.g. stock adjustments, lot changes). | ||||||||||||||||||||||||||||||
location | Location | |||||||||||||||||||||||||||||||
location_type | LocationType | |||||||||||||||||||||||||||||||
expiration_lot | Lot | |||||||||||||||||||||||||||||||
lpns | LicensePlateNumberConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
product | Product | |||||||||||||||||||||||||||||||
warehouse_product | WarehouseProduct | |||||||||||||||||||||||||||||||
Referenced By
- ItemLocationEdge Type
Example
{
"id": "abc123",
"legacy_id": "abc123",
"account_id": "abc123",
"warehouse_id": "abc123",
"location_id": "abc123",
"sku": "abc123",
"quantity": 987,
"created_at": "abc123",
"updated_at": "abc123",
"location": Location,
"location_type": LocationType,
"expiration_lot": Lot,
"lpns": LicensePlateNumberConnection,
"product": Product,
"warehouse_product": WarehouseProduct
}