shopify_send_draft_order_invoice
Send a Shopify draft order invoice email with secure checkout link. Optionally override recipient, subject, or add a custom message.
Instructions
Send a Shopify draft-order invoice email containing its secure checkout link. Omit to when the draft order already has an attached customer or email.
Args: draft_order_id (required): Draft order ID (numeric or GID). to: Optional recipient email override. subject: Optional invoice email subject. custom_message: Optional message included in the invoice email. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| effect | No | ||
| subject | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| custom_message | No | ||
| draft_order_id | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |