API Reference

Get total number of search results for both vendors and products

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'

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!