POST

Search Plans


Developer Preview

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 plans that match the provided search query and optionally performs aggregations on the data queried.

To learn about working with queries, see Search, Query and List Methods.

PropertyCapabilitiesFilters
pricingVariants.pricingStrategies.flatRate.amountSearch: ✗
Aggregate:
Sort: ✗
$hasAll, $hasSome
pricingVariants.idSearch: ✗
Aggregate:
Sort: ASC, DESC
$hasAll, $hasSome
pricingVariants.nameSearch: ✗
Aggregate:
Sort: ASC, DESC
$hasAll, $hasSome
createdDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte
idSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
updatedDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte
formIdSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
nameSearch:
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
slugSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
termsAndConditionsSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
visibilitySearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any
Permissions
Read Pricing Plans
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/pricing-plans/v3/plans/search

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?