Overview
SHOPLINE lets merchants generate a static access token directly from their store admin, without going through an OAuth flow. You need two things to connect: your store’s handle and an access token.Instructions
Step 1: Finding your store handle
Your store handle is the first part of your SHOPLINE store’s domain. For example, if your store is atopen001.myshopline.com, your handle is open001.
Step 2: Generating an access token
- In your SHOPLINE admin, go to Apps -> Develop apps and create a new app (name, developer, contact email).

- Open the app, click Edit, and assign the Backend API permissions your integration needs.


- Go to the API Certificate tab and click Install App.
- Once installed, view the Access Token. SHOPLINE emails a verification code to your login email — enter it to reveal and copy the token.

The access token is valid for 3 years. Once it expires, you’ll need to generate a new one and reauthorize the connection.
Step 3: Authorize SHOPLINE
- Open the form where you need to authenticate with SHOPLINE.
- Enter your Store Handle and paste your Access Token.
- Submit the form, and you should be successfully authenticated.
