Hi Shopify team!
I want to retrieve orders through Rest API but only those orders having specific notes or tags
For example: I created an order with note is “Steve” and/or tags is “Steve”. So when I retrieve orders list though API, I only want to retrieve those orders that have note and/or tags is “Steve”
Can I do it with RestAPI or GraphQL ?
If it can please give me instruction how to do it
Thanks in advance!