How do I list all items and filter out items found in categories that their name or id equals example?
I know the proper usage for listing all items is
/v3/merchants/%s/items
how can I filter out certain categories and still list remaining products?
such as
/v3/merchants/%s/items?filter=categories!%3Dshoes&filter=categories!%3Djewelry