Updating as per PREX-2204#893
Open
erikmarr wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Storefront Product Recommendations documentation to reflect the ProductList container’s currentProduct prop (replacing deprecated currentSku) and to document the product-recommendations merchant block keys currentsku and currentprice, including when product context is required and how query routing changes when price is available.
Changes:
- Documented
currentProduct(with optionalprice) and markedcurrentSkuas deprecated in theProductListcontainer docs. - Updated merchant block configuration docs to use
currentsku/currentprice, clarified PDP vs non-PDP context sourcing, and added examples for dynamic price filtering scenarios. - Added documentation for query routing behavior when
currentProduct.priceis present.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/content/docs/merchants/content-customizations/product-recommendations.mdx | Updates product-recommendations block configuration keys and usage guidance for PDP vs non-PDP pages, including currentprice. |
| src/content/docs/dropins/recommendations/containers/product-list.mdx | Documents currentProduct context (and currentSku deprecation) plus query routing based on presence of price. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
slavvka
approved these changes
May 19, 2026
slavvka
approved these changes
May 19, 2026
bdenham
approved these changes
May 20, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Bruce Denham <bdenham@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
This pull request documents the Product Recommendations
ProductListcontainercurrentProductprop (replacing deprecatedcurrentSku) and the merchantproduct-recommendationsblock configuration keyscurrentskuandcurrentprice.Developers and merchants need clear guidance on when product context is required, how PDP pages read context from the Adobe Client Data Layer (ACDL), and how query routing selects the extended GraphQL operation when price is available on Adobe Commerce Optimizer and Adobe Commerce as a Cloud Service.
Associated JIRA ticket
PREX-2204
Affected pages
whatsnew
Updated ProductList container and Product Recommendations setup for the
currentProductprop,currentpriceblock config, and query routing for dynamic price filters.