We are using REST API to fetch all orders within specific time range. When we get list of orders, we parse the data, and create multiple csv files, one of which is related to refunds.
When we get the list of orders, we get correct “refund_line_items” for all order refunds as long as the order is only partially refunded. For a fully refunded order, we get the refund but “refund_line_items” in the refund is empty.
We are using “shopify_api” gem in RoR. Any ideas what’s going on and whether it is possible to get refund line items for a full refunded order using REST API. I would like to avoid using GraphQL if possible at this stage of the project.
Many thanks in advance.
