Configuring your connectionsConnection configurationsShopifyConnection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYstorestringe.g. ‘example’ if your store is example.myshopify.comtruefalseadmin_api_tokenstringtruefalse Example 1{2 "name": "shopify connection",3 "type": "shopify",4 "configuration": {5 "admin_api_token": "secret",6 "store": ""7 }8} Model Sync Source Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYobjectstringObjecttruefalse Example 1{2 ...3 "configuration": {4 "object": "products"5 }6}