AdminGetCustomerGroupsParams
Parameters used to filter and configure the pagination of the retrieved customer groups.
Properties
orderstringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with 
-.offsetnumberThe number of items to skip when retrieving a list.
Default: 0
limitnumberLimit the number of items returned in the list.
Default: 10
expandstringComma-separated relations that should be expanded in the returned data.
idstring | string[] | StringComparisonOperatorIDs to filter customer groups by.
qstringSearch term to search customer groups by their name.
namestring[]Names to filter customer groups by.
updated_atDateComparisonOperatorDate filters to apply on the customer groups' update_at date.
updated_atDateComparisonOperatorupdate_at date.created_atDateComparisonOperatorDate filters to apply on the customer groups' created_at date.
created_atDateComparisonOperatorcreated_at date.discount_condition_idstringFilter customer groups by their associated discount condition's ID.
Was this section helpful?