Shopify Check Order Refund

Checks if the order was refunded.

This action determines whether a Shopify order has been refunded by inspecting its refund transactions and financial status.


Inputs

NameTypeDescription
OrderObjectThe Shopify order object containing refund details.

Outputs

NameTypeDescription
refundedBooleantrue if the order has one or more refunds; otherwise false.
transactionStatusStringStatus of the first refund transaction.
transactionCreatedAtStringCreation timestamp of the first refund transaction.
transactionProcessedAtStringProcessing timestamp of the first refund transaction.
refundAmountNumberAmount refunded in the first transaction.
refundCurrencyStringCurrency code of the refunded amount.
financialStatusStringFinancial status of the order (e.g., refunded, paid, etc.).

Notes

  • Considers only the first refund transaction when multiple refunds exist.
  • If no refunds are present, all transaction fields are null and refunded is false.