Skip to content

List Customer Groups

EndpointMethod
/api/admin/customers/groupsGET

Query Parameters

ParameterTypeDescription
page, per_pageintegerPagination (default 10, cap 50).
codestringPartial code match.
namestringPartial name match.
is_user_definedinteger0 (system) or 1 (user-defined).
sortstringid (default desc), code, name.
orderstringasc, desc.

customersCount is detail-only — null on listing rows.

Released under the MIT License.