This guide walks you through the steps to integrate your Shopify store with Swipe One using an access token-based authentication process. Follow the instructions below to create a custom app in your Shopify store and configure the necessary settings.
Step 1: Create a Custom App
Log in to your Shopify admin dashboard.
Navigate to Settings > Apps and Sales Channels > Develop Apps.
Click on Create an App.
Provide an appropriate name for your app and click Create App.
β
Step 2: Configure Admin API Scopes
After creating the app, go to the Configuration tab, to "Configure Admin API Scopes".
Under the Admin API scopes section, select the following scopes:
read_orders
read_customers
read_products
Save your configuration.
β
Step 3: Install the App and Retrieve Credentials
Navigate to the API Credentials section.
Click on Install App and confirm the installation.
After the app is installed, you will see an option to Reveal Access Token. Note that the access token will only be revealed once. Make sure to copy and securely store it.
Scroll down to find the API Secret Key. Copy and securely store this as well.
Step 4: Gather Required Information
Ensure you have the following details:
Access Token
API Secret Key
Store URL, you will be provided with a default URL in the format of yourstorename.myshopify.com
β