When inquiring about return, check whether or not to apply for return by LineItem

https://d838a7-2.myshopify.com/admin/api/2023-10/orders.json?return_status=return_requested

When I inquired about the order, I inquired about the return request with return_status=return_requested.

Is there a way to check which LineItem the customer requested for a return when inquiring about a return request?

The return object has a Return.returnLineItems connection that should allow you to access the return line items attached to the return - is this what you’re looking for?

1 Like

can you please share a curl code to dispaly a list of returned items using API