CEXT-6412: add product/custom-grid-columns v2 sample#59
Open
obarcelonap wants to merge 5 commits into
Open
Conversation
aa42c9f to
a90639f
Compare
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.
Description
Adds the
admin-ui-sdk/v2/product/custom-grid-columnssample, migrated from the v1 extension point (commerce/backend-ui/1) to App Management (commerce/backend-ui/2).Related Issue
N/A
Motivation and Context
The v1 Admin UI SDK registration pattern (iframe-based, API Mesh for data) is superseded by the v2 App Management approach. This sample demonstrates the v2 pattern using
app.commerce.config.tsand@adobe/aio-commerce-sdkgrid column helpers.Key changes from v1:
app.commerce.config.tsreplaces the v1 registration action andextension-manifest.jsoncommerce/backend-ui/2extension point replacescommerce/backend-ui/1parseGridRequest/okGridResponseinstead of API Mesh@adobe/aio-commerce-lib-app+@adobe/aio-commerce-sdkHow Has This Been Tested?
Manually validated file structure and configuration after running
aio-commerce-lib-app init.Screenshots (if appropriate):
N/A
Types of changes
Checklist: