<- Customer Groups API

Customer Groups API

Update customer group

PUT

 /v2/customers/groups/{group_id}

Updates a customer group as identified by the group_id value.

Permissions:CUSTOMERS_WRITE
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

group_id

string

Required

The ID of the customer group to update.

Link to section

Request body

Link to section

group

Required

The CustomerGroup object including all the updates you want to make.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

group

The successfully updated customer group.