Skip to main content
Skip to main content

FilterableCustomerGroupProps

The filters to apply on the retrieved customer group.

idstring | string[]
The IDs to filter the customer group by.
namestring | OperatorMap<string>
Filter customer groups by name.
customersstring | string[] | FilterableCustomerProps
Filter customer groups by associated customers.
created_bynull | string | string[]
Filter customer groups by their created_by attribute.
created_atOperatorMap<string>
Filter customer groups by created date.
updated_atOperatorMap<string>
Filter customer groups 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?