createRefund
Create a refund for a Shopify order, specifying line items, quantities, restock type, shipping amount, and refund duties. Optionally add a note and notify the customer.
Instructions
Create a refund for an order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | The order ID to refund | |
| lineItems | No | ||
| shipping | No | ||
| refundDuties | No | ||
| note | No | ||
| notify | No |