Returns a list of up to 100 products, given the provided paging, sorting and filtering.
| PROPERTY | SUPPORTED FILTERS & SORTING |
|---|---|
_id | eq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending() |
name | eq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending() |
slug | eq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending() |
productType | eq(),ne(),exists(),in(),hasSome(),ascending(),descending() |
description | eq(),ne(),exists(),in(),hasSome(),startsWith() |
sku | eq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending() |
price | eq(),ne(),exists(),in(),hasSome(),ascending(),descending() |
priceData.price | eq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending() |
numericId | eq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending() |
collectionIds | eq(),ne(),exists(),in(),hasSome(),hasAll() |
lastUpdated | eq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending() |
_createdDate | eq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge() |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.