π Quickstart
Connect to SHOPLINE with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to the Integrations tab -> Configure New Integration -> SHOPLINE (OAuth).
3
Call the SHOPLINE API
Make your first request to the SHOPLINE API. Replace the placeholders below with your secret key (Environment settings tab > API Keys), integration ID (Integrations tab), and connection ID (Connections tab):Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π SHOPLINE (OAuth) Integration Guides
Nango-maintained guides for common use cases.-
How to register your own SHOPLINE OAuth app
Register an app on the SHOPLINE Partner Portal and obtain your OAuth client ID and secret. -
How do I link my account?
Connect your SHOPLINE store using the Connect UI
Register a Public app with SHOPLINE, not a Custom app β Custom apps are scoped to a single merchant, so they canβt be installed by multiple merchants.For merchants whoβd rather skip app registration entirely, see the simpler SHOPLINE integration, which uses a static admin-generated access token instead of OAuth.