Click or drag to resize

SubmitType Enumeration

Defines the way the XML is sent to the ERP.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public enum SubmitType
Members
  Member nameValueDescription
LiveOrderOrCart0 The XML is sent as part of a live cart calculation or order create request.
ScheduledTask1 The XML is sent by a scheduled task that sends orders that were previously not submitted.
ManualSubmit2 The XML is sent after a manual request from the user (through the Transfer button on the order details screen).
DownloadedFromBackEnd3 The XML is created as a download from the order details screen.
FromTemplates4 The order XML is submitted from a template.
Live5 The XML for the user is sent as part of a live call.
See Also