Update GraphQL reference for categories API changes#335
Open
Update GraphQL reference for categories API changes#335
Conversation
- Updated `categoryTree` query description to include filtering by family. - Added `searchCategory` query for searching categories by name with optional filtering and pagination. - Updated documentation to reflect new query capabilities and improved descriptions for existing queries. - Added new fields for `isSubscribedProductAlertPrice` and `isSubscribedProductAlertStock` in the metadata. - Improved clarity in the `categories-storefront-implementation.md` regarding category queries and their usage.
6518a80 to
b587659
Compare
Updated the description for clarity and conciseness.
keharper
approved these changes
Apr 9, 2026
…-from-merch-svcs' into remove-accs-queries-from-merch-svcs
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
Align the Merchandising Services storefront categories guide and the Spectaql-generated Merchandising GraphQL reference with the category APIs:
Document
searchCategory, optionalfamilyoncategoryTree, updateddepthbehavior (with vs without startingslugs)Filter out ACCS queries that are not applicable to Merchandising Services.
Fixe the
CategoryNavigationViewAPI reference link and a Commerce Admin typo in the warning callout.Removed ACCS queries that are not part of the Catalog Service capabilities.
JIRA: COMOPT-1831
Affected pages
whatsnew
Updated Implement categories on the Storefront to cover the
searchCategoryquery, optionalfamilyanddepthbehavior forcategoryTree, and howCategoryTreeViewapplies to search results. Updated the Merchandising API Reference to match the schema.