Create customer group name
Last updated
Was this helpful?
Last updated
Was this helpful?
POST
https://app.ecwid.com/api/v3/{storeId}/customer_groups/{groupId}
Your app must have the following access scopes to make this request: create_customers
All path params are required.
storeId
number
Ecwid store ID.
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON object with the following fields:
name
string
Customer group name visible to customers on the storefront.
id
number
Internal ID of the created customer group.