I have been working on updating existing inventory items using the bulk items api. It seems to update everything as expected accept the categories. I want to update the items with the categories but it does not seem to update.Does anyone have an answer to what I am missing?
put
https://api.clover.com:443/v3/merchants/[mid]/bulk...
{"elements": [{"id":"FAD1M5EGX27PC",
"code":"021200570285",
"price": "1600",
"name": "ScotchGards",
"categories": { "elements": [
{
"id": "YAJT8Y5QHJGJE",
"name": "Beer"
}
]
}