object LotType

Fields

FieldTypeDescription
idID!

The ID of the object

nameString!
skuString!
account_idInt!
quantityInt
created_atDateTime!
updated_atDateTime!
expires_atDate
received_atDateTime
is_activeBoolean!
item_bins[ProductLocationType]
row_idBigInt
customer_nameString
warehouseWarehouseType
current_quantityInt
warehouse_locationString
consider_as_expiredBoolean

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "name": "abc123",
  "sku": "abc123",
  "account_id": 987,
  "quantity": 987,
  "created_at": "abc123",
  "updated_at": "abc123",
  "expires_at": "abc123",
  "received_at": "abc123",
  "is_active": true,
  "item_bins": ProductLocationType,
  "row_id": "abc123",
  "customer_name": "abc123",
  "warehouse": WarehouseType,
  "current_quantity": 987,
  "warehouse_location": "abc123",
  "consider_as_expired": true
}