listPublicPlans( )


Retrieves a list of public pricing plans.

The listPublicPlans() function returns a Promise that resolves to a list of up to 100 public pricing plans. Public plans are visible plans that site visitors can see on the site and purchase.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Pricing Plans
Manage Orders
Manage Bookings Services and Settings
Read Orders
Manage Pricing Plans
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
optionsListPublicPlansOptions

Options for filtering and paging the list of public plans.

Returns
Return Type:Promise<ListPublicPlansResponse>
Was this helpful?
Yes
No