object Account

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

emailString

Email address for the contact.

usernameString

Username for this account.

statusString

Current status; use the API status values returned by this field when filtering or updating.

dynamic_slottingBoolean

Whether dynamic slotting is enabled for this account.

is_multi_warehouseBoolean

Whether this account is multi warehouse.

is_3plBoolean

Whether this account is 3PL.

cycle_count_enabledBoolean

Whether cycle counting is enabled for this account.

ship_backordersBoolean

Whether this account allows backordered items to ship.

warehouse_relationshipWarehouseRelationship

Warehouse relationship for this account.

lot_tracking_settingsAccountLotTrackingSettings

Lot tracking settings for this account.

customersAccountConnection

Customers for this account.

ArgumentTypeRequiredDefaultDescription
warehouse_idStringNo

Filter by public API warehouse ID. Use this ID field when selecting a warehouse; warehouse fields are display values or nested objects.

sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
warehouses[Warehouse]

List of warehouses for this account.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "email": "customer@example.com",
  "username": "2",
  "status": "pending",
  "dynamic_slotting": true,
  "is_multi_warehouse": true,
  "is_3pl": true,
  "cycle_count_enabled": true,
  "ship_backorders": true,
  "warehouse_relationship": {id: "V2FyZWhvdXNlOjEyMzQ=", identifier: "Primary Warehouse"},
  "lot_tracking_settings": {id: "QWNjb3VudExvdFRyYWNraW5nU2V0dGluZ3M6MTIzNA=="},
  "customers": [{id: "QWNjb3VudDoxMjM0"}],
  "warehouses": [[{id: "V2FyZWhvdXNlOjEyMzQ=", identifier: "Primary Warehouse"}]]
}