Skip to main content
Skip to main content

FilterableCustomerGroupCustomerProps

The filters to apply on the retrieved customer group's customers.

idstring | string[]
The IDs to filter the customer group's customer relation.
customer_idstring | string[]
Filter by customer ID(s).
customer_group_idstring | string[]
Filter by customer group ID(s).
customerstring | string[] | FilterableCustomerProps
Filter by customer IDs or filterable customer attributes.
groupstring | string[] | FilterableCustomerGroupProps
Filter by customer group IDs or filterable group attributes.
created_bynull | string | string[]
Filter by the group's created_by attribute.
created_atOperatorMap<string>
Filter by created date.
updated_atOperatorMap<string>
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 section helpful?