Pricing Plans Dashboard Navigation

Download skillThe skill is a reference md and part of wix-manage skill. You can use the following command to add the full wix-manage skill to your project:
Copy

Build direct links into the Wix Pricing Plans pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.

All Wix Pricing Plans (app ID 1522827f-c56c-a5c9-2ac9-00f9e6ae12d3) pages live under:

Copy

Main Pages

PageURL after /dashboard/{metaSiteId}/What it manages
Plans listpricing-plansAll pricing plans; purchases (orders/subscriptions) are a tab of this page
Create planpricing-plans/newNew plan form
Edit planpricing-plans/editA specific plan — reached from the plans list (no documented ID path segment)
New manual orderpricing-plans/new-orderRecord a manual (offline) plan order for a member
Settingspricing-plans/settingsPricing Plans settings

There is no separate route for the purchases list — it is a tab of the main pricing-plans page.

Older membership... links (membership, paid-plans, membership/setup, membership/orders/new, membership-settings) redirect to the current routes.

Pairing Entities with Their Read APIs

Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header.

EntityRead APIDashboard link
PlanPOST /pricing-plans/v3/plans/query · GET /pricing-plans/v3/plans/{planId}pricing-plans (list) or pricing-plans/edit (opened from the list)
Order (subscription/purchase)GET /pricing-plans/v2/orders · GET /pricing-plans/v2/orders/{id}pricing-plans (purchases tab)
SettingsPricing Plans Settings API (Get Pricing Plans Settings)pricing-plans/settings

Example — after creating a plan, hand back the plans page:

Copy

Last updated: 30 July 2026

Did this help?