# Subscription price changed

Use the variables in the list below to customize the **Subscription price changed** shopper email according to your needs. Check the 'Mandatory' column to see the variables that are required in your customized version of the e-mail.

| Variable name       | Description                                                                                        | Test value                                                                                                         | Mandatory |
| ------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | --------- |
| AVANGATE\_LOGO      | Avangate logo URL                                                                                  | [https://secure.avangate.com/images/e...endor\_logo.png](https://secure.avangate.com/images/email/vendor_logo.png) | Yes       |
| BUSINESS\_COMPANY   | Avangate company name                                                                              | Avangate                                                                                                           | Yes       |
| COMMERCIALNAME      | Merchant's commercial name                                                                         | 0                                                                                                                  | No        |
| FIRST\_NAME         | Shopper's first name used on the billing information for the order that generated the subscription | Doe                                                                                                                | No        |
| LAST\_NAME          | Shopper's last name used on the billing information for the order that generated the subscription  | John                                                                                                               | No        |
| MYACCOUNT\_URL      | URL for myAccount. To the BASE\_URL we add /myaccount/                                             | [http://www.avangate.com](http://www.avangate.com/)                                                                | Yes       |
| NEW\_PRICE.amount   | New price of the subscription                                                                      | 128                                                                                                                | Yes       |
| NEW\_PRICE.currency | Currency set on the subscription                                                                   | eur                                                                                                                | Yes       |
| NEXT\_BILLING\_DATE | Date of the following renewal                                                                      | 40980.97455                                                                                                        | No        |
| NEXT\_CIRCLES       | Number of billing cycles for which the custom price has been set                                   | 7                                                                                                                  | No        |
| OLD\_PRICE.amount   | Old price of the subscription                                                                      | 120                                                                                                                | Yes       |
| OLD\_PRICE.currency | Currency set on the subscription                                                                   | eur                                                                                                                | Yes       |
| PID                 | Product ID number                                                                                  | 0                                                                                                                  | No        |
| PRODUCT\_NAME       | The name of the renewal product                                                                    | Product name                                                                                                       | Yes       |
| SELLER\_COMPANY     | Merchant company name                                                                              | Seller Company                                                                                                     | No        |
| SUPPORT\_EMAIL      | Merchant support email address                                                                     | <support@avangate.com>                                                                                             | No        |
| SUPPORT\_PHONE      | Merchant support phone number                                                                      | 78665522                                                                                                           | No        |
| SUPPORT\_WEB        | Merchant support URL                                                                               | [http://www.avangate.com](http://www.avangate.com/)                                                                | No        |


---

# 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/marketing/emails/email-variables/subscription-price-changed.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.
