{ "Id": 0, "Name": "string", "Description": "string", "Code": "string" }
- ParametricInfo
Documentation ProductService (1.1)
ParametricInfo
Specifies if the current Parametric is for variants only (true) or for the common product (false).
The data type of the values for this parametric: Text, Integer, Decimal, Boolean, Html or Date.
Indicates if the parametric is hidden or not. This can be used to hide parametrics that are only used in application logic. Only non-hidden parametrics should be displayed in the frontend.
{ "Id": 0, "Name": "string", "Type": "string", "Description": "string", "Uom": "string", "IsVariantParametric": true, "ValueType": "string", "Code": "string", "IsHidden": true, "IsGlobal": true }
ParametricsSeed
A comma separated list of parametric values on the format id:value-id. Id is the parametric id and value id is the parametric value id. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
Same as for ParametricListSeed but any parametric can have multiple values. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max.
{ "ListSeed": "string", "MultipleSeed": "string", "ValueSeed": "string" }