# Using External Price (Zuora Price)

{% hint style="info" %}
**⚠️This article will focus on External Price for subscription products.**

* For Limio Price documentation, go to [Using Limio Price](/integrations/zuora-integration/manage-your-pricing/how-to-configure-subscriptions-in-limio-offers-with-initial-price-and-zuora-rate-plans.md)
* For other types of products:
  * One-Offs: [One-Time Price](https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/how-to-configure-a-one-time-offer)
  * Gifts: [Gift Offers](/integrations/zuora-integration/manage-your-pricing/how-to-sell-gift-products-with-limio-and-zuora.md)
  * Discounts (%): [Discount Offers (Cancel/Save)](/integrations/zuora-integration/manage-your-pricing/how-to-create-a-discount-offer-for-cancelsave.md)
* Usage-based pricing: from Release 114, usage pricing can be configured directly in Limio without using External Pricing. See [Usage Pricing](https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/usage-pricing).
  {% endhint %}

## Configuration

### **Setting Limio Offer with External Pricing**

If you want to rely fully on the Zuora rate plan, use:

* **Price:** Click on the Price and toggle 'Use External Pricing'. Limio will not override the pricing in Zuora and the subscription will be set to whatever pricing is in Zuora. You must still define the currency in Limio.

<figure><img src="/files/kmhfSOCNTXiYoiBEaltx" alt=""><figcaption></figcaption></figure>

* **Zuora Product and Rate Plan:** Define the Product and Rate Plan as above
* **Term:** The term defined here will be used for both the initial and renewal term.

  * The Limio Term you need to set when using the 'Use External Pricing' is the contractual initial and renewal term, as defined by Zuora. For example, if the customer is paying monthly but is committed for 12 months, then put 12 months.

  (<https://knowledgecenter.zuora.com/Billing/Subscriptions/Subscriptions/A_Subscription_Introduction>).

<figure><img src="/files/ieOLzGSmynfcblHvzEmI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3Ul1bunVgF47mJOBSzzs" alt=""><figcaption></figcaption></figure>

### **Setting the rate plan**

Limio can sync in your Zuora Rate Plans, so make sure you have done that by selecting Operations -> Product Catalog and then hitting the sync button. Once that is done, just search for the one you need in Limio Offers > Products and add it.

## **How it will appear on the checkout**

Limio's Checkout ([https://docs.limio.com/components/component-library/legacy-configuration-components/component-single-page-checkout](https://docs.limio.com/components/component-library/legacy-configuration-components/component-single-page-checkout "mention")) will display the following information dynamically:

* Order line items for each Zuora Rate Plan Charges
  * Rate plan charges that are discounts will be presented differently to customers
* Total without tax
* Tax
* Total with Tax

If certain input such as Quantity or Billing Address change, all these values will be recalculated.

<figure><img src="/files/AYzL8L19MRBR0QM4DkB3" alt=""><figcaption></figcaption></figure>

## **Additional Considerations**

When using external price on a Limio Offer, the only information Limio has about the charges is the currency. **Therefore in order to display the price to the customer at checkout, it is necessary for Limio to make an API call to Zuora after billing address details have been entered.** Zuora will then return the charge, including any tax (if you have added tax tables to Zuora) which can then be displayed in the checkout. This process has performance implication.

## **Known limitations**

* Using External Price is not yet supported in Limio for Salesforce (Limio Managed Package)


---

# 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.limio.com/integrations/zuora-integration/manage-your-pricing/how-to-configure-subscriptions-in-limio-offers-with-external-price-and-zuora-rate-plans.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.
