cURL
curl --request POST \ --url https://api.example.com/vendor/customer-groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "customer_group": { "id": "<string>", "name": "<string>" } }
Creates a new customer group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Create customer group details
Customer group name
Created
Customer group details.
Show child attributes