4.11.1 • Published 1 year ago

@commercetools-test-data/price v4.11.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@commercetools-test-data/price

This package provides the data model for the commercetools platform Price type

https://docs.commercetools.com/api/types#price

Install

$ yarn add -D @commercetools-test-data/price

Usage

import type { TPrice, TPriceDraft } from '@commercetools-test-data/price';
import * as Price from '@commercetools-test-data/price';

const price = Price.random().build<TPrice>();
const priceDraft = Price.PriceDraft.random().build<TPriceDraft>();
4.11.0

1 year ago

4.11.1

1 year ago

4.10.0

1 year ago

4.9.0

1 year ago

4.8.0

1 year ago

4.7.0

1 year ago