Public apps
A public ShopBase app can interact with the ShopBase API on behalf of multiple stores.
Last updated
A public ShopBase app can interact with the ShopBase API on behalf of multiple stores.
Last updated
To authenticate with ShopBase using a public app, you'll need to generate the credentials from your Partner Dashboard and then use them to implement OAuth.
You can create a public application from your Partner Dashboard.
To create an app:
Once you are ShopBase's partner, and you own a store, you could see Manage public apps from your profile menu. Click Manage public apps to go to your Partner Dashboard.
From your Partner Dashboard, click Apps > Create app.
Provide an app name and URL where you will place authentication url of your app.
Click Create app. You are directed to your app's overview page, where you can view the API key and API secret that you will need for OAuth.
Public apps authenticate to ShopBase by providing the X-ShopBase-Access-Token
header field in each HTTP request to the ShopBase API. This access token is obtained through an OAuth handshake. To learn more about how OAuth works, see OAuth.