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