Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 434 Bytes

2023-10-09-add-onlyliveversion-parameter-to-app-webhooks.md

File metadata and controls

6 lines (6 loc) · 434 Bytes
title issue
Add onlyLiveVersion parameter to app webhooks
NEXT-25998

Core

  • Added new parameter onlyLiveVersion to webhooks in app manifest.xml file. By default set to false, when set to true the webhook will only be called for entities written to the database with live version id (Shopware\Core\Defaults::LIVE_VERSION), additionally the webhook payload will be filtered to only contain entries with live version id.