Cross-Provider Workflow
Shopify Order Refund to Stripe Refund to SendGrid Notice
Version 1.0.0
Look up a Shopify order, issue a Stripe refund, then email the customer a refund notice.
Providers Orchestrated
Workflows
refund-order-and-notify
Fetch a Shopify order, refund the Stripe charge, and email the customer.
Retrieves a Shopify order, creates a Stripe refund against the original charge, then emails the customer a refund confirmation via SendGrid.
1
get-order
$sourceDescriptions.shopifyApi.getOrder
Retrieve the Shopify order being refunded.
2
create-refund
$sourceDescriptions.stripeApi.PostRefunds
Issue a Stripe refund against the original charge.
3
email-refund-notice
$sourceDescriptions.sendgridApi.SendMail
Email the customer a refund confirmation via SendGrid.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.