Providing Access for Shopify Integration Setup
Information required to configure the Shopify integration
Ramp’s Shopify integration enables seamless data exchange between your Shopify store and the Ramp platform. This integration ensures that product information and inventory levels remain accurate across both systems - helping you save time, reduce manual work, and maintain up-to-date stock visibility.
Retrieving the Shopify API Access Token
To enable communication between Shopify and Ramp, you must retrieve your Shopify API access token to authenticate data transfer. To do this, follow these steps:
- Navigate to Shopify Admin Portal
- Log in to your Shopify account at https://{your-storename}.myshopify.com/admin.
- Create a private app
- Go to Settings > Apps and Sales Channels > Develop Apps.
- Click on Create an App and give it a descriptive name
- Configure API Permissions
- Refer to Configuring Shopify API Access Scopes for more information.
- Retrieve Access Token
- After saving, click Install App to generate the Admin API Access Token.
- Save this token securely; it will be used for authentication in API calls.
Retrieving the Stocky API Key
The Stocky API key allows access to Stocky endpoints for retrieving purchase order data.
- Enable Stocky App
- Ensure your Shopify store uses POS Pro and that the Stocky app is installed.
- Generate API Key
- Access Stocky from the Shopify Admin.
- Go to Settings > API Keys.
- Generate a new API key and copy it securely.
- Set Headers for API Calls
- Use the following request headers for Stocky API calls:
- Store-Name: example.myshopify.com
- Authorization: API KEY=abcdefghijklmnopqrstuvwxyz123456
- Use the following request headers for Stocky API calls: