> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: App Plans # Type: App Plans Object # Link: https://dev.wix.com/docs/api-reference/app-management/app-billing/app-plans/app-plans-object.md ## Schema: ```json Type: App Plans Object | type: AppPlans - name: id | type: string | description: App ID, as defined in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). - name: plans | type: Array | description: List of the app's pricing plans. Min: `0` plans Max: `50` plans - name: id | type: string | description: ID of the app plan. - name: vendorId | type: string | description: ID of your app's pricing plan, as displayed in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). Identical to `vendorProductId` in the [Paid Plan Purchased webhook](https://dev.wix.com/docs/rest/api-reference/app-management/apps/app-instance/paid-plan-purchased.md). - name: name | type: string | description: Name of your app's pricing plan, as defined by you in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). - name: benefits | type: Array | description: List of your plan's benefits, as defined by you in the [app dashboard](https://dev.wix.com/apps/my-apps?viewId=active-apps-view). Currently, the benefits are available only in English. Min: `0` benefits Max: `4` benefits Max per benefit: 1024 characters - name: prices | type: Array | description: List of the plan's prices. Available only when the plan's prices are managed by Wix and not externally. Min: `0` prices Max: `10` prices - name: priceBeforeTax | type: string | description: Price without taxes. For yearly plans, Wix calculates and returns the average price per month. You can get the full price by multiplying the returned price by 12. Min: `0.00` Max: 1024 characters - name: totalPrice | type: string | description: Total price including taxes. Min: `0.00` Max: 1024 characters - name: billingCycle | type: Cycle | description: Information about the plan's recurring billing cycle or single payment. - name: usageBaseOptions | type: UsageBasedDetails | description: Details about the plan's usage-based pricing. Available only for plans with [usage-based pricing](https://dev.wix.com/docs/build-apps/build-your-app/pricing-plans/usage-based-pricing.md). - name: discount | type: Discount | description: - name: billingSource | type: string | description: - name: customPaymentTitle | type: string | description: Can be shown instead of plan price - used for dynamic plans ```