Shopify

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
admin_api_tokenstringAdmin API tokentrue
storestringStore Slug

e.g. ‘example’ if your store is example.myshopify.com
true

Example

1{
2 "name": "Shopify connection",
3 "type": "shopify",
4 "configuration": {
5 "admin_api_token": "secret",
6 "store": ""
7 }
8}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "products"
5 }
6}