Overview
Back to topAre you are looking for a quick, easy-to-install solution to retrieve all product attribute data? This extension provides all you need to make your own! Product Filters API gives you a single URL that returns all the data you need to easily create a custom product filter page. This extension was created as part of a ReactJS frontend integration for a Magento 2 site.
Product Filters API returns all of the product attribute filter data as an XML or JSON object. Using a simple REST call you can retrieve all of the data needed to develop your own filterable product navigation. The extension follows best practice, once installed requires no further setup.
Features
- A Single API endpoint.
- Easy Installation.
- Retrieve all data for Filterable Product Attributes and their Options.
- Returns Easy to traverse XML / JSON objects.
- Multistore compatible.
- You can use the "fields" parameters to select only the data you want to retrieve.
Examples
Using This Query:
https://<DOMAIN.NAME>/rest/V1/clearandfizzy-productfiltersapi/get
- Example XML file with all fields: product-filters.xml
- Example JSON file with all fields: product-filters.json
Using Fields Modifier:
https://<DOMAIN.NAME>/rest/V1/clearandfizzy-productfiltersapi/get?fields=attribute_code,store_label,options[label,value]
- Example XML file: product-filters-fields.xml
- Example JSON file: product-filters-fields.json
User Guide
This extension is quite straight forward and simple to setup. The user guide is here: Product Filter API - Userguide.pdf
Technical Specifications
Back to topSeller profile
Seller contact
Integrator
Current Version
1.0.0
Magento platform compatibility
Open Source (CE): 2.3 (current)
Commerce on prem (EE): 2.3 (current)
Commerce on Cloud (ECE): 2.3 (current)
Type
Stable Build
Updated
04 February, 2020
Categories
Extensions, Content & Customizations, Product Content
Supported Browsers
Chrome, Firefox, Opera, Safari, Edge, IE
Quality Report
Back to topAll tests were conducted on the latest versions of Magento that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.
Release Notes
Back to top1.0.0:
- Compatible with Open Source (CE) : 2.3
- Compatible with Commerce on prem (EE) : 2.3
- Compatible with Commerce on Cloud (ECE) : 2.3
- Stability: Stable Build
-
Description:
Initial Release. Happy New Year!
Contains an endpoint which returns the requested product filters.
Support
Back to topThe best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.
Contact Vendor