Added webhooks to App management documentation#527
Open
danidelcar wants to merge 7 commits intomainfrom
Open
Conversation
iivvaannxx
reviewed
Mar 24, 2026
iivvaannxx
reviewed
Mar 24, 2026
| |----------|------|----------|-------------| | ||
| | `label` | string | Yes | Display label in App Management. | | ||
| | `description` | string | Yes | Description shown in App Management. | | ||
| | `category` | string | No | One of `validation`, `append`, or `modification` (used for conflict grouping). | |
Collaborator
There was a problem hiding this comment.
I would ask @oshmyheliuk how does he want to explain this.
asalloum5
reviewed
Mar 25, 2026
asalloum5
approved these changes
Mar 25, 2026
meker12
requested changes
Mar 25, 2026
iivvaannxx
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request adds documentation for
@adobe/aio-commerce-lib-webhooksin App Management, based on the aio-commerce-lib-webhooks package. It nests Webhooks under Installation → Events in the table of contents, links to the new topic from the Installation overview and Events page, and updates the business configuration schema screenshot asset.Affected pages
Additional information
new-topiclabelWhat's New highlights
whatsnew
Added Webhooks for the Commerce Webhooks API client (
/api), response helpers (/responses), WIP notice, and links to Adobe Commerce webhooks docs and the SDK usage guide.