GET a list of products with keyword Search and filter by the specified attributes
GET/sv/:categoryId/:searchWord
- Requires Data Viewer ApiKey permissions.
- Example URI: https://{instancename}.piminto.com/api/en-us/sv/137/searchWord?filters=price&price=100.00;;1000.00&pageSize=10&pageNum=3
NOTE: This endpoint retrieves a list of active products that are associated with active categories. It is designed specifically for integration with web stores, ensuring that only currently available and relevant products are displayed to end-users.
Ideal for storefronts or catalog pages that need to dynamically load and display products that are currently being sold and belong to categories that are visible/enabled.
This API enables the retrieval of information about products in the specified category using a search term and filtering based on specified attributes.
Returns
Specify a unique category identifier.
Specify a search word or phrase (search term).
To filter the results by attribute values, specify the attribute name and value. You can apply multiple filters at once.
The endpoint returns a list of products that match the search keywords and are filtered by attributes within the specified category.
Request
Responses
- 200
success