Configuring your connectionsConnection configurationsWare2GoCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NameTypeDescriptionRequiredclient_idstringAPI User Nametrueclient_secretstringAPI Secrettruemerchant_idstringMerchant IDtruestagingbooleanUse Staging Environmentfalse Example 1{2 "name": "Ware2Go connection",3 "type": "ware2go",4 "configuration": {5 "client_id": "your-client-id",6 "client_secret": "your-client-secret",7 "merchant_id": "your-merchant-id",8 "staging": false9 }10} Model Sync Source Configuration NameTypeDescriptionRequiredobjectstringObjecttrue Example 1{2 ...3 "configuration": {4 "object": "object"5 }6}