{
"productId": "6453048211460719",
"name": "Updated product",
"countryCode": "KZ",
"currency": "USD",
"price": "15",
"description": "Updated description",
"retailerId": "123",
"url": "https://example.com/product",
"imageUrl": "https://example.com/image.jpg",
"isHidden": false
}curl --location --globoff 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/editProduct/<Your apiTokenInstance from your Green API account>' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data '{
"productId": "6453048211460719",
"name": "Updated product",
"countryCode": "KZ",
"currency": "USD",
"price": "15",
"description": "Updated description",
"retailerId": "123",
"url": "https://example.com/product",
"imageUrl": "https://example.com/image.jpg",
"isHidden": false
}'{
"edited": true,
"productId": "26740202448981335"
}