pos-logs.zipHello all
I am working on a web app that listens for webhooks when someone takes action on inventory items.
From the backend, it works well when someone adds manually items.
but there is some issue when importing from the sample file provided by Clover during development.
Here is the flow:
1. Configure the app, add and verify webhooks all permissions set
2. now when download the sample file and try to import it, it shows the 8 items to import
3. import is done, but it the webhook event I am receiving only single items which is the first one and not CREATE type but UPDATE. no other data is received into webhooks
4. when selecting all items from the backend, and deleting I am able to get all DELETE events into the webhook
Is anyone facing this issue or any solution for it?
Thanks