header

GET Filters

Edit this page on GitHub

Some requests use GET parameters in the URL. These are as follows:

If the attribute value consists of several words separated by a whitespace, the '%20' sign is used:

For example, to filter products with the description equal to simple01:

http://magentohost/api/rest/products/?order=entity_id&filter[0][attribute]=description&filter[0][in][0]=simple01