Skip to main content

GET a list of products with keyword Search and filter by the specified attributes

GET 

/sv/:categoryId/:searchWord

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.

Additionally, the returned list of products contains detailed information about each product, although the specific details may vary. This information can include the product name, description, price, images, and other characteristics. This information helps users better understand and choose the most suitable product, and also allows application developers to more flexibly use the obtained data in their projects.

Request

Responses

success