Links

Filters

It´s possible to filter article requests.
Example: Get all articles whith oxactive = 1 and oxtitle like '%kite%'
https://YOUR_SHOP_URL/rest/v1/articles?filter[]=oxshopid|=|1&filter[]=oxtitle|like|kite

Filter format

oxactive|=|1
  1. 1.
    key (eg. oxarticles.oxactive)
  2. 2.
    action
  3. 3.
    value

Filter actions

'='
'!='
'<'
'<='
'>'
'>='
'like'
Last modified 4yr ago