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.
true
for the shipping to be refunded andfalse
if 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. For example, if the URL of the store Shopify account is: https://digitalgenius.myshopify.com/ than the sub-domain is: digitalgenius |
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 10 months ago