Skip to main content
Skip to main content

CustomerGroupDTO

The customer group details.

idstringRequired
The ID of the customer group.
namestringRequired
The name of the customer group.
customersPartial<CustomerDTO>[]
The customers of the customer group.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
created_bynull | string
Who created the customer group.
deleted_atnull | string | Date
The deletion date of the customer group.
created_atstring | Date
The creation date of the customer group.
updated_atstring | Date
The update date of the customer group.
Was this section helpful?