Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ProductDefinition Constructor

public ProductDefinition(string id, string storeSpecificId, Purchasing.ProductType type);

Parameters

idStore-independent ID.
storeSpecificIdStore-specific ID.
typeProduct type.

Description

Create a ProductDefinition with different Store-independent ID and Store-specific ID. Use this when you need to two IDs to be different.


public ProductDefinition(string id, Purchasing.ProductType type);

Parameters

idStore-independent ID and store-specific ID.
typeProduct type.

Description

Create a ProductDefinition where the Store-independent ID is the same as the store-specific ID. Use this when you don't need the two IDs to be different.

Did you find this page useful? Please give it a rating: