Click or drag to resize

LiveIntegrationAddInGetProductInformationForAllVariants Property

Defines if the product request should contain all product variants or only the product being requested

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Include variants in the product information request")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(110)]
public bool GetProductInformationForAllVariants { get; set; }

Property Value

Type: Boolean

Implements

ISettingsGetProductInformationForAllVariants
See Also