How can I count orders with a specific tag?

Hi,

I use a tag “to pack” to tag those orders that are yet to be packed. Is there a way I can get a count of these orders? I.e. get a count of number of orders with the specific tag?

You could do this:

  1. Filter orders by that tag on your orders detail page

  2. Export all those orders to csv

  3. Open the csv and check the last number and subtract 1 (to account for the header row)

If you do this often, save the url after you filter by tag, you can use that as a shortcut in the future.