Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@commercetools-test-data/attribute-definition

Package Overview
Dependencies
8
Maintainers
3
Versions
28
Issues
File Explorer

Advanced tools

@commercetools-test-data/attribute-definition

Data model for commercetools API AttributeDefinition

    4.11.1latest
    GitHub

Version published
Maintainers
3
Weekly downloads
57
decreased by-61.49%

Weekly downloads

Changelog

Source

@commercetools-test-data/zone@4.11.1

Patch Changes

  • Updated dependencies []:
    • @commercetools-test-data/core@4.11.1
    • @commercetools-test-data/commons@4.11.1
    • @commercetools-test-data/utils@4.11.1

Readme

Source

@commercetools-test-data/attribute-definition

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

https://docs.commercetools.com/api/projects/productTypes#attributedefinition

Install

$ yarn add -D @commercetools-test-data/attribute-definition

Usage

import type { TAttributeDefinition, TAttributeDefinitionDraft, } from '@commercetools-test-data/attribute-definition'; import * as AttributeDefinition from '@commercetools-test-data/attribute-definition'; const attributeDefinition = AttributeDefinition.random().build<TAttributeDefinition>(); const attributeDefinitionDraft = AttributeDefinition.AttributeDefinitionDraft.random().build<TAttributeDefinitionDraft>();

Keywords

FAQs

Last updated on 15 Mar 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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