✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Orders
Endpoint | Description | Readme |
---|---|---|
GET /orders | Fetches a list of orders from Shopify. | 🔗 |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup for a Shopify Partner account. |
Paid test account | ✅ Not required | Development stores can be created for free from your Partner account. |
Partnership | ✅ Not required | |
App review | ✅ Not required | Only required for public apps listed on the Shopify App Store. |
Security audit | ✅ Not required |
Create a Shopify Partner account
Go to Shopify’s Partner signup page and create a free account.
Create a new app in your Partner account
Configure OAuth settings
In the app you just created:
https://api.nango.dev/oauth/callback
.Obtain API credentials
Create a development store for testing
If you don’t have a Shopify store already:
Next
Follow the Quickstart.
Guide to connect to Shopify using Connect UI
✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Orders
Endpoint | Description | Readme |
---|---|---|
GET /orders | Fetches a list of orders from Shopify. | 🔗 |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup for a Shopify Partner account. |
Paid test account | ✅ Not required | Development stores can be created for free from your Partner account. |
Partnership | ✅ Not required | |
App review | ✅ Not required | Only required for public apps listed on the Shopify App Store. |
Security audit | ✅ Not required |
Create a Shopify Partner account
Go to Shopify’s Partner signup page and create a free account.
Create a new app in your Partner account
Configure OAuth settings
In the app you just created:
https://api.nango.dev/oauth/callback
.Obtain API credentials
Create a development store for testing
If you don’t have a Shopify store already:
Next
Follow the Quickstart.
Guide to connect to Shopify using Connect UI