---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Configure

# Configure price and quantity ramps {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Explore the system and administrative configuration required to support Price and Quantity Ramps, including Sold
Product and Primitives behavior.

## Pre requisites {#configure-priceandquantity-ramps__section_gqh_khd_h3c}

* The product offering must use Recurring pricing and have Enable Ramps selected.
* Multi‑instance products cannot be enabled for ramps.
* Ramps must be supported for the target entity (Quote, Order, Contract, or Sold Product).
* For Sold Products (headerless entities), ramp records must be explicitly associated during instance creation.
* The Primitives framework with enhanced `CreateInstance` support must be available.

{#configure-priceandquantity-ramps__ul_epf_mhd_h3c}  
Hinweis:  
Lead to Cash Core plugin is required for the setup.

## Enable
ramps for products {#configure-priceandquantity-ramps__section_bcr_rhd_h3c}

Before ramps can be used, they must be enabled at the product level.

* Ramps can be enabled only for products that use recurring pricing.By default, ramp support is disabled.
* When ramps are enabled, the product is treated as configurable so ramp segments can be created and managed.
* Multi‑instance products and ramp‑enabled products are mutually exclusive.
{#configure-priceandquantity-ramps__ul_xnt_5hd_h3c}

## Configure ramp support for Sold Products {#configure-priceandquantity-ramps__section_ppr_xhd_h3c}

Sold Products are headerless entities, which means ramps cannot be automatically inferred during instance creation. To support ramps for Sold Products, the system must be configured to:

* Handle multiple root‑level entity definitions
* Explicitly associate ramp records with Sold Products during instance creation
* Generate a single JSON structure that includes both Sold Product hierarchy and ramp data.
{#configure-priceandquantity-ramps__ul_sly_13d_h3c}

## Configure CreateInstance parameters for
Ramps {#configure-priceandquantity-ramps__section_xy2_f3d_h3c}

Ramp support is enabled through configuration of the `createInstance` API using `additionalParams`.

## Configure fetchRecordSysIds {#configure-priceandquantity-ramps__section_glw_h3d_h3c}

Use `fetchRecordSysIds` to explicitly associate ramp records with entities.

* No‑header scenarios (Sold Product)
  * Mandatory to fetch ramp data.
  * Without ramp sys_ids, ramp data is not returned.
  {#configure-priceandquantity-ramps__ul_hzc_l3d_h3c}
* Header‑based scenarios (Quote, Order)
  * Optional.
  * Used to selectively fetch specific ramps linked to the header.
  * If not provided, all ramps linked to the header are fetched.
  {#configure-priceandquantity-ramps__ul_hmq_n3d_h3c}
{#configure-priceandquantity-ramps__ul_by4_k3d_h3c}

## Configure multiSelectMerge(no‑header
only) {#configure-priceandquantity-ramps__section_ubg_z3d_h3c}

Use `multiSelectMerge` when multiple Sold Products share the same ramp.

* Merges all ramps together and all Sold Products together into a single consolidated structure.
* Supported only for no‑header scenarios.
* Cannot be enabled together with multiSelect.

{#configure-priceandquantity-ramps__ul_rym_cjd_h3c}  
Ramp Modifications

* Modifications to configuration apply to all active and future segments.
* Quantity changes apply to individual segments.
* Expired segments cannot be modified.
* Mid-segment changes split the segment into two, with the new configuration applied from the effective date onward.
{#configure-priceandquantity-ramps__ul_svj_vsd_h3c}

