I am trying to update inventory items' stock quantity in bulk using PUT API request.
Response does not have error but but stock is not updating in any case
Below is the sample request
https://apisandbox.dev.clover.com/v3/merchants/RRxxxxxxxxxx/bulk_items?access_token=xxxxxxxxxxxxxxxxxxxx
{ "items":[ { "id":"JQPXHGX38R584", "itemStock":{ "item":{ "id":"JQPXHGX38R584" }, "quantity":120 }, "name":"Cheesecakess", "price":495 } ] }