# Pricing configuration

Use this object to add/create and update/edit pricing configurations for your account. You can assign one or multiple price option groups to pricing configurations.

You identify a pricing configuration using its unique identifier: **Code**.

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

<table><thead><tr><th width="326">Parameter</th><th>Type / Description</th></tr></thead><tbody><tr><td><code>Name</code></td><td><strong>String</strong><br>Pricing configuration name.</td></tr><tr><td><code>Default</code></td><td><strong>Boolean</strong><br>True for the default pricing configuration</td></tr><tr><td><code>BillingCountries</code></td><td><p><strong>Array of strings</strong><br>ISO codes of the countries assigned to the pricing configuration.</p><p>Empty unless a pricing configuration has specific countries assigned.</p></td></tr><tr><td><code>PricingSchema</code></td><td><p><strong>String</strong></p><ul><li>DYNAMIC – With a base price</li><li>FLAT – Without a base price</li></ul></td></tr><tr><td><code>PriceType</code></td><td><p><strong>String</strong><br>Possible values:</p><ul><li>NET</li><li>GROSS</li></ul></td></tr><tr><td><code>DefaultCurrency</code></td><td><strong>String</strong><br>The ISO code of the default currency for the pricing configuration</td></tr><tr><td><code>Prices</code></td><td><strong>Object</strong><br>Details below.</td></tr><tr><td><code>Prices.Regular</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Prices.Regular.Amount</code></td><td><strong>Int</strong><br>The price of the product. Use -1 to delete it.</td></tr><tr><td><code>Prices.Regular.Currency</code></td><td><strong>String</strong><br>ISO code of the currency for the product price.</td></tr><tr><td><code>Prices.Regular.MinQuantity</code></td><td><strong>Int</strong><br>The minimum quantity of volume discounts. Default is 1.</td></tr><tr><td><code>Prices.Regular.MaxQuantity</code></td><td><strong>Int</strong><br>The maximum quantity of volume discounts. Default is 99999.</td></tr><tr><td><code>Prices.Regular.OptionCodes</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Prices.Regular.OptionCodes.Code</code></td><td><strong>String</strong><br>System generated pricing options group code (you can also configure it) that the 2Checkout system uses to calculate product prices for pricing configurations without a base price.</td></tr><tr><td><code>Prices.Regular.OptionCodes.Options</code></td><td><strong>StringArray</strong><br>The pricing options group option code you configured that the 2Checkout system uses to calculate product prices for pricing configurations without a base price.</td></tr><tr><td><code>Prices.Renewal</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Prices.Renewal.Amount</code></td><td><strong>Int</strong><br>The price of the product. Use -1 to delete it.</td></tr><tr><td><code>Prices.Renewal.Currency</code></td><td><strong>String</strong><br>ISO code of the currency for the product price.</td></tr><tr><td><code>Prices.Renewal.MinQuantity</code></td><td><strong>Int</strong><br>The minimum quantity of volume discounts. Default is 1.</td></tr><tr><td><code>Prices.Renewal.MaxQuantity</code></td><td><strong>Int</strong><br>The maximum quantity of volume discounts. Default is 99999.</td></tr><tr><td><code>Prices.Renewal.OptionCodes</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>PriceOptions</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>PriceOptions.Code</code></td><td><strong>String</strong><br>System generated pricing options group code (you can also configure it) that the 2Checkout system uses to calculate product prices for pricing configurations without a base price.</td></tr><tr><td><code>PriceOptions.Required</code></td><td><p><strong>Boolean</strong></p><ul><li><strong>true</strong> – you set the price options group as required during the purchase process.</li><li><strong>false</strong> - you did not set the price options group as required during the purchase process.</li></ul></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-configuration.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.
