DraftOrderComplete
Completes a draft order and creates an order.
Input
| Name | Type | Required | Description |
| Id | String | True | The ID of the draft order to complete. |
| PaymentGatewayId | String | False | The gateway for the completed draft order. |
| SourceName | String | False | The source of the checkout. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| Id | String | The ID of the completed draft order. |
| OrderId | String | The ID of the created order. |