AdminGetCustomersParams
Parameters used to filter and configure the pagination of the retrieved customers.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 50
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.q
stringSearch term used to search customers' email, first name, last name.
has_account
booleanFilter customers by whether they have an account.
groups
string[]Filter customers by the customer's customer groups.
order
stringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-
.created_at
DateComparisonOperatorDate filters to apply on the customers' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the customers' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.Was this section helpful?