<- Customer Groups API

Customer Groups API

Create customer group

POST

 /v2/customers/groups

Creates a new customer group for a business.

The request must include the name value of the group.

Permissions:CUSTOMERS_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

idempotency_key

string

The idempotency key for the request. For more information, see Idempotency.

Link to section

group

Required

The customer group to create.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

group

The successfully created customer group.