Tag with Filter of `Any`, `All`, or `Only`

Hi,

Wondering if there is a way to filter a specific tag by Any, All, Only through your api, the way these filters work on your website.

We tried concatenating &tagFilterBy=only to the end of the url, but it didnt work. We get the following message in json response:

"error_message": "The input field 'tagFilterBy' was not expected.",

Thanks for your help,

This is how we did this …

url = ‘https://api.ordoro.com/v3/order?limit=100&offset=00&status=shipped&tag=invoiced&tag_filter_by=not

1 Like

Yup, that worked great!!

Thanks a lot!