header

Magento 1.x Software Support Notice

For Magento Commerce 1, Magento is providing software support through June 2020. Depending on your Magento Commerce 1 version, software support may include both quality fixes and security patches. Please review our Magento Software Lifecycle Policy to see how your version of Magento Commerce 1 is supported.

For Magento Open Source 1.5 to 1.9, Magento is providing software security patches through June 2020 to ensure those sites remain secure and compliant. Visit our information page for more details about our software maintenance policy and other considerations for your business.

GET Filters

Edit this page on GitHub

JSON responses on this page contributed by Tim Reynolds

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

To filter customers by email address:

http://magentohost/api/rest/customers?filter[1][attribute]=email&filter[1][in][0]=ryan@test.com