
i am getting value of shopify store but there is no feild which retun the refund or return quantity please add this feild

This is available. The Shopify connector exposes Order refunded items quantity (id: order_refunds_quantity) and Order returned items quantity (id: order_returns_quantity), both under the orders table, plus a line-item level Line Item Refunds Quantity (id: line_item__refunds_quantity). Add order_refunds_quantity (or order_returns_quantity for returns specifically) to your query to get the refunded/returned unit counts.
