Products
Products
Products let tenant members maintain a catalog and define pricing rules per product.
List products
- Open tenant navigation and click Products.
- Use the Search field to filter by product name.
- Scroll the list to lazy-load more products.
- Use Edit to open product details.
- Use Delete to open a confirmation
<dialog>before removal.
Add product
- On the Products page, click Add Product.
- Fill in Name and optional Unit.
- Toggle Active as needed.
- Save to return to the products list.
Add price to product
- Open a product with Edit.
- In Pricing Rules, click Add Price.
- In the dialog, choose a price list and provide amount/currency/priority.
- Click Add Price to create a pricing rule.
Manage price lists
- Open Products.
- Click Price Lists.
- Add price lists with name, currency, priority, and optional date window.
Manage pricing rule conditions
- Open a product with Edit.
- On a pricing rule row, click Conditions.
- On Price Conditions, click Add Condition to open the dialog.
- Fill in condition type, operator, and JSON value payload.
- Use Edit and Delete on each listed condition as needed.
Conditions scope note
- Current condition authoring uses
value_jsontext input for flexibility. - Advanced guided condition builders are planned for a future story.
Pricing capability behavior
- If
products.pricingis disabled for a tenant, the Add Price section is hidden. - Direct pricing-rule creation requests are blocked server-side by capability guard checks.