object LocationChangeLogType

Fields

FieldTypeDescription
idID!

The ID of the object

created_atDateTime!
account_idInt!
product_account_idInt!
location_idInt!
warehouse_idInt!
user_idInt!
skuString!
previous_on_handInt!
change_in_on_handInt!
reasonString
cycle_countedBoolean!
lot_idInt
lot_nameString
lot_expirationDate
lpn_idInt
parent_lpn_idInt
item_bin_previous_on_handInt
productProductType
actual_productProductType
locationBinType
row_idBigInt
on_handInt

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "created_at": "abc123",
  "account_id": 987,
  "product_account_id": 987,
  "location_id": 987,
  "warehouse_id": 987,
  "user_id": 987,
  "sku": "abc123",
  "previous_on_hand": 987,
  "change_in_on_hand": 987,
  "reason": "abc123",
  "cycle_counted": true,
  "lot_id": 987,
  "lot_name": "abc123",
  "lot_expiration": "abc123",
  "lpn_id": 987,
  "parent_lpn_id": 987,
  "item_bin_previous_on_hand": 987,
  "product": ProductType,
  "actual_product": ProductType,
  "location": BinType,
  "row_id": "abc123",
  "on_hand": 987
}