Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

CustomerGroupDTO

The customer group details.

Properties

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?