Skip to main content
Skip to main content

FilterableCustomerProps

An object used to allow specifying flexible queries with and/or conditions.

Properties

idstring | string[]
emailstring | string[] | OperatorMap<string>
groupsstring | string[] | FilterableCustomerGroupProps
default_billing_address_idnull | string | string[]
default_shipping_address_idnull | string | string[]
company_namenull | string | string[] | OperatorMap<string>
first_namenull | string | string[] | OperatorMap<string>
last_namenull | string | string[] | OperatorMap<string>
created_bynull | string | string[]
created_atOperatorMap<string>
updated_atOperatorMap<string>
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
Was this section helpful?