attributeDefinitionId
Represents the unique identifier of the Attribute Definition for the Product.
attributeValue
Represents the value of the attribute definition that needs to be considered for pricing, if the attribute is of type Picklist then the attribute value should be a unique identifier of the Attribute Picklist Value.
Represents the unique identifier of the Attribute Definition for the Product.
Signature
globalString attributeDefinitionId { get; set; }
Property Value
Type: String
attributeValue
Represents the value of the attribute definition that needs to be considered for pricing, if the attribute is of type Picklist then the attribute value should be a unique identifier of the Attribute Picklist Value.
Signature
globalString attributeValue { get; set; }
Property Value
Type: String
isAttributeDefinitionDataTypePicklist
Represents if the attribute definition is of type Picklist.