Cross-Provider Workflow
Shopify Order Cancellation to Stripe Refund to SendGrid Notice
Version 1.0.0
Cancel a Shopify order, refund the Stripe payment, then email the customer with SendGrid.
Providers Orchestrated
Workflows
cancel-refund-and-notify
Cancel a Shopify order, refund the Stripe payment, and email the customer.
Cancels a Shopify order, refunds the original Stripe payment intent, then emails the customer a cancellation-and-refund notice via SendGrid.
1
cancel-order
$sourceDescriptions.shopifyApi.cancelOrder
Cancel the Shopify order.
2
refund-payment
$sourceDescriptions.stripeApi.PostRefunds
Refund the original Stripe payment intent.
3
email-notice
$sourceDescriptions.sendgridApi.SendMail
Email the customer a cancellation-and-refund notice 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.