object ItemLocation

Fields

FieldTypeDescription
idString
legacy_idInt
account_idString
warehouse_idString
location_idString
skuString
quantityInt
created_atISODateTime
locationLocation
expiration_lotLot
lpnsLicensePlateNumberConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

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
}