Shopify Send Draft Order Invoice
Uses Shopify endpoint here:
š https://shopify.dev/docs/api/admin-rest/2025-04/resources/draftorder#post-draft-orders-draft-order-id-send-invoice
This action allows you to send a draft order invoice in Shopify.
Inputs
Name | Type | Description |
---|---|---|
Shopify Token | SensitiveString | Shopify access token |
Shopify Domain | String | Shopify subdomain |
Draft Order ID | String | ID of the draft order |
Email From | String | Sender email address |
Email To | String | Recipient email address |
Email Subject | String | Subject of the invoice email |
Email Message | String | Body message in the invoice email |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the invoice was sent successfully |
Draft Order Invoice | Object | Response data from Shopify |
Updated 1 day ago