4.11.1 • Published 1 year ago

@commercetools-test-data/product-catalog-data v4.11.1

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

@commercetools-test-data/product-catalog-data

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

https://docs.commercetools.com/api/projects/products#productcatalogdata

Install

$ yarn add -D @commercetools-test-data/product-catalog-data

Usage

import type { TProductCatalogData } from '@commercetools-test-data/product-catalog-data';
import * as ProductCatalogData from '@commercetools-test-data/product-catalog-data';

const productCatalogData =
  ProductCatalogData.random().build<TProductCatalogData>();