FilterableCustomerGroupProps
The filters to apply on the retrieved customer group.
id
string | string[]The IDs to filter the customer group by.
name
string | OperatorMap<string>Filter customer groups by name.
customers
string | string[] | FilterableCustomerPropsFilter customer groups by associated customers.
created_by
null | string | string[]Filter customer groups by their
created_by
attribute.created_at
OperatorMap<string>Filter customer groups by created date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter customer groups by updated date.
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?