Everything is fine when its one tag
?status=any&query=tag:"tag1"
But I need to get orders from orders.json that have 2 tags.
How that query should look like?
orders.json?status=any&tags=[tag1, tag2]
This one does not seem to work and showing me all the orders.
thanks for help