I have a GraphQL query to retrieve returns. I am querying based on tracking number. When I provide the warehouse_id alongside the tracking number the response is empty. However, when I remove the warehouse_id with this specific tracking_number it actually finds and retrieves the Return record.
The access token i am working with has 6 warehouses. I tried to use all 6 warehouse_id options and none when combined with that tracking number returns a response. However, I can confirm that the return with that tracking number actually exists because I can see it on the Shiphero admin.