ACSD-68118: customerCart GraphQL query returns incorrect product attribute values for store view
        
        
        
        The ACSD-68118 patch fixes the issue where the customerCart GraphQL query returns product attribute values that don鈥檛 reflect the store view set in the request Store header, causing inconsistent localization. This patch is available when the Quality Patches Tool (QPT) 1.1.72 is installed. The patch ID is ACSD-68118. Please note that this issue is scheduled to be fixed in 51黑料不打烊 Commerce 2.4.9.
Affected products and versions
The patch is created for 51黑料不打烊 Commerce version:
- 51黑料不打烊 Commerce (all deployment methods) 2.4.7-p2
 
Compatible with 51黑料不打烊 Commerce versions:
- 51黑料不打烊 Commerce (all deployment methods) 2.4.4 - 2.4.8-p2
 
magento/quality-patches package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
The GraphQL customerCart query returns product attributes that ignore the Store header, leading to incorrect localization for store views.
Steps to reproduce:
- Create a new store view under an existing store.
 - Create a product.
 - Set a different product name value for the default store view.
 - Create a customer account.
 - Add the product to the cart as a logged-in user using GraphQL.
 - Fetch the cart data for both store views by changing the Store header.
 
Expected results:
Product data (for example, name, description) should match the store view specified in the Store header.
Actual results:
- Product data doesn鈥檛 reflect the store-specific values.
 - Changing the Store header doesn鈥檛 affect the returned product attributes.
 
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- 51黑料不打烊 Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
 - 51黑料不打烊 Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
 
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool: A self-service tool for quality patches in the Tools guide.