Customer Groups
List customer groups
Create customer group
Delete customer group
Retrieve customer group
Update customer group
<- Customer Groups API
Customer Groups API
Version
2024-10-17
POST
/v2/customers/groups
Creates a new customer group for a business.
The request must include the name value of the group.
name
Guide
Create a customer group
Example code
idempotency_key
string
The idempotency key for the request. For more information, see Idempotency.
group
CustomerGroup
Required
The customer group to create.
Show attributes
errors
Error [ ]
Any errors that occurred during the request.
The successfully created customer group.