| 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 Enumeration SubmitType
Members
| Member name | Value | Description |
---|
| LiveOrderOrCart | 0 |
The XML is sent as part of a live cart calculation or order create request.
|
| ScheduledTask | 1 |
The XML is sent by a scheduled task that sends orders that were previously not submitted.
|
| ManualSubmit | 2 |
The XML is sent after a manual request from the user (through the Transfer button on the order details screen).
|
| DownloadedFromBackEnd | 3 |
The XML is created as a download from the order details screen.
|
| FromTemplates | 4 |
The order XML is submitted from a template.
|
| Live | 5 |
The XML for the user is sent as part of a live call.
|
See Also