Get customer group

Get information about a specific customer group in an Ecwid store referring to its ID.

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Response

A JSON object of type 'CustomerGroup' with the following fields:

CustomerGroup

FieldTypeDescription
idnumberUnique internal customer group ID
namestringCustomer group name

Errors

In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description

HTTP codes

HTTP StatusMeaning
402Store doesn't have access to customer groups feature, it's available on Business plan and higher
404Customer group is not found
500Cannot retrieve the customer info because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Authorization
Query