FilterableCustomerGroupCustomerProps
The filters to apply on the retrieved customer group's customers.
id
string | string[]The IDs to filter the customer group's customer relation.
customer_id
string | string[]Filter by customer ID(s).
customer_group_id
string | string[]Filter by customer group ID(s).
customer
string | string[] | FilterableCustomerPropsFilter by customer IDs or filterable customer attributes.
group
string | string[] | FilterableCustomerGroupPropsFilter by customer group IDs or filterable group attributes.
created_by
null | string | string[]Filter by the group's
created_by
attribute.created_at
OperatorMap<string>Filter by created date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter 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?