Skip to main content

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/showcase
  • GET /api/product-pricing/:productId
  • GET /api/core/apps
  • GET /api/cart
  • POST /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

:::