complete_draft_order
Convert a draft order into a real order, with an option to mark it as paid.
Instructions
Complete a draft order, converting it into a real order. Optionally mark it as paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_order_id | Yes | The numeric draft order ID. | |
| payment_pending | No | If true, the order is created with payment pending. Default: false (marked as paid). |