I am able to filter all of my products a SKU ( product id ). When I do this, every order with this SKU shows up.
My question is how can I count the number of products in each order? I can search for a hat ( id of 1234 ). But if I get an order that has 5 hats and a shirt, I get 6 in the quantity filter and have to click into the order to get the hat count.
I can do this for 20-25 orders, but how can I do it with 300-400?