CustomerGroupDTO
The customer group details.
id
stringRequiredThe ID of the customer group.
name
stringRequiredThe name of the customer group.
customers
Partial<CustomerDTO>[]The customers of the customer group.
customers
Partial<CustomerDTO>[]metadata
Record<string, unknown>Holds custom data in key-value pairs.
created_by
null | stringWho created the customer group.
deleted_at
null | string | DateThe deletion date of the customer group.
created_at
string | DateThe creation date of the customer group.
updated_at
string | DateThe update date of the customer group.
Was this section helpful?