Hello, are the webhook pub/sub messages sent in batch?
For example if I update 10 products and there is a endpoint listening on product/update webhook, does it is sent in batch (one message with 10 products data) ?
Webhooks are not sent in batches. In the case you described if you update 10 products, you’ll receive 10 products/update
webhooks.
1 Like