CompleteDraftOrder
Finalizes a draft order and converts it into a completed order ready for checkout and fulfillment.
Input
| Name | Type | Description |
| Id | String | The ID of the draft order to be completed. |
| PaymentPending | String | Specifies whether the draft order should be marked as pending payment. Set to true to indicate payment is still due.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the draft order completion operation executed successfully. |
| Details | String | Additional information or context about the execution of the draft order completion. |