Get paginated list of vendors. You can specify page size and page number to get entire list. Default page size is 20.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/dashboard/orders?searchCriteria[currentPage]=1&searchCriteria[pageSize]=2'
Sort can be performed on entity_id ascending and descending.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/dashboard/orders?searchCriteria[sortOrders][0][field]=entity_id&searchCriteria[sortOrders][0][direction]=desc'
You can get the last five orders by specifying 5 as page-size parameter.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/dashboard/orders?searchCriteria[currentPage]=1&searchCriteria[pageSize]=5&searchCriteria[sortOrders][0][field]=entity_id&searchCriteria[sortOrders][0][direction]=desc'
get https://{baseUrl}/V1/storeview//vendor/search