CustomerGroup
A customer group that can be used to organize customers into groups of similar traits.
Properties
created_at
DateRequiredThe date with timezone at which the resource was created.
The details of the customers that belong to the customer group.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe customer group's ID
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
name
stringRequiredThe name of the customer group
The price lists that are associated with the customer group.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?