API Reference

Get product list

Get list of products. Specify the page size and page number via searchCriteria[page_size] and searchCriteria[currentPage]. You can also provide searchCriteria[] as a param to get an exhaustive list in one attempt if there are a small number of total attribute sets.
Sample Curl to get products since last update date and filtered by vendor_id
curl --location --globoff 'https: //mygatewayurl.com/V1/admin/product/list?searchCriteria[page_size]=1&searchCriteria[current_page]=1&searchCriteria[filterGroups][0][filters][0][field]=updated_at&searchCriteria[filterGroups][0][filters][0][conditionType]=gt&searchCriteria[filterGroups][0][filters][0][value]=2020-08-27 20:46:33&searchCriteria[filterGroups][1][filters][0][field]=vendor_id&searchCriteria[filterGroups][1][filters][0][conditionType]=eq&searchCriteria[filterGroups][1][filters][0][value]=51' --header 'Content-Type: application/json' --header 'Authorization: Bearer token'

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