object Account

Fields

FieldTypeDescription
idString
legacy_idInt
emailString
usernameString
statusString
dynamic_slottingBoolean
is_multi_warehouseBoolean
is_3plBoolean
cycle_count_enabledBoolean
ship_backordersBoolean
customersAccountConnection
ArgumentTypeRequiredDefaultDescription
warehouse_idStringNo
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
warehouses[Warehouse]

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "email": "abc123",
  "username": "abc123",
  "status": "abc123",
  "dynamic_slotting": true,
  "is_multi_warehouse": true,
  "is_3pl": true,
  "cycle_count_enabled": true,
  "ship_backorders": true,
  "customers": AccountConnection,
  "warehouses": Warehouse
}