Chainable Methods
| Method | Description |
|---|---|
.limit(count) | Limit number of results (default: 250) |
.after(cursor) | Fetch results after cursor (pagination) |
.before(cursor) | Fetch results before cursor (pagination) |
.search(query) | Filter by search query |
.collection(handle) | Filter by collection handle or GID |
.select(fields) | Limit returned fields |
Returns
ProductsResult