We are trying to select all the orders that were recently shipped without a particular tag … once the list is identified we will then add the missing tag.
Here is our selection …
url = ‘https://apiverson.ordoro.com/order?limit=100&status=shipped&sales_channel=999999&tag=99999&sort=-ship_date&tag_filter_by=not’
… the issue that we have is that this will return all orders shipped regardless of the tag assigned or not … what is the proper syntax if we want to only select order shipped without a particular tag.
Thanks