{
"status": "Draft",
"merchantId": "string",
"name": "string",
"isRetail": true,
"isDefault": true,
"accessToken": "string",
"refreshToken": "string",
"scope": "string",
"tokenType": "string",
"expireDate": "2019-08-24T14:15:22Z",
"categoryMapping": [
{
"shopranosCategory": "string",
"googleCategory": "string"
}
],
"unitMapping": [
{
"shopranosUnit": "string",
"googleUnit": "oz"
}
],
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Google/' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "Draft",
"merchantId": "string",
"name": "string",
"isRetail": true,
"isDefault": true,
"accessToken": "string",
"refreshToken": "string",
"scope": "string",
"tokenType": "string",
"expireDate": "2019-08-24T14:15:22Z",
"categoryMapping": [
{
"shopranosCategory": "string",
"googleCategory": "string"
}
],
"unitMapping": [
{
"shopranosUnit": "string",
"googleUnit": "oz"
}
],
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}'
{
"categoryMapping": [
{
"shopranosCategory": "string",
"googleCategory": "string"
}
],
"unitMapping": [
{
"shopranosUnit": "string",
"googleUnit": "oz"
}
],
"merchantId": "string",
"id": "string",
"companyId": "string",
"name": "string",
"isDefault": true,
"salesChannel": 0,
"status": "Draft",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"refreshToken": "string",
"accessToken": "string",
"scope": "string",
"tokenType": "string",
"expireDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isRetail": true
}