I have tried every example I could find int he documentation, no luck. Most recent attempt was
https://api.clover.com/v3/merchants/{MERCHANT ID}/items/{ITEM ID}
{
"id" : "{PRODUCT ID}"
"defaultTaxRates":false,
"price": 10,
"name":"Kehe",
"tags":
[{
"id":"{CATEGORY ID}"
}]
}
Has anyone successfully added tags to an item with the REST API?