Customer Groups
Create Customer Group
POST/customers/groups
This endpoint allows you to create a customer group by providing a required group name, along with conditions (shared traits among members) and the fe...
List Customer Groups
GET/customers/groups
This endpoint allows you to list all the customer groups in your store.
:::info[Information]Customer groups segment your customers into smaller, targe...
Add Customers To Group Customer
POST/customers/groups/add_customers
This endpoint allows you to add customers to a specific customer groups.
`customers.read_write`- Customers Read & Write
Update Default Customer Group
POST/customers/groups/default
This endpoint allows you to update the default customer group from this Endpoint. Each new customer is added automatically to the default customer gro...
Update Customer Group
PUT/customers/groups/{group}
This endpoint allows you to update a customer group by passing the group as a path parameter.
`customers.read_write`- Customers Read & Write
Delete Customer Group
DELETE/customers/groups/{group}
This endpoint allows you to delete a customer group by passing the group as a path parameter.
:::tip[Note]Group members will be removed automatically ...