# Price Testing - Getting Started

## What is Price Testing?

Intelligems takes the guesswork out of setting your product prices by allowing you to test prices in real time in order to find the “right” product prices to drive profit, revenue, and conversion.

Price tests are easy to build and customize: add multiple test groups with configurable traffic distribution rules, select which products to include in the test, and set test group prices.

## How does it work?

For all Shopify brands, Intelligems displays the correct price on the frontend by manipulating the DOM to show the correct price for each test group. This is possible once the Intelligems team has integrated your site and [prices have been tagged](/price-testing/price-testing-integration-guides/integration-guide-using-shopify-functions/step-2-tag-product-prices.md). Intelligems displays the correct price in the cart and charges the correct amount at checkout using one of these two methods:

1. **Using Shopify Cart Transform Functions.** Intelligems will automatically set your prices to the highest prices in the test in Shopify when you start your test, and we will use a Shopify Cart Transform Function to dynamically adjust the price for any users in a group lower than the highest price in the test. This ensures that the shopper sees the same price in the cart and at checkout that they saw everywhere else on the site. This method is available for brands on any Shopify plan and is our primary method for price testing.
2. **Using Duplicate Products.** In certain cases, such as testing something more complex or if you offer subscriptions, Intelligems will swap in a duplicate product when a user adds to cart.

{% hint style="info" %}
**Deprecated: Checkout Scripts**

As of August 2025, Shopify has deprecated the Script Editor app. Previously, some Shopify Plus stores used the checkout script as an integration method for price testing.
{% endhint %}

## How can I get started?

There is a short integration required before you can begin a price test. Please book a demo with our team [here](https://meetings.hubspot.com/igsam/igdemo?uuid=09e10934-25f6-4485-9f0e-4ceb6e80f099) so we can learn more about your store and get it integrated with Intelligems.\
\
Though we would only recommend it for teams with developers, you can do the integration yourself. Please see the appropriate guide [here](https://docs.intelligems.io/getting-started/pricing-integration-guides). If you are not sure which integration guide you should be following, please use the link above to book a time with our team.

Once the integration has been completed, see the guides below for more information on price testing:

{% content-ref url="/pages/6dhAsfodjrU9SkboqRfZ" %}
[Price Testing Integration Guides](/price-testing/price-testing-integration-guides.md)
{% endcontent-ref %}

{% content-ref url="/pages/q7bWf69GPoBtQxs7BjEH" %}
[How to Set Up a Price Test](/price-testing/how-to-set-up-a-price-test.md)
{% endcontent-ref %}

{% content-ref url="/pages/OF7SV58mUsH1iCxi1kig" %}
[Price Test QA Checklist](/price-testing/price-test-qa-checklist.md)
{% endcontent-ref %}

{% content-ref url="/pages/Mxqds1HPncgO6aB7lqiX" %}
[Starting a Price Test](/price-testing/starting-a-price-test.md)
{% endcontent-ref %}

{% content-ref url="/pages/vyhYSGWixUfN1AKjg46W" %}
[Ending a Price Test](/price-testing/ending-a-price-test.md)
{% endcontent-ref %}

{% content-ref url="/pages/qx4cL2GitLQQ6RJWlgj4" %}
[Testing Prices with Subscriptions](/price-testing/testing-prices-with-subscriptions.md)
{% endcontent-ref %}

{% content-ref url="/pages/HNazT5LkmVS4A269R25s" %}
[Multi-Currency Testing](/price-testing/multi-currency-testing.md)
{% endcontent-ref %}

{% content-ref url="/pages/nRVd97y5XE4tqYZHcHzK" %}
[Price Testing FAQs](/price-testing/price-testing-faqs.md)
{% endcontent-ref %}


---

# 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.intelligems.io/price-testing/price-testing-getting-started.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.
