Socket
Socket
Sign inDemoInstall

@commercetools-test-data/staged-quote

Package Overview
Dependencies
49
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @commercetools-test-data/staged-quote

Data model for commercetools API StagedQuote


Version published
Weekly downloads
3.6K
increased by0.42%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@commercetools-test-data/quote

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

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

Install

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

Usage

import {
  StagedQuote,
  StagedQuoteDraft,
  type TStagedQuote,
  type TStagedQuoteDraft,
} from '@commercetools-test-data/quote-request';

const stagedQuote = StagedQuote.random().build<TStagedQuote>();
const stagedQuoteDraft = StagedQuoteDraft.random().build<TStagedQuoteDraft>();

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