Skip to main content

Query for customers

GET 

/api/v3/customer

Notes:

  • The superuser_id field is the primary contact (user) for this customer

Available query parameter values for filtering:

  • customer_id
  • parent_customer_id
  • bill_state
  • ship_state
  • bill_country
  • ship_country
  • external_key
  • token
  • company
  • superuser_id
  • superuser_email
  • custom_1
  • custom_2
  • custom_3
  • custom_4
  • custom_5
  • write_datetime - date/time created
  • mod_datetime - date/time last modified

Valid values for customer_status_state:

  • a (for active customers)
  • i (for customers who have manually been marked "inactive" or who have had no recent activity)

Valid values for customer_status_str:

  • active-current
  • active-overdue
  • inactive-manual
  • inactive-activity

Request

Query Parameters

    where string

    bill_country:EQUALS:Canada

    order string

    customer_id:ASC

    limit string

    2

    offset string

    8

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response object
Loading...