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
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.
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
- 200
success