ProductDefinition
Name | Type | Description | Notes |
---|---|---|---|
AllowPriceLists | bool | Whether the entity can have list prices associated to it | [optional] |
Description | string | The description (non multilingual) of the entity definition | [optional] |
DisplayName | Dictionary<string, string> | [optional] | |
Name | string | The name (business key) of the definition | [optional] |
ProductType | string | The type of entity for which the definition applies (Product or Category) | [optional] |
Properties | List<ProductPropertyDefinition> | The non-grouped properties that are assigned to the definition | [optional] |
PropertyGroups | List<ProductPropertyDefinitionGroup> | The groups containing properties that are assigned to the definition | [optional] |
SequenceNumber | int | A number defining the order in which the definition appears in the list | [optional] |
VariantProperties | List<ProductPropertyDefinition> | The list of attributes assigned to the definition allowing Variant of a product. An empty collection means that variants are not allowedOnly available for a Product definition, not a Category | [optional] |