POST

Query Suppliers


Alpha

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].

FieldSupported FiltersSort
location.country$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
verified$eq, $ne, $exists, $in, $anySort: ✗
typesSort: ✗
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
name$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
rating$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
tags$eq, $ne, $exists, $in, $anySort: ASC, DESC
Endpoint
POST
https://www.wixapis.com/suppliers-hub/v1/suppliers/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?