FilterableCustomerProps
An object used to allow specifying flexible queries with and/or conditions.
Properties
id
string | string[]email
string | string[] | OperatorMap<string>groups
string | string[] | FilterableCustomerGroupPropsdefault_billing_address_id
null | string | string[]default_shipping_address_id
null | string | string[]company_name
null | string | string[] | OperatorMap<string>first_name
null | string | string[] | OperatorMap<string>last_name
null | string | string[] | OperatorMap<string>created_by
null | string | string[]created_at
OperatorMap<string>
created_at
OperatorMap<string>updated_at
OperatorMap<string>
updated_at
OperatorMap<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?