Yotpo

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
store_idstringAlso known as Client ID or Store ID.truefalse
secretstringtruefalse

Example

1{
2 "name": "yotpo connection",
3 "type": "yotpo",
4 "configuration": {
5 "secret": "",
6 "store_id": ""
7 }
8}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObject Accepted Values: merchant_reviews, review_updates, questions, storefront_reviewstruefalse

Example

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