# Pricing options

Use this object to add/create and edit/update price options for your account.

## Request parameters <a href="#parameters" id="parameters"></a>

<table><thead><tr><th>Parameter</th><th width="237">Type / Description</th></tr></thead><tbody><tr><td><code>PriceOptionsGroup</code></td><td><strong>Object</strong></td></tr><tr><td><code>Name</code></td><td><strong>String</strong><br>Price option group name. Use this parameter when adding a new price options group. To edit the name of a price option group use the Name parameter under the Translations object.</td></tr><tr><td><code>Description</code></td><td><strong>String</strong><br>Pricing option group description.</td></tr><tr><td><code>Translations</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Translations.Name</code></td><td><strong>String</strong><br>Product pricing options group name, localized under Options.</td></tr><tr><td><code>Translations.Description</code></td><td><strong>String</strong><br>Product pricing options group description, localized under Options.</td></tr><tr><td><code>Translations.Language</code></td><td><strong>String</strong><br>ISO language code. (ISO 639-1 two-letter code).</td></tr><tr><td><code>Code</code></td><td><strong>String</strong><br>Unique code that The 2Checkout system generates or set for each pricing options group.</td></tr><tr><td><code>Type</code></td><td><p><strong>String</strong><br>The type of the pricing options group. Possible values:</p><p>· RADIO</p><p>· CHECKBOX</p><p>· INTERVAL</p><p>· COMBO</p></td></tr><tr><td><code>Options</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Options.Name</code></td><td><strong>String</strong><br>Pricing option child name.</td></tr><tr><td><code>Options.Description</code></td><td><strong>String</strong><br>Pricing option child description.</td></tr><tr><td><code>Options.Translations</code></td><td><strong>Array of objects</strong><br>Details above.</td></tr><tr><td><code>Options.Translations.Name</code></td><td><p><strong>String</strong><br>Localized product pricing options group name under <code>PriceOptionGroup</code>.</p><p>Localized pricing option child name under Options.</p></td></tr><tr><td><code>Options.Translations.Description</code></td><td><p><strong>String</strong><br>Localized product pricing options group description under <code>PriceOptionGroup</code>.</p><p>Localized pricing option child description under Options.</p></td></tr><tr><td><code>Options.Translations.Language</code></td><td><strong>String</strong><br>ISO language code. (ISO 639-1 two-letter code).</td></tr><tr><td><code>Options.Value</code></td><td><strong>String</strong><br>The code you set or that the 2Checkout system generated for each pricing option child inside a pricing options group parent.</td></tr><tr><td><code>Options.ScaleMin</code></td><td><strong>Int</strong><br>The minimum value of a scale interval set for each pricing option child inside a pricing options group parent of the type INTERVAL.</td></tr><tr><td><code>Options.ScaleMax</code></td><td><strong>Int</strong><br>The maximum value of a scale interval set for each pricing option child inside a pricing options group parent of the type INTERVAL.</td></tr><tr><td><code>Options.SubscriptionImpact</code></td><td><strong>Object</strong><br>Details below.</td></tr><tr><td><code>Options.Months</code></td><td><strong>String</strong><br>The value in months the 2Checkout system adds or subtracts from the initial billing cycle of a subscription.</td></tr><tr><td><code>Options.Impact</code></td><td><p><strong>String</strong><br>Possible values:</p><ul><li>ADD</li><li>SUBTRACT</li><li>LIFETIME</li></ul></td></tr><tr><td><code>Options.PriceImpact</code></td><td><strong>Object</strong><br>Details below.</td></tr><tr><td><code>Options.PriceImpact.ImpactOn</code></td><td><p><strong>String</strong></p><p>Possible values:</p><ul><li>BASE corresponding to impact on base price</li><li>GLOBAL for impact on calculated sum.</li></ul></td></tr><tr><td><code>Options.PriceImpact.Impact</code></td><td><p><strong>String</strong></p><p>Impact on price per unit:</p><ul><li>ADD</li><li>SUBTRACT</li></ul></td></tr><tr><td><code>Options.PriceImpact.Percent</code></td><td><strong>String</strong><br>The value of the percentage out of the price per product unit, when you use PERCENT for Method.</td></tr><tr><td><code>Options.PriceImpact.Method</code></td><td><p><strong>String</strong><br>Possible values:</p><ul><li>PERCENT</li><li>FIXED</li></ul></td></tr><tr><td><code>Options.PriceImpact.Amounts</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Options.PriceImpact.Amounts.Currency</code></td><td><strong>String</strong><br>Currency ISO code - ISO 4217.</td></tr><tr><td><code>Options.PriceImpact.Amounts.Amount</code></td><td><strong>String</strong><br>The amount defined for each specific currency active for your account, when you use FIXED for Method.</td></tr><tr><td><code>Options.Default</code></td><td><p><strong>Boolean</strong><br>TRUE for preselected options.</p><p>Missing for options that are not preselected.</p></td></tr><tr><td><code>Required</code></td><td><strong>Boolean</strong><br>True if you made the pricing option group mandatory.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-requests/pricing-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
