@commercetools-test-data/customer-group
TypeScript icon, indicating that this package has built-in type declarations

8.2.3 • Public • Published

@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>();

Package Sidebar

Install

npm i @commercetools-test-data/customer-group

Weekly Downloads

3,241

Version

8.2.3

License

MIT

Unpacked Size

13.7 kB

Total Files

15

Last publish

Collaborators

  • emmenko
  • commercetools-admin
  • tdeekens