Pricing
The pricing page shows the product/package plans and monthly-annual prices in the showcase with a focus on comparison.
Access Path
- Web:
/pricing
Major Transactions
- Listing showcase products
- Product search and filtering
- Monthly/yearly plan comparison
- Product detail modal and routing to cart
API Bits Used
GET /api/Product/showcaseGET /api/product-pricing/:productIdGET /api/core/appsGET /api/cartPOST /api/cart/add
Authorization Note
- The page provides a price and product showcase for logged-in users; Purchasing steps are directed to the Billing flow.
:::info Manifest Code
console:pricing:view
:::