> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/ebay-importer-app/faq/subscription-questions.md).

# Subscription questions

Concerned about your eBay Importer subscription? Find answers below:

### Free plan available

eBay Importer offers a free plan. If you upgrade, Shopify will automatically charge you for the new plan. Be careful not to upgrade by mistake, as you'll be responsible for the payment.

### What happens if I upgrade to the paid plan?

When you upgrade the plan, your eBay Importer paid subscription activates automatically, starting your first billing period. Shopify will bill you for the next 30-day cycle. For more info, visit Shopify Help Center under [Subscriptions](https://help.shopify.com/en/manual/your-account/manage-billing/your-invoice/apps#subscriptionsur-invoice/apps#subscriptions).

### Cancelling subscription

To cancel the subscription, uninstall the app from Shopify admin under Settings > [Apps and Sales Channels](https://www.shopify.com/admin/apps). Uninstalling cancels your subscription immediately.

If the app is uninstalled during a billing cycle that has not yet been paid, Shopify will issue an invoice for that period.

### Re-installing the app

Re-installing the app will cancel your monthly or yearly subscription per Shopify rules. You will need to reapply charges. For assistance, contact us at <support@reputon.com> or [live chat](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a).

### Refunds

We can provide a refund for the period when the app wasn’t in use after uninstallation.

For example, if you install the app on June 1, results in a charge for June 8 - July 7. Uninstalling on June 9 means that we can refund you for the period June 10 - July 7.

For refunds after uninstallation, contact us at <support@reputon.com> or [live chat](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a). Refunds are processed after receiving the payment.

{% hint style="warning" %}
Charges after uninstallation usually happen if the uninstall occurs mid-billing cycle, as Shopify bills in advance. More info at [Shopify Help Center - App Charges](https://help.shopify.com/en/manual/your-account/manage-billing/your-invoice/apps#subscriptions).

Only Shopify handles app charges; we have no access to your payment details for security and privacy reasons.
{% endhint %}

### App charges

Shopify controls all app subscription charges. When you install an app with a recurring charge, Shopify prompts you to confirm the subscription and the date of the first charge. After confirmation, Shopify sends an email documenting your approval.

{% hint style="warning" %}
We do not have access to any store's payment information.
{% endhint %}

### Double charge issue

Shopify manages all app subscription charges. For double charges, please contact Shopify support as they have access to your payment method and can provide clarity.

{% hint style="warning" %}
Double charges can occur if the app charge cycle overlaps with the Shopify subscription cycle. More info is available in Shopify's Help Center [here](https://help.shopify.com/en/manual/your-account/manage-billing/your-invoice/apps#subscriptions).
{% endhint %}

### Uninstalled app - code removal

If you use Shopify 2.0, uninstalling the app automatically removes all code. For Shopify 1.0, you must manually remove any added code.

### Pausing Shopify store

If you use the Pause and Build plan, uninstall the app to avoid being billed after pausing your store.

***

{% hint style="info" %}
**Questions about subscription or refunds? We're here to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)
{% 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://reputon.gitbook.io/reputon-help/ebay-importer-app/faq/subscription-questions.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.
