POST

Query Public Plans


Deprecation Warning

This method will be deprecated on December 31, 2025.
Replace with Query Plans.

Retrieves a list of up to 1,000 public pricing plans, given the provided pagination, sorting, and filtering.

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
slug$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
createdDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
updatedDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
primary$eq, $ne, $exists, $in, $anySort: ASC, DESC
Permissions
Read Orders
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/pricing-plans/v2/plans/public/query

Errors
400Invalid Argument

There is 1 error with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?