Hi,
I am trying to create item using my web app and in that I have added one POST call for the same. I am trying to attach one tag with the item. The payload is as following:
{
"defaultTaxRates":false,
"price": 10,
"name":"New Tag Attach Test 10",
"tags":
[{
"id":"WTJGZDW91PVJR"
}]
}
I believe that I have not done any mistake, that's why clover server is creating item without responding with any error. But I could not see that tag attached to the newly created item.
Looking for your help and precious suggestions. Thank you in advance.