---
sourceDocument: Australia Release Notes
sourceDocumentLink: https://www.servicenow.com/docs/r/release-notes

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Release Notes

ft:clusterId :

    - rn

bundleId :

    - rn


---

# Product Catalog Management and Pricing Management release notes

# Product Catalog Management and Pricing Management release notes {#ariaid-title1}

Release version: Australia  
Updated April 21, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 6 minutes to read  
The ServiceNow®
Sales CRM applications include the ServiceNow®
Product Catalog Management and ServiceNow®
Pricing Management features, which enable you to create and manage the product offerings, catalogs, pricing, and discounting strategies used in your organization. These foundational features were enhanced and updated in
the Australia release.

## Product Catalog Management and Pricing Management highlights for the Australia release {#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-highlights}

* In derived pricing, enable the automatic creation of target product lines based on source products and their contract start and end dates.
* Use the Product Catalog Search API to enable external integrations to query the product catalog.
* In the Sales CRM Pricing API, support pricing requests using custom external IDs or codes for objects such as product offerings, price lists, and unit of measure instead of ServiceNow sys_ids.
* Support pricing calculations for renewals of products with price and quantity ramps.
* Provide visibility into how the final price for a derived product is determined using adjustment records.
* Set up pricing floor and ceiling controls for product offerings to keep pricing within acceptable ranges.
* Use standard predefined formulas (SUM, AVG, MIN, and MAX) in derived pricing calculations to capture adjustments at each pricing step.
* Enable agents and customers to view attribute-based pricing where the product offering price is based on a combination of attributes.
{#product-catalog-pricing-management-rn__ul_i3m_fbf_13c}

See [Product Catalog Management](https://www.servicenow.com/docs/access?context=product-catalog-managment&version=australia&pubname=australia-order-management&ft:locale=en-US) and [Pricing Management](https://www.servicenow.com/docs/access?context=pricing-management&version=australia&pubname=australia-order-management&ft:locale=en-US) for more information.{#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-highlights-2}
Important:  
Product Catalog Management and Pricing Management are available in the ServiceNow Store. For details, see the "Activation information" section of these release notes.

## Important information for upgrading Product Catalog Management and Pricing Management to Australia {#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-upgrade-info}

Pricing Management provides a default pricing plan that includes changes to support pricing strategies introduced in this release. If you've been using a custom pricing plan from an earlier release, after upgrading
to a new version of Pricing Management, the default pricing plan is in a Retired state. Determine whether you want to publish the default pricing plan for use or customize it.{#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-upgrade-info-1}

If you've been using AI Search for product catalog in a previous release, after upgrading to Product Catalog Management Core v.19.0.0 or higher, republish the stop word dictionary, search profiles, and index tables used by AI Search. To republish, run the Scheduled job to publish stop words dictionary, search profiles and index tables. Republishing includes the changes for multilingual support of product catalog
entities introduced in the v.19.0.0 release.{#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-upgrade-info-2}

## New in the Australia release {#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-new-features}

**Product Catalog Management features**
[Eligible catalog-category hierarchy API](https://www.servicenow.com/docs/access?context=product-catalog-search-api&version=australia&pubname=australia-api-reference&ft:locale=en-US)
:   Enable external integrations and in-platform applications to retrieve the eligible catalog-category tree hierarchy by using a REST endpoint.

[Product Catalog Search API](https://www.servicenow.com/docs/access?context=product-catalog-search-api&version=australia&pubname=australia-api-reference&ft:locale=en-US)
:   Enable external integrations to query the product catalog by calling the `POST /api/sn_prd_pm/v1/catalog/search` endpoint. This REST API accepts a JSON request body and returns product offering and service
    specification results, including a semantic similarity score when AI Search is enabled. Users with the sn_prd_pm.product_catalog_viewer or sn_prd_pm.external_product_viewer role can access the endpoint.

[Multilingual support for product catalog entities](https://www.servicenow.com/docs/access?context=product-catalog-multilingual-support&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Certain key fields in Product Catalog Management tables, such as product offering name and description, have been changed in the Data Dictionary from type string to translated_text. Admins can now set these product catalog fields
    to display in multiple languages in the product catalog interface.

[Product families](https://www.servicenow.com/docs/access?context=product-catalog-managment&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Create product families to provide hierarchical classification similar to category trees. For example, you can use product families to roll up or aggregate measurable items, such as revenue forecasts for reporting or
    business insights.

**Pricing Management features**
[Support manual pricing adjustments in the Sales CRM Pricing API](https://www.servicenow.com/docs/access?context=sales-crm-pricing-api&version=australia&pubname=australia-api-reference&ft:locale=en-US)
:   Pass manual pricing adjustments as part of a pricing request payload using the Pricing API. External systems can include adjustment values directly in a pricing run, rather than fetch manual adjustments from the pricing
    database when running pricing calculations.

[Support external IDs in the Sales CRM Pricing API](https://www.servicenow.com/docs/access?context=sales-crm-pricing-api&version=australia&pubname=australia-api-reference&ft:locale=en-US)
:   Submit pricing requests that use custom external IDs or codes to reference objects from external systems, such as product offerings, price lists, and cost books. Set a request-level flag that indicates external IDs are to be
    used for these objects rather than sys_ids. For additional information, see [External ID support in Sales CRM Pricing API](https://www.servicenow.com/docs/access?context=external-ids-pricingapi&version=australia&pubname=australia-order-management&ft:locale=en-US).

[Renewal pricing for products with price and quantity ramps](https://www.servicenow.com/docs/access?context=defining-products-with-ramps&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Calculate renewal pricing for products with price and quantity ramps, using per year, per term, and price only uplift calculation methods.

[Derived pricing support for sold products](https://www.servicenow.com/docs/access?context=configuring-related-product-pricing&version=australia&pubname=australia-order-management&ft:locale=en-US)
:
    * Use the `DerivedProductPriceExtensionPoint` extension to determine whether a source line for a quote or sold product and a target line are pairs.
    * Use the `getAccountLevelDerivedPricedProductsLookupData(pricingEngineContext)` method to control the records scanned by the pricing engine to determine account-level derived prices for sold products.
    * The pricing engine does the following:
      * Displays a message indicating when a change to a source product affects the price of a derived product.
      * Checks product offerings and excludes product offerings with child offerings from derived pricing.
      {#product-catalog-pricing-management-rn__ul_pjy_lbq_r3c}
    {#product-catalog-pricing-management-rn__ul_qnr_v1q_r3c}

[Multi-attribute pricing rules](https://www.servicenow.com/docs/access?context=som-create-pricing-adjustment&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Display attribute-based pricing on transaction lines, where the offer price is determined by the
    combination of attributes, by setting up attribute-based pricing for product offerings based on multiple, combined attributes using the Attribute Adjustment matrix.

[Blended pricing support for contract renewals](https://www.servicenow.com/docs/access?context=pricing-management&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Enable sales agents to apply automatically calculated blended unit prices for renewals, based on the existing product price and the renewal uplift required. Blended pricing is used in upsell and down-sell scenarios and in
    contract line consolidation.

## Changed in this release {#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-changed-features}

**Product Catalog Management changes**
Domain separation support
:   Starting with Product Catalog Management Core v19.1.0, all product catalog tables support the basic level of domain separation.

[Product catalog interface enhancement](https://www.servicenow.com/docs/access?context=using-product-catalog&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Quickly identify products with derived pricing through product tiles that display a message stating that the product price varies. Pricing is calculated and updated automatically based on selections made.

**Pricing Management changes**
[Custom context variable enhancement](https://www.servicenow.com/docs/access?context=som-create-context-variable&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Use the Applicable to field in the Context Variable form to indicate that a custom context variable is to be used for pricing. The pricing engine uses this indicator to resolve pricing in the correct
    transaction scope, to help prevent mispricing of product bundles.

[Derived pricing enhancements](https://www.servicenow.com/docs/access?context=configuring-related-product-pricing&version=australia&pubname=australia-order-management&ft:locale=en-US)
:

    * The Derived Pricing Matrix supports the following enhancements:
      * Conditions defined on product offering fields for both source and target product offerings
      * Predefined formulas for specifying prices for target product offerings and using floor and ceiling price controls to maintain acceptable price ranges
      {#product-catalog-pricing-management-rn__ul_orm_z2s_23c}
    * Visibility into how the final price for derived products is determined.
    * Support for account-level scope, which uses both cart items and sold products when calculating derived prices.
    {#product-catalog-pricing-management-rn__ul_fyn_h2q_b3c}

[Price and quantity ramp enhancements](https://www.servicenow.com/docs/access?context=defining-products-with-ramps&version=australia&pubname=australia-order-management&ft:locale=en-US)
:
    * Enable sales agents to create custom ramp type segments for quotes. Agents can view the cumulative price of product offers across all ramp segments.
    * View ramps inside the CPQ Configurator.
    * Enable sales agents to create ramps for quotes with amendments, contract renewals, and cancellations.
    {#product-catalog-pricing-management-rn__ul_ang_byw_c3c}

[Delta pricing enhancement](https://www.servicenow.com/docs/access?context=net-pricing-sp-contracts&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   Show the delta pricing view in the CPQ Configurator during modify and amend flows.

[Configurable pricing plan enhancement](https://www.servicenow.com/docs/access?context=configuring-pricing-plan&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   The Floor and Ceiling Calculation step in the default pricing plan applies the minimum and maximum
    prices for a product or service to help avoid pricing that isn't competitive or results in poor margins.

## Activation information {#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-activation}

The Product Catalog Management and Pricing Management features are included with Sales Customer Relationship Management store applications and don't need activation. Depending on your entitlements, you can install the Product and Pricing Rules application for pricing and product eligibility matrixes from the ServiceNow Store. Visit the [ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/home) to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the [ServiceNow Store version history release notes](https://www.servicenow.com/docs/r/store-release-notes/sn-store-release-notes.html).{#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-activation-1}

## Related ServiceNow applications and features {#product-catalog-pricing-management-rn__product-catalog-pricing-management-rn-related-apps}

[CPQ Configurator](https://www.servicenow.com/docs/access?context=explore-servicenowcpq&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   The CPQ Configurator interface streamlines the process of configuring and pricing customizable products in Sales Customer Relationship Management transactions such as quotes and orders.

:   The Quote Management application enables sales teams to create, configure, and manage customer quotes so that they accurately reflect products, pricing, and discounts throughout the sales cycle.

[Sales Agreement Management](https://www.servicenow.com/docs/access?context=sales-agreement-mgmt&version=australia&pubname=australia-order-management&ft:locale=en-US)
:   The Sales Agreement Management application captures the scope and conditions from a quote for future sales transactions over a specified period between a buyer and a seller.​

