{
"status": "Draft",
"apiKey": "string",
"name": "string",
"storeName": "string",
"secret": "string",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"isDefault": true,
"locationIds": [
"string"
]
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Shopify/' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "Draft",
"apiKey": "string",
"name": "string",
"storeName": "string",
"secret": "string",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"isDefault": true,
"locationIds": [
"string"
]
}'
{
"apiKey": "string",
"storeName": "string",
"secret": "string",
"locationIds": [
"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
}