On Webhook we get all item ids from inventory that are UPDATED/CREATED/DELETED on Clover,
Is it possible to fetch multiple items with one request by their IDs?
If we can't fetch multiple items by their IDs then if we get on Webhook 10 IDs we will have to do 10 request to fetch each item that is updated/created/deleted. If there is no request that fetches multiple items y their IDS Is there any other way of doing this?