@commercetools-test-data/customer-group
v10.10.1
Published
Data model for commercetools API Customer Group
Downloads
13,394
Readme
@commercetools-test-data/customer-group
This package provides the data model for the commercetools platform CustomerGroup
type
https://docs.commercetools.com/api/projects/customerGroups
Install
$ pnpm add -D @commercetools-test-data/customer-group
Usage
import {
CustomerGroup,
CustomerGroupDraft,
type TCustomerGroup,
type TCustomerGroupDraft,
} from '@commercetools-test-data/customer-group';
const customerGroup = CustomerGroup.random().build<TCustomerGroup>();
const customerGroupDraft =
CustomerGroupDraft.random().build<TCustomerGroupDraft>();