This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of serviceOptionsAndVariants
, given the provided paging, filtering, and sorting.
queryServiceOptionsAndVariants() runs with these defaults, which you can override:
id
is sorted in ASC
ordercursorPaging.limit
is 100
For a detailed list of supported filtering operations see supported filters.
PROPERTY | SUPPORTED FILTERS & SORTING |
---|---|
_id | eq() ,in() ,ne() ,ascending() ,descending() |
serviceId | eq() ,in() ,ne() ,ascending() ,descending() |
options.values | exists() |
options.values.id | hasSome() |
options.values.type | hasSome() |
variants.values | exists() |
variants.values.choices.custom | hasSome() |
variants.values.choices.optionId | hasSome() |
variants.values.price.value | hasSome() |
variants.values.price.currency | hasSome() |