Shopify Full Refund With Any Token
The action provides a full refund for an order. To call this endpoint, you can use a Basic Token or a Shopify Access Token.
Notes:
- Optionality to refund shipping via the Refund Shipping input.
truefor the shipping to be refunded andfalseif not. Defaults totrue. - The line items will have a type of
no_restock. You can read more about restock types here - Partial refunds cannot be done with this endpoint.
Action Inputs
Name | Type | Description |
|---|---|---|
Order Id | String | Shopify Order Id to be refunded |
Shopify Token | SensitiveString | Shopify Basic or Access Token. |
Shopify Domain | String | Shopify sub-domain from store Shopify account. |
Shopify Version | String | Shopify API Version. If an incorrect value is provided, it will default to version 2023-07. |
Refund Shipping | Optional Boolean | Whether the shipping should be refunded - the default value is set to true meaning that the shipping will be refunded. |
Action Outputs
| Name | Description |
|---|---|
| Success | Whether the order was refunded successfully or not. |
| Refund | The actual refund object returned by the call. More information about this object can be found here |
Updated 12 days ago
