Retrieves a list of up to 100 products, given the provided filtering, sorting, and cursor paging.
Pass supported values to the fields array in the request to include those fields in the response.
To learn about working with Query endpoints, see API Query Language, and Sorting and Paging.
Learn more about the differences between Query and Search methods.
Notes:
visible: false), your app must have the 'Product v3 read admin' (SCOPE.STORES.PRODUCT_READ_ADMIN) permission scope.| PROPERTY | SUPPORTED FILTERS & SORTING |
|---|---|
_id | eq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge() |
_createdDate | eq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending() |
_updatedDate | eq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending() |
slug | eq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending() |
visible | eq(),ne(),exists(),in(),hasSome(),ascending(),descending() |
options.id | eq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge() |
handle | eq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge() |
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
There are 2 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.