Customers > Customer Groups
Customer Groups
Customer Groups represent specific subsets of your user base. For example, you could establish a Wholesale customer group for your resellers, offering them lower prices.
Optionally, you may elect to designate customers within a group as tax-exempt. The existence of Customer Groups can influence the results of various rule evaluations, such as those concerning taxes, promotions, or inventory. For example, you might devise a promotional discount exclusive to a particular customer group.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| customerGroups | Get customer groups | GET:customer_groups.json |
| customerGroupsCreate | Create customer groups | POST:customer_groups.json |
| customerGroupsDelete | Delete customer groups | DELETE:customer_groups.json |
| customerGroupsExport | Export customer groups | POST:customer_groups/export.json |
| customerGroupsImport | Import customer groups | POST:customer_groups/import.json |
| customerGroupsModify | Modify customer groups | POST:customer_groups.json |
Types
| Types |
|---|
| CustomerGroup |
| CustomerGroupCreate |
| CustomerGroupModify |
| ForeignShardedTask |
| GenericExport |
| GenericImport |