Conversation
in enhanced-schema.json (family, slugs, depth) — removing verbose
markdown-formatted prose in favour of concise plain-text descriptions
- Remove duplicate FIELD_ARGUMENT block from metadata-merchandising.json
now that argument descriptions are owned by enhanced-schema.json
- Streamline categories-storefront-implementation.md by folding the
standalone CategoryViewV2 section into the Category types intro,
removing performance safeguard subsections, and minor wording fixes
- Rebuild static merchandising API HTML to reflect updated descriptions
- fix: simplify category API docs and use dynamic API host configuration
- Replace hardcoded na1-sandbox host in config-merchandising.yml with
${API_HOST} environment variable for portability across environments
jhadobe
approved these changes
Mar 13, 2026
Fix description
meker12
commented
Mar 16, 2026
src/pages/optimizer/merchandising-services/categories-storefront-implementation.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Margaret Eker <meker@adobe.com>
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
Fixes inaccurate level values and misleading examples in the Categories Storefront Implementation page. Category hierarchy levels were using 0-based indexing when the API uses 1-based levels. The root categories example was also restructured to better reflect the discovery-first query pattern, and a redundant
depth: 0example was removed in favor of a more accurate explanation of howdepthandlevelinteract.Staging preview
Affected pages