This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
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].
| Property | Filters | Sort |
|---|---|---|
location.country | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
verified | $eq, $ne, $exists, $in, $hasSome | None |
types | None | |
id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
name | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
rating | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
tags | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.