Development
Webhook
Real-time notification mechanism where a system automatically sends data to a URL when an event occurs. In e-commerce, webhooks are used to notify about new orders, status changes, inventory updates and confirmed payments. Eliminates the need to repeatedly query the API (polling) to check for changes.