post https://app.ecwid.com/api/v3//customer_groups
Create one brand new customer group in an Ecwid store.
Access scopes
Requires the following access scope: create_customers
Request
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
name | string | Customer group name |
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
id | number | ID of the created customer group |
Errors
In case of error, Ecwid responds with an error HTTP status code and JSON-formatted body containing error description.
HTTP codes
HTTP Status | Response JSON | Description |
---|---|---|
400 | Request parameters are malformed | |
402 | Store doesn't have access to customer groups feature, it's available on Business plan and higher | |
415 | Unsupported content-type: expected application/json or text/json | |
500 | The creation request failed because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |