AdminGetCustomersParams
Parameters used to filter and configure the pagination of the retrieved customers.
Properties
expandstringComma-separated relations that should be expanded in the returned data.
groupsstring[]Filter customers by the customer's customer groups.
has_accountbooleanFilter customers by whether they have an account.
limitnumberRequiredLimit the number of items returned in the list.
Default: 50
offsetnumberRequiredThe number of items to skip when retrieving a list.
Default: 0
qstringSearch term used to search customers' email, first name, last name.
Was this section helpful?