Get total number of search results for both vendors and products. The numbers max out at 10,000 if there are more than 10,000 results.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/vendor/search?page=2&page-size=20'
Sort can be performed on name ascending and descending.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/vendor/search?sort-direction=desc&sort-field=name'
You can search for a vendor by name by specifying the name parameter. It does a search for vendors where name has the specified value in it.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/vendor/search?name=nike'
You can search for a vendor by id by specifying the vendor-id parameter.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/vendor/search?vendor-id=3'
Get featured vendors list using featured-only parameter.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/search/keywords-facet'
get https://{baseUrl}/V1/storeview//search/keywords-facet