> For the complete documentation index, see [llms.txt](https://wilcode-net.gitbook.io/wilcode-apps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wilcode-net.gitbook.io/wilcode-apps/amazon-importer-app/how-to/cancel-subscription.md).

# Cancel subscription

You can cancel your paid plan at any time and move back to the **Free** plan.

{% hint style="info" %}
BEFORE YOU GO

**Having an issue? We can help.**

Many subscription cancellations are caused by issues that can be resolved quickly, such as setup problems, products not syncing, or billing questions. If you're experiencing any issues, our support team is happy to help before you cancel.
{% endhint %}

<p align="center"><a href="https://tawk.to/chat/6a328f3217693e1d43ea90f9/1jranuncv" class="button primary">Chat with support</a></p>

### Cancel from the app

To cancel your subscription, go to **Admin → Settings → Billing** and cancel your app subscription. This page explains the cancellation process, what happens after you cancel, and answers common billing questions.

{% hint style="info" %}
Subscriptions are billed and managed through **Shopify**, so any change goes through Shopify's billing page. The charge also appears on your regular Shopify bill.
{% endhint %}

### What happens after you cancel

* Your products **stay** in your store — nothing is deleted.
* Paid features are switched off: **bulk import**, **per-product / collection markup**, **price & stock auto-sync**, and the **Buy on Amazon** button stop working.
* Because the affiliate feature is off, the **Buy on Amazon** button is hidden on all products until you re-subscribe.
* You return to the **Free** plan's monthly import allowance.

{% hint style="warning" %}
If you re-subscribe later **and the app has not been uninstalled**, your paid features are restored automatically. Your existing products and app settings are preserved.
{% endhint %}

{% hint style="danger" %}
**IMPORTANT**

The app's data and your Shopify store's data are separate.

According to Shopify's app data policy, uninstalling the app permanently deletes all app data, including imported product records, settings, pricing rules, and sync history.

Products that have already been imported into your Shopify store are **not** deleted and remain unchanged.
{% endhint %}

***

{% hint style="info" icon="comments-question" %}
**Need help?** Open the **Support** menu in the top-right corner of any app page and choose [Live Chat](https://tawk.to/chat/6a328f3217693e1d43ea90f9/1jranuncv) or **Email support**.
{% endhint %}


---

# 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://wilcode-net.gitbook.io/wilcode-apps/amazon-importer-app/how-to/cancel-subscription.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.
