object Lot

Fields

FieldTypeDescription
idString
legacy_idInt
account_idString
po_idStringDEPRECATED An expiration lot could have more than one purchase order associated. Check purchase_orders field.
nameString
skuString
created_atISODateTime
updated_atISODateTime
expires_atISODateTime
received_atISODateTime
is_activeBoolean
locationsLocationConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
purchase_ordersPurchaseOrderConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "account_id": "abc123",
  "po_id": "abc123",
  "name": "abc123",
  "sku": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "expires_at": "abc123",
  "received_at": "abc123",
  "is_active": true,
  "locations": LocationConnection,
  "purchase_orders": PurchaseOrderConnection
}