Configurable pricing plans
Pricing Management provides a default pricing plan that defines the sequence of steps in which pricing calculations and adjustments are applied to determine final product prices.
How the pricing plan works
| Step | Action |
|---|---|
| Initialize Pricing Context | Starts the pricing engine context. The system gathers basic data required for subsequent calculation steps. For example, the system resolves context variable values, initializes the pricing cache, and performs basic validation of request payloads. |
| Analyze Line Changes | Reviews price line changes to determine whether adjustments to sold products and contracts require new pricing, as defined in the Delta Price Treatment Matrix. |
| Fetch Base Cost | Get costs from a cost book, if your organization is using cost books in Quote Management. |
| Apply Attribute based Cost Adjustments | Apply adjustments to the cost based on product offering characteristics. |
| Fetch Base List Price | Get the list price for all requested products based on the price list, unit of measurement, and data provided to the pricing API. |
| Apply Attribute Adjustments | Apply attribute adjustments based on product characteristics selected. |
| Apply Renewal Adjustment | Apply a renewal adjustment for contracts. This step determines whether a markup or markdown value, either a percentage or specific amount, such as a pricing uplift for contract renewals, is to be calculated and
applied. Hinweis:
|
| Annual Price Increase Adjustments for Ramps | Applies the percentage Annual Price Increase to the list price of products that have price ramps. Sales agents specify the percentage increase when they create price ramps for quote line items. |
| Apply configuration component adjustments | Apply adjustments as defined in the Configuration Component Price Adjustment Matrix for child product offerings that are bundled under a parent product offering. |
| Apply contextual adjustments | Apply adjustments as defined in the Standard Price Adjustment Matrix for product offerings based on non-product characteristics, such as billing state or shipping zip code. |
| Custom adjustments | Apply custom adjustments if implemented using the PricingAdjustmentExtensionPoint to fetch adjustments from another system or for adjustments that can't be supported via a pricing matrix. |
| Floor and Ceiling Calculation | Calculates the price floor, using the minimum price allowed for a product, and the price ceiling, using the maximum price allowed for a product. |
| Net Price Calculation | Calculates the net price for products using any automatic and manual adjustments made in quotes or orders. |
| Line Rollup | Calculates the cumulative pricing fields in quote and order lines that are rolled up to the parent line of bundled products. |
| Derived Price Calculation | Calculates the line prices using the Derived Pricing Matrix, which defines the pricing source and the unit base list price for the price list line. |
| Calculate Delta Prices | Calculates the difference in net pricing for sold products and contracts after adjustments are made. |
| Header Rollup | Calculates total pricing values, such as total annual or total monthly amounts, displayed at the header level |
- Price point: The price for a product or service that is calculated after the step is run, either the List Price or Net Price.
- Calculation type: Method for evaluating the impact of the adjustment at each step. The adjustment is applied to either the Previous Price Point or the Rolling Price.
- When the Calculation Type is Previous Price Point and the price point is Net Price, the previous price point is List Price. The adjustment is applied to the List Price.
- When the Calculation Type is Rolling, the adjustment calculated is based on the output of the previous step.
Example pricing plan calculations
The following example shows how multiple pricing adjustments in a pricing plan are calculated and applied to a door sensor product. The door sensor is part of the Home Automation bundled product, which is being sold to Boxeo, a customer in California. The price of the door sensor is based on the price list for Boxeo.
Customizing a pricing plan
The default pricing plan is fixed, to preserve the default pricing logic. You can copy the default plan, and add or change steps as needed for your organization. When you finish your changes, you publish the copy so that it becomes the active plan. If needed, you can revert to the default plan at any time by publishing the default plan.
- Create a configurable pricing plan (copy the default plan).
- Add or change a pricing plan step. In your configurable pricing plan, you can add one or more pricing steps for pricing adjustments, including any conditions for running the step. You can also change the sequence of the adjustment steps, if needed.
- Delete a pricing plan step, if needed.