object InventoryChangeLogType

Fields

FieldTypeDescription
account_idInt!
idID!

The ID of the object

skuString!
previous_on_handInt
previous_allocatedInt
change_in_on_handInt
change_in_allocatedInt
dateDateTime!
user_idInt
reasonString
cycle_countedInt!
warehouseWarehouseType
warehouse_idInt
productProductType
row_idBigInt
userUser

Implements

Node

Referenced By

Example

{
  "account_id": 987,
  "id": "abc123",
  "sku": "abc123",
  "previous_on_hand": 987,
  "previous_allocated": 987,
  "change_in_on_hand": 987,
  "change_in_allocated": 987,
  "date": "abc123",
  "user_id": 987,
  "reason": "abc123",
  "cycle_counted": 987,
  "warehouse": WarehouseType,
  "warehouse_id": 987,
  "product": ProductType,
  "row_id": "abc123",
  "user": User
}