Socket
Socket
Sign inDemoInstall

@commercetools-test-data/quote

Package Overview
Dependencies
50
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @commercetools-test-data/quote

Data model for commercetools API Quote


Version published
Weekly downloads
3.6K
increased by0.88%
Maintainers
3
Install size
39.7 MB
Created
Weekly downloads
 

Readme

Source

@commercetools-test-data/quote

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

https://docs.commercetools.com/api/projects/quotes

Install

$ pnpm add -D @commercetools-test-data/quote

Usage

import {
  Quote,
  QuoteDraft,
  type TQuote,
  type TQuoteDraft,
} from '@commercetools-test-data/quote';

const quote = Quote.random().build<TQuote>();
const quoteDraft = QuoteDraft.random().build<TQuoteDraft>();

Keywords

FAQs

Last updated on 30 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc