Click or drag to resize

OrderXmlGeneratorSettingsCreateOrder Property

Gets or sets a value indicating whether the current request is for a cart (false) or an actual order (true).

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public bool CreateOrder { get; set; }

Property Value

Type: Boolean
true if the order should be created in the ERP, otherwise, false.
See Also