> For the complete documentation index, see [llms.txt](https://docs.nosto.com/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nosto.com/shopify/post-purchase-upsell/requirements.md).

# Requirements

### Nosto Setup

* [Nosto must be installed](/shopify/installing.md) and active.
* [Tracking & Session management](/shopify/tracking-and-session-management.md) must be in place
* Product catalog must be synced.
* Post Purchase Upsell module must be active.

### Shopify Setup

* Nosto must be selected as "Post-purchase page" app in Shopify Checkout Settings

<figure><img src="/files/n0IE8QAxmyCwQ6z99cus" alt=""><figcaption><p>Nosto must be selected as "Post-purchase page" app in Shopify Checkout Settings</p></figcaption></figure>

### Main Currency Only

Shopify does not support post-purchase upsell in secondary currencies via Shopify Markets. Offers will only be shown if the purchase was made in the store’s main currency.

## Limitations to Be Aware Of

Some scenarios may block the upsell page from showing. Common causes include:

* Unsupported Payment Provider
* Order paid fully with a gift card
* Use of unsupported Payment Methods
* Only works for stores **default currency**

{% hint style="info" %}
Please make sure, to align Post Purchase Upsell with your fulfillment rules, and ensure it follows Shopifys order status.&#x20;
{% endhint %}

## **For more, refer to**

\[[Requirements and Shopify Limitations](https://help.nosto.com/en/articles/11530627-requirements-and-shopify-limitations)]\
\[[Handling Partially Paid Post Purchase Orders](https://help.nosto.com/en/articles/11533532-handling-partially-paid-post-purchase-orders)]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nosto.com/shopify/post-purchase-upsell/requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
