Get All Pricing Options
get
/rest/v19/pricingSetup/pricingOptions
Use this endpoint to retrieve all pricing options.
Request
Query Parameters
-
fields: string
This parameter filters the resource attributes. Only the specified attributes are returned, which means that if no attributes are specified, all attributes are returned.
-
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>
The following are the available finder names and corresponding finder variables:
- findByKeyword: Find pricing options using variable name.
Finder Variable:- keyword;string: The search text.
- findByKeyword: Find pricing options using variable name.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderby: string
This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "ASC" or "DESC". Specify "ASC" for ascending and "DESC" for descending. The default value is "ASC". For example, ?orderby=field1:ASC,field2:DESC.
-
totalResults: boolean
The resource collection representation will include the total row count when "?totalResults=true", otherwise the count is not included. The default value is "false".
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : PricingResourceCollection_PricingOption
Type:
Show Source
object
-
count:
integer()
Title:
Count
Read Only:true
The number of resource instances returned in the current range. -
createdBy:
Created By
Title:
Created By
Read Only:true
The details of the user who created the record. -
hasMore:
boolean()
Title:
HasMore
Read Only:true
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false. -
items:
array items
-
lastModifiedBy:
Last Modified By
Title:
Last Modified By
Read Only:true
The details of the user who modified the record. -
limit:
integer()
Title:
Limit
Read Only:true
The actual paging size used by the server. -
links:
array Links
Title:
Links
Read Only:true
The link relations associated with the resource instance. -
offset:
integer()
Title:
OffSet
Read Only:true
The offset value used in the current page. -
totalResults:
integer()
Title:
Total Results
Read Only:true
Captures the total count of the resource instances, which not only includes the instances in the current range, but all instances on the server that satisfy the request.
Nested Schema : Created By
Title:
Created By
Read Only:
true
The details of the user who created the record.
Match All
The details of the user who created the record.
Show Source
Nested Schema : Last Modified By
Title:
Last Modified By
Read Only:
true
The details of the user who modified the record.
Match All
The details of the user who modified the record.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
Read Only:
true
The link relations associated with the resource instance.
Show Source
Nested Schema : UserDetails
Type:
Show Source
object
-
emailId:
string()
Title:
Email Id
Email Id of the user -
firstName:
string()
Title:
First Name
First Name of the user -
lastName:
string()
Title:
Last Name
Last Name of the user
Nested Schema : PricingOption
Type:
Show Source
object
-
category:
string()
Title:
Category
Allowed Values:[ "legacyPhaseOut", "advancedOption", "featureOptIn" ]
The category of the Pricing Option. -
createdBy:
Created By
Title:
Created By
Read Only:true
The details of the user who created the record. -
dateAdded:
string(yyyy-MM-dd'T'HH:mm:ss.SSS'Z')
Title:
Date Added
Read Only:true
Creation date of the Pricing Option. -
dateModified:
string(yyyy-MM-dd'T'HH:mm:ss.SSS'Z')
Title:
Date Modified
Read Only:true
Last modified date of the Pricing Option. -
description:
string()
Title:
Description
The description of the Pricing Option. -
displayName:
string()
Title:
Display Name
The display name of the Pricing Option. -
enabled:
boolean()
Title:
Enabled
Indicates if the pricing option is enabled. -
functionalArea:
string()
Title:
Functional Area
Allowed Values:[ "general", "charge", "integration", "scripting" ]
The functional area of the Pricing Option. -
lastModifiedBy:
Last Modified By
Title:
Last Modified By
Read Only:true
The details of the user who modified the record. -
links:
array Links
Title:
Links
Read Only:true
The link relations associated with the resource instance. -
readOnly:
boolean()
Title:
ReadOnly
Indicates if the pricing option is read only. -
value:
string()
Title:
Value
The value of the pricing option if it cannot be enabled/disabled. -
variableName:
string()
Title:
Variable Name
The unique variable name of the Pricing Option.
Nested Schema : Created By
Title:
Created By
Read Only:
true
The details of the user who created the record.
Match All
The details of the user who created the record.
Show Source
Nested Schema : Last Modified By
Title:
Last Modified By
Read Only:
true
The details of the user who modified the record.
Match All
The details of the user who modified the record.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
Read Only:
true
The link relations associated with the resource instance.
Show Source
Examples
The following examples show how to retrieve CPQ pricing options by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X GET -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions
Response Body Sample
{ "items": [{ "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2023-04-26T15:51:02Z", "dateAdded": "2023-04-10T05:14:16Z", "variableName": "transferPricingJSON", "displayName": "Transfer Price Model JSON to Commerce", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "Whether to transfer Pricing Engine calculation info JSON from Price Models to Commerce line attribute Calculation Information (_price_calculation_info). Turn this option off for better performance if you don't use this function in commerce.", "enabled": true, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/transferPricingJSON" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T18:05:28Z", "dateAdded": "2023-04-10T05:14:16Z", "variableName": "applyFirstMatchingPriceModel", "displayName": "Apply only the first matching Price Model", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "This option determines if one or multiple Price Models are applied to a part during pricing evaluation. 'Yes' indicates that the first Price Model that matches the Pricing Rule criteria is applied to the part. 'No' indicates that all Price Models that match the Pricing Rule criteria are applied to the part.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/applyFirstMatchingPriceModel" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2023-04-26T15:51:02Z", "dateAdded": "2023-04-10T05:14:16Z", "variableName": "commercePricingBehavior", "displayName": "Pricing Behavior", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "This option modifies the order of actions and calculation of prices. Depending on your adoption of Pricing Engine, this setting may have been set automatically and may limit which options you may choose.<br><br>Switching from one Pricing option to another may impact existing pricing and past transactions within the system. Oracle recommends thoroughly testing the impact of the Pricing option change before implementing the change in a production environment. Once the Pricing option is changed in a production environment, returning transaction data to its previous state may require significant effort.<br><br>Version 1 represents the legacy pricing behavior.<br><br>Version 2 runs the CPQ Pricing Engine as part of pricing calculations and provides for the following adjustments to the Invocation and Pricing flows: Main Document attributes populate before the Sub Document modify execution occurs; and Global Pricing calculations occur immediately before the execution of Formulas.<br><br>Version 3 retains all Version 2 adjustments in addition to the following change: The Document Advanced Default BML will no longer execute when the 'Revert to Default' selection is selected for attribute(s) on the modify tab of an Action.<br><br>Version 4 retains all Version 3 adjustments and improves commerce pricing performance. Pricing calculation is now optimized to run once in commerce actions.<br><br>For more information, please refer to the Software Help.", "value": "Version 4", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/commercePricingBehavior" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2023-10-06T21:08:37Z", "dateAdded": "2023-10-06T21:08:37Z", "variableName": "fusionDefaultPriceList", "displayName": "Default Partner Price List", "category": "advancedOption", "functionalArea": "integration", "readOnly": false, "description": "Represents the default partner Price List ID at the global level that maps to CPQ Price Lists.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/fusionDefaultPriceList" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2023-10-06T21:08:37Z", "dateAdded": "2023-10-06T21:08:37Z", "variableName": "enableChargeDefinition", "displayName": "Enable Charge Definitions", "category": "advancedOption", "functionalArea": "charge", "readOnly": false, "description": "Charge definitions are used to categorize charges. When enabled, the Pricing administrator selects a charge definition first when creating a charge. You must turn this option on to integrate with Oracle Fusion Order Management.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/enableChargeDefinition" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-04-15T18:54:36Z", "dateAdded": "2024-04-15T18:54:36Z", "variableName": "automaticCurrencyConversion", "displayName": "Enable Currency Conversion in Pricing Engine", "category": "advancedOption", "functionalArea": "charge", "readOnly": false, "description": "This option activates automatic currency conversion from the site base currency if no price is specified for a currency in Pricing Engine.<br><br>When this option is on and a charge does not have a price for a currency, Pricing Engine will convert the base currency price, if one exists, using the CPQ Exchange Rates.<br><br>When this option is off and no price is defined in Pricing Engine for the transaction currency, the pricing applied falls back to the previous price model price, price book price, or part price that is available in the transaction currency. This is the legacy behavior for CPQ Pricing. You are strongly recommended to turn this option on.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/automaticCurrencyConversion" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T17:53:11Z", "dateAdded": "2024-04-15T18:54:36Z", "variableName": "applyPLMultiChargeAsAWhole", "displayName": "Apply multiple charges in a price list as a whole", "category": "advancedOption", "functionalArea": "charge", "readOnly": false, "description": "When the option is on, multiple charges of a product from an absolute price model (price list) are applied as a whole. When the option is off, the charges are applied additively.<br><br>For example, price list 1 has charge A, B, price list 2 has charge B, C, and when both price list 1 and 2 apply, the final charges are charge B, C when the option is on, and A, B, C when the option is off.", "enabled": true, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/applyPLMultiChargeAsAWhole" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T17:53:11Z", "dateAdded": "2024-04-15T18:54:36Z", "variableName": "applyAdjustmentsToExistingChargesOnly", "displayName": "Apply adjustments on existing charges only", "category": "advancedOption", "functionalArea": "charge", "readOnly": false, "description": "When the option is on, a discount or markup to a charge only applies if a previous price list has instantiated the charge.", "enabled": true, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/applyAdjustmentsToExistingChargesOnly" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-04-15T18:54:36Z", "dateAdded": "2024-04-15T18:54:36Z", "variableName": "honorCommercePriceActionPerms", "displayName": "Observe commerce process Steps for the pricing action in quoting", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "Pricing is executed in quoting only if commerce action Recalcuate (_calculate_price_action) is active in the current commerce process Step.<br><br>This option, when enabled, further ensures that commerce sub-document actions invoke pricing only immediately before Formula for Pricing Behavior v2 or higher.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/honorCommercePriceActionPerms" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-04-15T18:54:36Z", "dateAdded": "2024-04-15T18:54:36Z", "variableName": "fusionContractTypeName", "displayName": "Contract Type Name", "category": "advancedOption", "functionalArea": "integration", "readOnly": false, "description": "Represents the Contract Type Name that maps to contracts of type Sales Agreement in Fusion.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/fusionContractTypeName" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-07-03T15:38:57Z", "dateAdded": "2024-07-03T15:38:57Z", "variableName": "enableAdministrationLogging", "displayName": "Enable Pricing Portal Administration Logging", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "When the option is on, change history to Pricing Portal is logged in Administration Logs.<br><br>Logging can negatively impact performance. Validate performance before turning it on in production.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/enableAdministrationLogging" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-07-03T15:38:57Z", "dateAdded": "2024-07-03T15:38:57Z", "variableName": "enableIncrementalPricingInQuote", "displayName": "Enable incremental pricing in quoting", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "When the option is on, only line items whose pricing attributes are changed are repriced. If any header pricing attribute is changed, all line items are repriced.<br><br>When the option is off, if any pricing header attribute is changed or any line item is changed, all line items are repriced.<br><br>You are recommended to turn this option on if all line items are priced independently.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/enableIncrementalPricingInQuote" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T17:53:11Z", "dateAdded": "2024-10-08T21:49:52Z", "variableName": "applyContextDependentPricingAttrMapping", "displayName": "Apply context-dependent data source in Pricing Attribute Mapping", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "This setting is only applicable when a Pricing Attribute has more than one Attribute Mapping. When the option is on, the data source corresponding to the current invocation context is used. When the option is off, the mapping is honored strictly by the order number.<br><br>For example, define two attribute mappings for a pricing attribute with the following data sources: a configuration model and a commerce process. When the option is on, the configuration data source is used in the configuration model, and the commerce data source is used in the commerce process. When the option is off, the available data source of the lowest order number is used.", "enabled": true, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/applyContextDependentPricingAttrMapping" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-07-03T15:38:57Z", "dateAdded": "2024-07-03T15:38:57Z", "variableName": "beforePricingEngineExecution", "displayName": "Pricing Script: Before Pricing Engine Execution", "category": "advancedOption", "functionalArea": "scripting", "readOnly": false, "description": "This option if enabled determines the script to be executed before the start of pricing engine execution.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/beforePricingEngineExecution" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2024-07-03T15:38:57Z", "dateAdded": "2024-07-03T15:38:57Z", "variableName": "afterPricingEngineExecution", "displayName": "Pricing Script: After Pricing Engine Execution", "category": "advancedOption", "functionalArea": "scripting", "readOnly": false, "description": "This option if enabled determines the script to be executed after the end of pricing engine execution.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/afterPricingEngineExecution" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T15:26:39Z", "dateAdded": "2025-03-07T15:26:39Z", "variableName": "outputAdvPricingStrForNONUsageChgs", "displayName": "Output advanced pricing structure for non-usage charges", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "When the option is enabled, pricing execution outputs tier structure and attribute-based charge matrixes in Rate Card Structure field for one-time and recurring charges. The output helps explain how a charge is calculated. However, if your tier structure or pricing matrixes are large, it may incur performance overhead.<br><br>When the option is off, pricing execution doesn't output tier structure and attribute-based charge matrixes for one-time and recurring charges.<br><br>For usage charges, pricing execution always outputs its tier structure, attribute-based charge matrixes and rate cards, whether or not this option is enabled.", "value": "enabledForAll", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/outputAdvPricingStrForNONUsageChgs" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T15:26:39Z", "dateAdded": "2025-03-07T15:26:39Z", "variableName": "enableQuantityAggregationInQuote", "displayName": "Include relevant line items when triggering pricing in quotes", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "When the pricing engine is triggered during quoting, it may price only a subset of the line items to optimize performance. For instance, when new line items are added via actions like Add from Catalog or Add from Part Search, only those newly added items are priced. When incremental pricing is enabled, only modified line items are priced.<br><br>However, when the option is enabled for Quantity Aggregation, the system will also include quote line items that share the same part numbers as the priced items. This ensures that items of the same part number are priced together.", "enabled": false, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/enableQuantityAggregationInQuote" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] }, { "createdBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "lastModifiedBy": { "firstName": "Super", "lastName": "User", "emailId": "junk@bigmachines.com" }, "dateModified": "2025-03-07T17:53:11Z", "dateAdded": "2025-03-07T15:26:39Z", "variableName": "enableChargeSpecificPrdPrcAdjustment", "displayName": "Enable charge-specific product price adjustments", "category": "advancedOption", "functionalArea": "general", "readOnly": false, "description": "When this option is enabled, pricing execution applies discounts or markups to a product price only if the key charge attributes (Price Type, Charge Type, Price Period) match. Additionally, a non-product price discount can be applied to a product price, as long as the key charge attributes matches.<br><br>Conversely, when the option is disabled, a product price can only be adjusted by another product price. Discounts or markups can be applied to a product price regardless of whether the key charge attributes match. In this case, the charge from the second adjustment price model takes precedence.<br><br>For example, if the pricing engine tries to apply a one-time discount to an existing recurring product price, the discount will not be applied when the option is enabled because the Price Types do not match. However, if the option is disabled, the discount will be applied, converting the charge to a one-time charge.<br><br>In another scenario, when the pricing engine tries to apply a non-product-price one-time discount to a one-time product price, the discount will be applied only if the option is enabled. If the option is disabled, the discount will not be applied, as product prices can only be discounted by other product prices.<br><br>If you implement multiple charges, it is advisable to enable this option, together with 'Apply multiple charges in a price list as a whole' and 'Apply adjustments on existing charges only'.", "enabled": true, "links": [{ "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions/enableChargeSpecificPrdPrcAdjustment" }, { "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" } ] } ], "offset": 0, "limit": 1000, "count": 18, "hasMore": false, "links": [{ "rel": "canonical", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions" }, { "rel": "self", "href": "https://sitename.oracle.com/rest/v19/pricingSetup/pricingOptions?offset=0&limit=1000" } ] }