Retrieves a list of serviceOptionsAndVariants objects, given the provided
paging, filtering, and sorting.
Query Service Options And Variants* runs with these defaults, which you can override:
id sorted in ASC order.cursorPaging.limit set to 100.For a detailed list of supported filtering operations refer to the supported filters article.
To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $in, $ne | Sort: ASC, DESC |
serviceId | $eq, $in, $ne | Sort: ASC, DESC |
options.values | $exists | Sort: ✗ |
variants.values | $exists | Sort: ✗ |
options.values.id | $all, $any | Sort: ✗ |
options.values.type | $all, $any | Sort: ✗ |
variants.values.price.value | $all, $any | Sort: ✗ |
variants.values.price.currency | $all, $any | Sort: ✗ |
variants.values.choices.custom | $all, $any | Sort: ✗ |
variants.values.choices.optionId | $all, $any | Sort: ✗ |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.