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
PUT
/v2/customers/groups/{group_id}
Updates a customer group as identified by the group_id value.
group_id
Example code
string
Required
The ID of the customer group to update.
group
CustomerGroup
The CustomerGroup object including all the updates you want to make.
Show attributes
errors
Error [ ]
Any errors that occurred during the request.
The successfully updated customer group.