Ware2Go

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
client_idstringAPI user nametrue
client_secretstringAPI secrettrue
merchant_idstringMerchant IDtrue
stagingbooleanUse staging environmentfalse

Example

{
"name": "Ware2Go connection",
"type": "ware2go",
"configuration": {
"client_id": "your-client-id",
"client_secret": "your-client-secret",
"merchant_id": "your-merchant-id",
"staging": false
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Bulk Sync

Source

Ware2Go connections may be used as a bulk sync source. No additional configuration options are required.