UpdateCustomerGroupDTO
The attributes to update in the customer group.
Properties
id
stringThe ID of the customer group.
name
stringThe name of the customer group.
customer_ids
string[]The IDs of associated customers.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?