> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable/how-to-renew-a-connection.md).

# How to renew a connection

If your connection has expired, become outdated, or stopped working, renew it to restore syncing.

To learn more about expired, outdated, and faulty connections, refer to [Understanding expired, outdated, and faulty connections](/get-started/getting-started/connections-in-channable/understanding-expired-outdated-and-faulty-connections.md).

{% hint style="info" %}

### Before you start

* Log in to the correct webshop or seller account before you renew.
* You do not need to upgrade your plan to renew a connection.
* If you use Shopify, do not uninstall your current **Channable** app.
* If you already uninstalled the Shopify app, reinstall it before you renew.
  {% endhint %}

### Renewing a connection

{% stepper %}
{% step %}

### Open Connections

In Channable, go to **Company settings** > **Connections**.
{% endstep %}

{% step %}

### Edit your connection

A list of your connections appears. Click **Edit** for the connection you want to renew.
{% endstep %}

{% step %}

### Renew the connection

Click **Renew**. Channable redirects you to the platform to confirm the renewal.

* If you use Shopify, approve the updated permissions if Shopify prompts you.
* If you use Shopify and the refresh does not start, go to **Installed apps** in Shopify, open **Channable**, and click **Open app**.

{% hint style="warning" %}

#### Shopify refresh flow

Do not uninstall your current **Channable** app in Shopify.

The app is currently not listed in Shopify’s app marketplace.

If the app is still installed, continue with the renewal flow.

If you already uninstalled it, reinstall it first. Then renew the connection.

If you use order connections, failed orders are not re-sent automatically after renewal.
{% endhint %}
{% endstep %}

{% step %}

### Return to Channable

Once you confirm the renewal, you return to Channable and the connection is renewed.
{% endstep %}
{% endstepper %}

### Extra steps for Shopify

If you renewed a Shopify connection, complete these checks after the refresh.

{% stepper %}
{% step %}

### Check the import status

The authorization issue may be fixed, while the import still shows **Failed**.

Check the status before you continue.
{% endstep %}

{% step %}

### Run the import again if needed

Go to **Setup** > **Import**.

If you see a red **Failed** button next to **Run now**, click **Run now**.

You may also see the failed state in **Setup** > **Settings**.
{% endstep %}

{% step %}

### Re-send failed orders manually

If you use order connections, re-send any failed orders manually after renewal.

Re-sent orders can take some time to appear in Shopify.
{% endstep %}
{% endstepper %}

### Troubleshooting Shopify renewal

<details>

<summary>I get an error during renewal</summary>

Check these points:

* You are logged in to the correct Shopify store.
* The **Channable** app is still installed.
* You approved any updated permissions shown by Shopify.

If the renewal still fails, contact <support@channable.com>.

</details>

<details>

<summary>The Shopify import still shows Failed after renewal</summary>

Go to **Setup** > **Import** and click **Run now**.

If the import still fails, contact <support@channable.com>.

</details>

<details>

<summary>I already uninstalled the Shopify app</summary>

Reinstall the **Channable** app first.

After reinstalling, return to Channable and renew the connection.

</details>


---

# 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://helpcenter.channable.com/get-started/getting-started/connections-in-channable/how-to-renew-a-connection.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.
