  | 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
Syntaxpublic bool CreateOrder { get; set; }Public Property CreateOrder As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if the order should be created in the ERP, otherwise, 
false.
See Also