object ItemLocation

Fields

FieldTypeDescription
idString
legacy_idBigInt
account_idString
warehouse_idString
location_idString
skuString
quantityInt
created_atISODateTime

Date when the SKU was first associated with this location (bin).

updated_atISODateTime

Date of the last modification to this item-location record (e.g. stock adjustments, lot changes).

locationLocation
location_typeLocationType
expiration_lotLot
lpnsLicensePlateNumberConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
productProduct
warehouse_productWarehouseProduct

Referenced By

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
}