# Product

Use the **Product** object to [create](/soap-api-reference/soap-api-6.0/api-requests/product/add-product.md), [update](/soap-api-reference/soap-api-6.0/api-requests/product/update-product.md) and [retrieve](/soap-api-reference/soap-api-6.0/api-requests/product/retrieve-product-by-code.md) subscription plans/products for your account. Use 2Checkout's API and control the following product attributes:

* Product information
* Pricing
* Subscription plan settings and renewal configuration
* Subscription plan recurring billing
* Fulfillment
* Shipping classes
* Localization&#x20;

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

Use the parameters below to add new products into your 2Checkout catalog.

<table><thead><tr><th width="400.6668701171875">Parameter</th><th>Type / Description</th></tr></thead><tbody><tr><td><code>Product</code></td><td><p><strong>Required (object)</strong></p><p>Product details.</p></td></tr><tr><td><code>ProductCode</code></td><td><strong>Required (string)</strong><br>The product code that you can define for each of your offerings. Needs to be unique.</td></tr><tr><td><code>ProductGroupCode</code></td><td><strong>Required (string)</strong><br>The product code that you can define for each product group. Needs to be unique.</td></tr><tr><td><code>TaxCategory</code></td><td><strong>Required (string)</strong><br>The tax category to which the product belongs.</td></tr><tr><td><code>ProductType</code></td><td><p><strong>Optional (string)</strong><br>REGULAR or BUNDLE</p><p>Defaults to REGULAR.</p></td></tr><tr><td><code>ProductName</code></td><td><strong>Required (string)</strong><br>The name of the product</td></tr><tr><td><code>ProductVersion</code></td><td><strong>Optional (string)</strong><br>The product version number</td></tr><tr><td><code>PurchaseMultipleUnits</code></td><td><p><strong>Optional (boolean)</strong><br>Possible values:</p><ul><li>TRUE - customers can purchase multiple units of this product.</li><li>FALSE - customers can purchase only one unit at a time.</li></ul><p>The default value is <strong>TRUE</strong>.</p></td></tr><tr><td><code>ShippingClass</code></td><td><strong>Optional (object)</strong><br>Existing shipping class object with the structure detailed below.</td></tr><tr><td><code>ShippingClass.Name</code></td><td><strong>String</strong><br>The name of the shipping class</td></tr><tr><td><code>ShippingClass.Amount</code></td><td><strong>Decimal</strong><br>The shipping costs</td></tr><tr><td><code>ShippingClass.Currency</code></td><td><strong>String</strong><br>The currency ISO code used for shipping costs - ISO 4217.</td></tr><tr><td><code>ShippingClass.ApplyTo</code></td><td><p><strong>String</strong><br>Possible values:</p><ul><li>PRODUCT</li><li>ORDER</li></ul></td></tr><tr><td><code>ShippingClass.Type</code></td><td><p>Possible values:</p><ul><li>FIXED</li><li>PERCENT</li></ul></td></tr><tr><td><code>GiftOption</code></td><td><strong>Optional (boolean)</strong><br>True or false depending on whether the product can be gifted or not.</td></tr><tr><td><code>ShortDescription</code></td><td><strong>Optional (string)</strong><br>The product's short description</td></tr><tr><td><code>LongDescription</code></td><td><strong>Optional (string)</strong><br>The product's long description</td></tr><tr><td><code>SystemRequirements</code></td><td><strong>Optional (string)</strong><br>System requirements</td></tr><tr><td><code>ProductCategory</code></td><td><strong>Optional (string)</strong><br>Product category</td></tr><tr><td><code>Platforms</code></td><td><strong>Optional (array of Platform objects)</strong><br>Array of objects detailing the platforms supported by the application. Details below.</td></tr><tr><td><code>Platforms.PlatformName</code></td><td><strong>String</strong><br>The label of the platform per the product configuration.</td></tr><tr><td><code>Platforms.Category</code></td><td><strong>String</strong><br>Platform category per product configuration. </td></tr><tr><td><code>ProductImages</code></td><td><strong>Optional (array of Image objects)</strong><br>Image object. Details below. Read-only.</td></tr><tr><td><code>ProductImages.Default</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong> depending on whether you set the image stored at the address in the URL parameter as default or not.</td></tr><tr><td><code>ProductImages.URL</code></td><td><strong>String</strong><br>The location of the image on the 2Checkout system.</td></tr><tr><td><code>TrialUrl</code></td><td><strong>Optional (string) (anyURI)</strong><br>The URL from where shoppers can download trial software.</td></tr><tr><td><code>TrialDescription</code></td><td><strong>Optional (string)</strong><br>Descriptive text entered for trials.</td></tr><tr><td><code>Enabled</code></td><td><strong>Optional (boolean)</strong><br><strong>True</strong> / <strong>false</strong> depending on whether the products are active or disabled. When empty, 2Checkout marks the product as disabled.  </td></tr><tr><td><code>ReviewProductUrl</code></td><td><strong>Conditional (string)</strong><br>The URL where the product can be reviewed before approval.<br>Parameter is required if the "Enabled" property is sent as TRUE and the product needs to be reviewed by our internal teams before activation.</td></tr><tr><td><code>ReviewAdditionalDetails</code></td><td><strong>Optional (string)</strong><br>Additional information can be added to access the review of the product.</td></tr><tr><td><code>AdditionalFields</code></td><td><strong>Optional (array of AdditionalFieldAssigned objects)</strong><br>Array of existing additional fields assigned to products. Details below.</td></tr><tr><td><code>AdditionalFields.Label</code></td><td><strong>String</strong><br>The name of the additional field assigned to a product.</td></tr><tr><td><code>AdditionalFields.Code</code></td><td><strong>String</strong><br>The code of the additional field assigned to a product.</td></tr><tr><td><code>AdditionalFields.Enabled</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong> depending on whether the assigned product field is enabled or not.</td></tr><tr><td><code>AdditionalFields.Required</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong> depending on whether the assigned product field is required or not.</td></tr><tr><td><code>AdditionalFields.URLParameter</code></td><td><strong>String</strong><br>The value of the system generated URL parameter for the product field that can be used in Buy Links.</td></tr><tr><td><code>Translations</code></td><td><strong>Optional (array of ProductTranslation objects)</strong><br>Details below.</td></tr><tr><td><code>Translation.LongDescription</code></td><td><strong>String</strong><br>The translated long description in the language corresponding to the <code>Translation</code> object.</td></tr><tr><td><code>Translation.TrialUrl</code></td><td><strong>String</strong><br>The trial URL for users speaking the language corresponding to the <code>Translation</code> object.</td></tr><tr><td><code>Translation.TrialDescription</code></td><td><strong>String</strong></td></tr><tr><td><code>Translation.SystemRequirements</code></td><td><strong>String</strong><br>Localized system requirements.</td></tr><tr><td><code>Translation.Name</code></td><td><strong>String</strong><br>Localized product name.</td></tr><tr><td><code>Translation.Description</code></td><td><strong>String</strong><br>Localized product short description.</td></tr><tr><td><code>Translation.Language</code></td><td><strong>String</strong><br>ISO 639-1 two-letter code.</td></tr><tr><td><code>PricingConfigurations</code></td><td><strong>Required (array of PricingConfiguration objects)</strong><br>Details below. 2Checkout creates pricing configurations during the process when you add a product.</td></tr><tr><td><code>PricingConfigurations.Name</code></td><td><strong>String</strong><br>Pricing configuration name</td></tr><tr><td><code>PricingConfigurations.Code</code></td><td><strong>String</strong><br>System-generated identifier.</td></tr><tr><td><code>PricingConfigurations.Default</code></td><td><strong>Boolean</strong><br><strong>True</strong> for the default pricing configuration</td></tr><tr><td><code>PricingConfigurations.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 specific countries are assigned to a pricing configuration.</p></td></tr><tr><td><code>PricingConfigurations.PricingSchema</code></td><td><p><strong>String</strong><br>DYNAMIC – With a base price</p><p>FLAT – Without a base price</p></td></tr><tr><td><code>PricingConfigurations.PriceType</code></td><td><strong>String</strong><br>Possible values:  NET / GROSS</td></tr><tr><td><code>PricingConfigurations.DefaultCurrency</code></td><td><strong>String</strong><br>The ISO code of the default currency for the pricing configuration</td></tr><tr><td><code>PricingConfigurations.Prices</code></td><td><strong>Object</strong><br>Details below.</td></tr><tr><td><code>PricingConfigurations.Regular</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>PricingConfigurations.Amount</code></td><td><strong>Int</strong><br>The price of the product.</td></tr><tr><td><code>PricingConfigurations.Currency</code></td><td><strong>String</strong><br>ISO code of the currency for the product price.</td></tr><tr><td><code>PricingConfigurations.MinQuantity</code></td><td><strong>Int</strong><br>The minimum quantity of volume discounts. Default is 1.</td></tr><tr><td><code>PricingConfigurations.MaxQuantity</code></td><td><strong>Int</strong><br>The maximum quantity of volume discounts. Default is 99999.</td></tr><tr><td><code>PricingConfigurations.OptionCodes</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>PricingConfigurations.Code</code></td><td><strong>String</strong><br>Price option identifier.</td></tr><tr><td><code>PricingConfigurations.Options</code></td><td><strong>Array of strings</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>PricingConfigurations.Renewal</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>PricingConfigurations.Amount</code></td><td><strong>Int</strong><br>The price of the product.</td></tr><tr><td><code>PricingConfigurations.Currency</code></td><td><strong>String</strong><br>ISO code of the currency for the product price.</td></tr><tr><td><code>PricingConfigurations.MinQuantity</code></td><td><strong>Int</strong><br>The minimum quantity of volume discounts. Default is 1.</td></tr><tr><td><code>PricingConfigurations.MaxQuantity</code></td><td><strong>Int</strong><br>The maximum quantity of volume discounts. Default is 99999.</td></tr><tr><td><code>PricingConfigurations.OptionCodes</code></td><td><strong>Array of PriceOptionCode objects</strong><br>Details below.</td></tr><tr><td><code>PricingConfigurations.Code</code></td><td><strong>String</strong><br>Price option identifier.</td></tr><tr><td><code>PricingConfigurations.Options</code></td><td><strong>Array of strings</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>PricingConfigurations.PriceOptions</code></td><td><strong>Array of AssignedPriceOptionGroup objects</strong><br>Details below.</td></tr><tr><td><code>PricingConfigurations.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>PricingConfigurations.Required</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong> depending on whether you want to make it mandatory for shoppers to select the price option during the puyrchase process.</td></tr><tr><td><code>BundleProducts</code></td><td><strong>Optional (array of BundleProductCode objects)</strong><br>Details below.</td></tr><tr><td><code>BundleProducts.ProductId</code></td><td><strong>String</strong><br>Unique, system-generated product ID.</td></tr><tr><td><code>BundleProducts.ProductCode</code></td><td><strong>String</strong><br>Editable product code that you control.</td></tr><tr><td><code>Fulfillment</code></td><td><p><strong>Required (string)</strong><br>BY_AVANGATE</p><p>NO_DELIVERY – The 2Checkout system finalizes orders immediately after it receives payment confirmation.</p><p>BY_VENDOR – you are responsible for delivering/fulfilling orders</p></td></tr><tr><td><code>Prices</code></td><td><strong>Required (array of Price objects)</strong><br>Use this object only when Pricing Configurations are not available for your account. Details below.</td></tr><tr><td><code>Prices.Amount</code></td><td><strong>Int</strong><br>The price of the product.</td></tr><tr><td><code>Prices.Currency</code></td><td><strong>String</strong><br>ISO code of the currency for the product price.</td></tr><tr><td><code>Prices.MinQuantity</code></td><td><strong>Int</strong><br>The minimum quantity of volume discounts. Default is 1.</td></tr><tr><td><code>Prices.MaxQuantity</code></td><td><strong>Int</strong><br>The maximum quantity of volume discounts. Default is 99999.</td></tr><tr><td><code>Prices.OptionsCodes</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Prices.Code</code></td><td><strong>String</strong><br>Price option identifier.</td></tr><tr><td><code>Prices.Options</code></td><td><strong>Array of strings</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>GeneratesSubscription</code></td><td><p><strong>Boolean / Required</strong><br><strong>True</strong> or <strong>false</strong> depending on whether you set the product to generate subscriptions or not.</p><p>NULL for bundles for which you set the following subscription management option: “Use the subscription settings of each product in the bundle”</p></td></tr><tr><td><code>SubscriptionInformation</code></td><td><strong>Optional (ProductSubscriptionInformation object)</strong><br>Details below. NULL for bundles which you set to use the renewal settings of child products and not of the parent bundle.</td></tr><tr><td><code>SubscriptionInformation.DeprecatedProducts</code></td><td><strong>Array</strong><br>Deprecated products.</td></tr><tr><td><code>SubscriptionInformation.BundleRenewalManagementString</code></td><td><p>Possible values:</p><ul><li>GLOBAL</li><li>INDIVIDUAL</li></ul><p>Can be NULL.</p></td></tr><tr><td><code>SubscriptionInformation.BillingCycle</code></td><td><p><strong>String</strong></p><p>The number of subscription billing cycle units (months or days).  Possible values:</p><ul><li>0 (zero represents a one-time fee)</li></ul><p>Days</p><ul><li>7</li><li>8</li><li>9</li><li>10</li><li>11</li><li>12</li><li>13</li><li>14</li></ul><p>Months</p><ul><li>1</li><li>2</li><li>3</li><li>6</li><li>12</li><li>15</li><li>18</li><li>24</li><li>36 (max)</li></ul></td></tr><tr><td><code>SubscriptionInformation.BillingCycleUnits</code></td><td><p><strong>String</strong><br>The units of the billing cycle:</p><ul><li>M - months</li><li>D - days</li></ul></td></tr><tr><td><code>SubscriptionInformation.IsOneTimeFee</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong> depending on whether the subscription is evergreen or not.</td></tr><tr><td><code>SubscriptionInformation.ContactPeriod</code></td><td><strong>Object</strong><br>Details below.</td></tr><tr><td><code>SubscriptionInformation.Period</code></td><td><strong>Int</strong><br>The contract period in months or days. -1 for unlimited contracts.</td></tr><tr><td><code>SubscriptionInformation.PeriodUnits</code></td><td><strong>String</strong><br>The contract period units: days | months</td></tr><tr><td><code>SubscriptionInformation.IsUnlimited</code></td><td><strong>Boolean</strong><br>This flag is true if the contract is for an unlimited period</td></tr><tr><td><code>SubscriptionInformation.Action</code></td><td><p><strong>String</strong><br>The action performed after the subscription expires.</p><p>Possible values CANCEL | RESTART</p></td></tr><tr><td><code>SubscriptionInformation.EmailsDuringContract</code></td><td><p><strong>Boolean</strong></p><p><strong>True</strong> or <strong>false</strong> depending on whether you suppress renewal notification emails throughout the duration of the contract or not.</p></td></tr><tr><td><code>SubscriptionInformation.UsageBilling</code></td><td><p><strong>Int</strong><br><strong>The usage billing interval must be smaller than or equal to the grace period.</strong></p><p>Interval of time within the grace period, when the 2Checkout system attempts to automatically charge customers for recurring costs and additional metered usage fees (in arrears). 2Checkout renews subscriptions only after subscribers make all outstanding payments per the renewal settings (from the expiration or the renewal date). If automatic renewal and usage charges fail, subscriptions can be manually renewed only by the end of the grace period, after which they expire.</p><p>Can be NULL.</p></td></tr><tr><td><code>SubscriptionInformation.GracePeriod</code></td><td><strong>Object</strong></td></tr><tr><td><code>SubscriptionInformation.Type</code></td><td><p><strong>String</strong><br>CUSTOM – you configured grace period setting at product level.</p><p>GLOBAL – global grace period settings apply.</p></td></tr><tr><td><code>SubscriptionInformation.Period</code></td><td><strong>String</strong><br>Number of days set for the grace period.</td></tr><tr><td><code>SubscriptionInformation.PeriodUnits</code></td><td><strong>String</strong><br>D - Days.</td></tr><tr><td><code>SubscriptionInformation.IsUnlimited</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong> depending on whether you set the grace period to unlimited or not.</td></tr><tr><td><code>SubscriptionInformation.RenewalEmails</code></td><td><strong>Object</strong><br>Details below. Can be NULL. Available only in Product API 2.5 and later.</td></tr><tr><td><code>SubscriptionInformation.Type</code></td><td><p><strong>String</strong><br>GLOBAL - Send emails according to the <a href="https://secure.avangate.com/cpanel/renewal_settings.php">global renewal notification settings</a>.</p><p>CUSTOM – per product renewal notification settings</p></td></tr><tr><td><code>SubscriptionInformation.Settings</code></td><td><strong>Object (can be NULL)</strong><br>Details below.</td></tr><tr><td><code>SubscriptionInformation.ManualRenewal</code></td><td><strong>Object (can be NULL)</strong><br>Details below.</td></tr><tr><td><code>SubscriptionInformation.Before30Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.Before15Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.Before7Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.Before1Day</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.OnExpirationDate</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.After5Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.After15Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.AutomaticRenewal</code></td><td><strong>Object (can be NULL)</strong><br>Details below.</td></tr><tr><td><code>SubscriptionInformation.Before30Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.Before15Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.Before7Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.Before1Day</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.OnExpirationDate</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.After5Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>SubscriptionInformation.After15Days</code></td><td><strong>Boolean</strong><br>True or False.</td></tr><tr><td><code>FulfillmentInformation</code></td><td><strong>Optional (object)</strong><br>Details below. Can be NULL. Available only in Product API 2.5 and later.</td></tr><tr><td><code>FulfillmentInformation.IsStartAfterFulfillment</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong>. Depending on whether you want the subscription lifetime to start afther the completion of the fulfillment process or not.</td></tr><tr><td><code>FulfillmentInformation.IsElectronicCode</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong>. Depending on whether you configure the delivery of keys/codes for the product or not.</td></tr><tr><td><code>FulfillmentInformation.IsDownloadLink</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong>. Depending on whether you configure the delivery of a product file or not.</td></tr><tr><td><code>FulfillmentInformation.IsBackupMedia</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong>. Depending on whether you configure the delivery of backup media or not.</td></tr><tr><td><code>FulfillmentInformation.IsDownloadInsuranceService</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong>. Depending on whether you enable the Download Insurance Service or not, for a product for which you configure a product file.</td></tr><tr><td><code>FulfillmentInformation.IsInstantDeliveryThankYouPage</code></td><td><strong>Boolean</strong><br>True or False. Depending on whether you enable instant delivery in the <strong>Thank You</strong> page or not.</td></tr><tr><td><code>FulfillmentInformation.IsDisplayPartnersCPanel</code></td><td><strong>Boolean</strong><br><strong>True</strong> or <strong>false</strong>. Depending on whether you share access to the product file with your channel partners or not.</td></tr><tr><td><code>FulfillmentInformation.ReturnMethod</code></td><td><strong>Object</strong><br>Information on the customer redirect method after a successful purchase.</td></tr><tr><td><code>FulfillmentInformation.Type</code></td><td><p><strong>String</strong></p><p>Possible values:</p><ul><li>DIRECT_RETURN</li><li>HEADER_REDIRECT</li><li>HTML_LINK</li></ul></td></tr><tr><td><code>FulfillmentInformation.URL</code></td><td><strong>String</strong><br>Website to which customers are redirected after a successful purchase. Example: "<a href="http://mysuccessurl.com/">http://mySuccessURL.com</a>"</td></tr><tr><td><code>FulfillmentInformation.CodeList</code></td><td><strong>Object (can be NULL)</strong><br>Details below.</td></tr><tr><td><code>FulfillmentInformation.Code</code></td><td><strong>String</strong><br>The unique code list identifier.</td></tr><tr><td><code>FulfillmentInformation.Name</code></td><td><strong>String</strong><br>Name of the code list.</td></tr><tr><td><code>FulfillmentInformation.Type</code></td><td><p><strong>String</strong></p><p>Code list type:</p><ul><li>STATIC</li><li>DYNAMIC</li></ul></td></tr><tr><td><code>FulfillmentInformation.BackupMedia</code></td><td><strong>Object (can be NULL)</strong><br>Details below.</td></tr><tr><td><code>FulfillmentInformation.Code</code></td><td><strong>String</strong><br>The unique backup media identifier.</td></tr><tr><td><code>FulfillmentInformation.Name</code></td><td><strong>String</strong><br>Name of the backup CD/DVD.</td></tr><tr><td><code>FulfillmentInformation.Type</code></td><td><strong>String</strong><br>Media type: CD</td></tr><tr><td><code>FulfillmentInformation.ProductFile</code></td><td><strong>Object (can be NULL)</strong><br>Details below.</td></tr><tr><td><code>FulfillmentInformation.Code</code></td><td><strong>String</strong><br>Unique product file identifier.</td></tr><tr><td><code>FulfillmentInformation.Name</code></td><td><strong>String</strong><br>Display name.</td></tr><tr><td><code>FulfillmentInformation.File</code></td><td><strong>String</strong><br>Name of the product file.</td></tr><tr><td><code>FulfillmentInformation.Version</code></td><td><strong>String</strong><br>File version.</td></tr><tr><td><code>FulfillmentInformation.Size</code></td><td><strong>String</strong><br>File size.</td></tr><tr><td><code>FulfillmentInformation.Type</code></td><td><strong>String</strong><br>File type.</td></tr><tr><td><code>FulfillmentInformation.LastUpdate</code></td><td><strong>String</strong><br>YYYY-MM-DD HH-MM-SS. Date time stamp when you last updated the file.</td></tr><tr><td><code>FulfillmentInformation.AdditionalInformationByEmail</code></td><td><strong>String (can be NULL)</strong><br>The text you set up in the <strong>Additional fulfillment information</strong> - by email area.</td></tr><tr><td><code>FulfillmentInformation.AdditionalInformationEmailTranslations</code></td><td><strong>Object (can be NULL)</strong><br>Array of localized <strong>Additional fulfillment information - by email</strong> texts.</td></tr><tr><td><code>FulfillmentInformation.AdditionalThankYouPage</code></td><td><strong>String (can be NULL)</strong><br>The text you set up in the <strong>Additional fulfillment information - "Thank you"</strong> page area.</td></tr><tr><td><code>FulfillmentInformation.AdditionalThankYouPageTranslations</code></td><td><strong>Array (can be NULL)</strong><br>Array of localized <strong>Additional fulfillment information - "Thank you"</strong> page texts.</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/product.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.
