We've been receiving inventory UPDATE hooks for item IDs that don't seem to exist when we query the v3 API.
For instance, here is an item we received an update hook for yesterday (03/22) at 4:20:17pm UTC:
[2017-03-22 16:20:17] {"appId":"ZQJYAQBQXB10Y","merchants":{"KREGFT55QM3QY":[{"objectId":"I:B480DQMZ4EGF4","type":"UPDATE","ts":1490199616685}]}}
(The above hook was part of a batch of inventory hooks which I have truncated for the purpose of this post.)
But when we query Clover's V3 inventory API, we received 'Not found':
[2017-03-22 16:20:20] {"details":"No item with id B480DQMZ4EGF4","message":"Not Found"}
We have received hooks for this item previously on 03/02 for which we received the same response. Please advise.