object ItemLocation
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | Int | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
warehouse_id | String | |||||||||||||||||||||||||||||||
location_id | String | |||||||||||||||||||||||||||||||
sku | String | |||||||||||||||||||||||||||||||
quantity | Int | |||||||||||||||||||||||||||||||
created_at | ISODateTime | |||||||||||||||||||||||||||||||
location | Location | |||||||||||||||||||||||||||||||
expiration_lot | Lot | |||||||||||||||||||||||||||||||
lpns | LicensePlateNumberConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- ItemLocationEdge Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"warehouse_id": "abc123",
"location_id": "abc123",
"sku": "abc123",
"quantity": 987,
"created_at": "abc123",
"location": Location,
"expiration_lot": Lot,
"lpns": LicensePlateNumberConnection
}