- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableCustomerProps
The filters to apply on the retrieved customer.
q
stringOptionalSearches for customers by properties such as name and email using this search term.
id
string | string[]OptionalThe IDs to filter the customer by.
Filter by email.
Filter by associated customer group.
default_billing_address_id
null | string | string[]OptionalFilter by the associated default billing address's ID.
default_shipping_address_id
null | string | string[]OptionalFilter by the associated default shipping address's ID.
Filter by company name.
Filter by first name.
Filter by last name.
Filter by whether the customer has an account.
created_by
null | string | string[]OptionalFilter by the
created_by
attribute.Filter by created date.
Filter by updated date.
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 page helpful?