Purpose Processes refunds and creates replacement orders without navigating the Shopify admin UI. This skill handles both the refund and the optional replacement draft order in a single workflow. Prerequisites - Authenticated Shopify CLI session: - API scopes: , Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | store | string | yes | — | Store domain (e.g., mystore.myshopify.com) | | format | string | no | human | Output format: or | | dry run | bool | no | false | Preview operations without executing mutations | | ord…