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)

Prev Next

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:

/a/account/logout

The most common use case is adding a logout menu item to the customer account navigation in Shopify’s new customer accounts.

Step 1: Open your Shopify navigation menus

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

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.

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

Note: You only need the path in the Link field — not the full domain. Shopify automatically prepends your store's domain.