When attempting to update existing inventory items using REST API "https://sandbox.dev.clover.com/v3/merchants/{mId}/bulk_items", an error occurs related to item price type. It was working perfectly previusly. But from past few days it was showing error
"Invalid item price type String, it must be an integer." due to change in CLOVER REST API.
We didn't get notified regarding this "type" change in REST API via neither via email or any "API change logs" updates in Clover Docs. As this change was major and affecting our existing functionality.
We would like to know how can we get notified for such issues in future and also we want to know if clover has mentioned this change any where in documentation then please share details for the same?
Note: We were sending the item price value as a whole number instead of in decimal format, even though the data type expected for the item price was double.