Can somebody help me to create a valid GET-Query for a filter:
https:// … /sales-channel-api/v1/product?filter[stock]=50 works fine
But how can I create things like:
https:// … /sales-channel-api/v1/product? with a filter described in the docs like { “filter”: [{ “type”: “equals”, “field”: “stock”, “value”: 1 }] }