New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@commercetools-test-data/product-selection

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-test-data/product-selection

Data model for commercetools API ProductSelection

  • 0.0.0-canary-20250123082149
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.9K
decreased by-5.26%
Maintainers
3
Weekly downloads
 
Created

@commercetools-test-data/product-selection

This package provides the data model for the commercetools platform ProductSelection representation.

https://docs.commercetools.com/api/projects/product-selections#representations

Install

$ pnpm add -D @commercetools-test-data/product-selection

Usage

import {
  ProductSelection,
  ProductSelectionDraft,
  type TProductSelection,
  type TProductSelectionDraft,
} from '@commercetools-test-data/product-selection';

const productSelection = ProductSelection.random().build<TProductSelection>();

const productSelectionDraft =
  ProductSelectionDraft.random().build<TProductSelection>();

FAQs

Package last updated on 23 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts