GET a list of products with a keyword Search
GET/sv//:searchWord
- Requires Data Viewer ApiKey permissions.
- Example URI: https://instancename.piminto.com/api/en-us/sv//BAG?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 allows you to retrieve information about products in the PIMS system using a search term.
Returns
Specify a search word or phrase (search term).
The endpoint returns a list of products that match the search keywords.
Request
Responses
- 200
success