Ware2Go

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
client_idstringAPI User Nametrue
client_secretstringAPI Secrettrue
merchant_idstringMerchant IDtrue
stagingbooleanUse 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": false
9 }
10}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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