CEXT-6409: add order/custom-grid-columns v2 sample#58
Open
obarcelonap wants to merge 6 commits into
Open
Conversation
iivvaannxx
reviewed
Jun 26, 2026
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/order/custom-grid-columnssample demonstrating how to implement order grid custom columns using the Admin UI SDK v2 and app management.Key changes:
app.commerce.config.ts— declarative config withadminUi.order.gridColumnswiringorder-custom-grid-columns/get-order-grid-columnsas the runtime actionparseGridRequest,okGridResponse, anderrorGridResponsefrom@adobe/aio-commerce-sdk/admin-ui/grid-columns(v2 wire contract)app-config,association,installation) undercommerce/extensibility/1nodejs:22; dependencies trimmed to@adobe/aio-commerce-lib-appand@adobe/aio-commerce-sdkcommerce-backend-ui-1,mesh.json,schema_orders.json,extension-manifest.json) removedRelated Issue
CEXT-6409
Motivation and Context
Provides a clean v2 reference sample for order grid custom columns that uses app management instead of the legacy v1 registration pattern.
How Has This Been Tested?
Deployed to the
CEXT6409v2workspace in theCEXT 6400stage project and verified extension pointscommerce/backend-ui/2andcommerce/extensibility/1are registered successfully.Screenshots (if appropriate):
Types of changes
Checklist: