CEXT-6406: add menu/custom-menu v2 sample#63
Merged
Conversation
Migrate the Admin UI SDK custom-menu sample from the deprecated commerce/backend-ui/1 extension point to App Management (commerce/backend-ui/2), pinning the aio-commerce-sdk pre-release packages under test.
… into custom-menu
aio-commerce-lib-app's generateWebSrc() only calls prepareWebSourcePackage() (which adds required web-src dependencies and the Parcel packageExports/ manualSharedBundles config) when scaffolding a fresh web-src. Since the build was re-run against an already-generated web-src, that config was never written, so Parcel couldn't resolve the #app.commerce.config/#web package.json import aliases and was missing @react-spectrum/s2 and its peer dependencies. Restoring the config manually to match what the generator would have produced for a fresh scaffold.
iivvaannxx
approved these changes
Jul 3, 2026
10 tasks
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
Migrate the Admin UI SDK
menu/custom-menusample from the deprecatedcommerce/backend-ui/1extension point to App Management (commerce/backend-ui/2), moving the existing sample intov1/and adding the newv2/version alongside it, consistent with the other samples already migrated in this branch.Related Issue
CEXT-6406
Motivation and Context
Continues the admin-ui-sdk v1/v2 migration effort tracked under CEXT-6400, providing a menu-extension-point example alongside the already-merged grid-columns v2 samples.
How Has This Been Tested?
npm installand dependency resolution verifiedScreenshots (if appropriate):
N/A
Types of changes
Checklist: