Get customer group
GET
https://app.ecwid.com/api/v3/{storeId}/customer_groups/{groupId}
Required access scopes
Your app must have the following access scopes to make this request: read_customers
Path params
All path params are required.
storeId
number
Ecwid store ID.
groupId
number
Internal customer group ID.
Query params
All query params are optional.
responseFields
string
Specify the exact fields to receive in response JSON. If not specified, the response JSON will have all available fields for the entity.
Example: ?responseFields=name
Example of using responseFields
param:
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
id
number
Unique internal ID of the customer group.
name
string
Customer group name visible to customers on the storefront.
Last updated
Was this helpful?