getPlanStats( )


Gets statistics about the pricing plans.

The getPlanStats() function returns a Promise that resolves to statistics about the plans on the site.

Currently this function provides only the total number of pricing plans, including archived plans.

Only users with "Manage Pricing Plans" permissions can get plan statistics.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<PlansStats>
Errors

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

Did this help?