@commercetools-test-data/channel
This package provides the data model for the commercetools platform Channel
type
https://docs.commercetools.com/api/projects/channels
Install
$ pnpm add -D @commercetools-test-data/channel
Usage
import {
Channel,
ChannelDraft,
type TChannel,
type TChannelDraft,
} from '@commercetools-test-data/channel';
const channel = Channel.random().build<TChannel>();
const channelDraft = ChannelDraft.random().build<TChannelDraft>();
const withInventorySupplyAndProductDistributionRoles = ChannelDraft.presets
.withInventorySupplyAndProductDistributionRoles()
.build<TChannelDraft>();