Hi Guys,
I need to get unshipped orders for a specific location, for that i use the following path “/admin/api/2022-07/orders.json?&financial_status=paid&fulfillment_status=unshipped&status=open&reference_location_id=”.
This request dont do all the work becouse dont show only the products in that location, but show all products inside the order. Now i need to check first location_id with stock available + committed stock, how can i get the committed stock using Rest API or Graphql???