This method is in Alpha and may change in the future.
Retrieves a list of suppliers with filtering, sorting, and cursor-based pagination.
Up to 100 suppliers can be returned per request. For larger datasets, use cursor paging to iterate through results by following the next cursor in pagingMetadata until all suppliers are retrieved.
To learn how to query suppliers, see [API Query Language][https://dev.wix.com/docs/rest/articles/getting-started/api-query-language].
| Field | Supported Filters | Sort |
|---|---|---|
location.country | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ✗ |
verified | $eq, $ne, $exists, $in, $any | Sort: ✗ |
types | Sort: ✗ | |
id | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
name | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
rating | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
tags | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.