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

NameTypeDescription
Shopify TokenSensitiveStringShopify access token
Shopify DomainStringShopify subdomain
Draft Order IDStringID of the draft order
Email FromStringSender email address
Email ToStringRecipient email address
Email SubjectStringSubject of the invoice email
Email MessageStringBody message in the invoice email

Outputs

NameTypeDescription
SuccessBooleanWhether the invoice was sent successfully
Draft Order InvoiceObjectResponse data from Shopify