CreateOrder Method
This method is one of the Order Entry Toolkit Business Service Methods. It converts a quote to an order.
Arguments
Argument | Description |
---|---|
Quote Id |
[in] Quote identifier. (Required) |
Return Error Code |
[in] Direction to return an error code. (Optional) |
Order Id |
[out] Order identifier. (Optional) |
Error Message |
[out] Error message. (Optional) |
Returns
A new Order.
Dependencies
This method first invokes the Shopping Service’s CreateOrder Method, and then it invokes SubmitOrder.