---
title: "Adding a logout link to your store (CPv3)"
slug: "adding-a-logout-link-to-your-store-cpv3"
updated: 2026-06-02T17:39:05Z
published: 2026-06-02T17:39:05Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.skio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding a logout link to your store (CPv3)

## What is the logout endpoint?

The logout endpoint is a URL path you can link to from anywhere on your storefront — a navigation menu, a page, a theme button, or a custom block. When a subscriber visits it, they're logged out of the Skio Customer Portal.

The base logout URL is:

```plaintext
/a/account/logout
```

## How to add a logout link to your Shopify navigation menu

> [!NOTE]
> The most common use case is adding a logout menu item to the customer account navigation in [Shopify’s new customer accounts](/help/docs/using-skio-with-shopifys-new-customer-accounts).

### Step 1: Open your Shopify navigation menus

In your Shopify admin, go to **Content** > **Menus**, then select **Customer account main menu**.

![](https://cdn.us.document360.io/a953bba6-c70d-43ce-bc77-d7f32a8fc514/Images/Documentation/CleanShot 2026-06-02 at 13.12.32.png)

Navigate to **Content** > **Menus** in your Shopify admin and select Customer account main menu.

### Step 2: Add the logout menu item

1. Click **Add menu item**.
2. Enter a label in the **Label** field, such as `Log out of subscriptions`.
3. In the **Link** field, enter the logout endpoint path. For example: `/a/account/logout`.
4. Click the checkmark to confirm the item, then click **Save**.

![](https://cdn.us.document360.io/a953bba6-c70d-43ce-bc77-d7f32a8fc514/Images/Documentation/CleanShot 2026-06-02 at 13.12.59.png)

Add a menu item with the logout path in the Link field. No domain prefix is needed.

> [!NOTE]
> **Note:** You only need the path in the Link field — not the full domain. Shopify automatically prepends your store's domain.
