How to query for detailed refund information on Wix Stores Orders database?

Hello all,

I can easily query for refunded orders by conditioning on the ‘Payment Status’ field, but how can I find out which specific items were refunded within the order? Fyi, my store is only setup with manual offline payments.

Hi,

Currently, the only fields for the Orders Collection that you can query are the ones shown here . If you would like to be able to query more detailed information about store orders/refunds, you can submit a feature request here . The latest Corvid updates can be found here and the current Corvid Wishlist here .
See the current features in development here .

Best regards,
Edward | Corvid Team

Thank you, Edward. I was trying a workaround by capturing the wixPay_onPaymentUpdate() event when a refund is initiated in the dashboard but it does not seem to trigger. I am guessing its because my payments are manual offline payments. Can you confirm?