1. When I create an Inventory item, i received the webhook data is like this:
{"appId":"Q91VFQY7WG450","merchants":{"3FAG0PN5TT1K1":[{"objectId":"I:PQJQD76T8961W","type":"CREATE","ts":1617234755982}]}}
There is no item name, sku, price and other information i need for this item.
2.Also, I want to test webhooks for order, but I could not make an order for my sandbox app.
3. How do I test for my product merchant? I am making an inventory app for my own company. I need to get all orders from clover to change my inventory.
Thank you so much!