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 and false if not. Defaults to true.
  • 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

NameDescription
SuccessWhether the order was refunded successfully or not.
RefundThe actual refund object returned by the call. More information about this object can be found here