The MDVA-35064 Magento patch fixes the issue where URL rewrites are not being generated for "All store views" for products created via API.
This patch is available when the Magento Quality Patch (MQP) tool 1.0.17 is installed. Please note that the issue is scheduled to be fixed in Magento 2.4.3.
Affected products and versions
The patch is created for Magento version:
Magento Commerce Cloud 2.3.5-p1
Compatible with Magento versions:
Magento Commerce and Magento Commerce Cloud 2.3.3-2.4.2
Note: the patch can be applicable to other versions. To check if the patch is compatible with your Magento version, run ./vendor/bin/magento-patches status
.
Issue
When configurable products are created via API, the URL rewrites are not generating.
Steps to reproduce:
- Create a new website, store, and store view.
- Create a new category.
- Create a new product and assign to the newly created category.
- Assign the product to the main website and the new website.
- Check the URL table and make sure it contains entries for the product, category/product for each store in each website.
- Remove product for the second website.
Actual result:
The URL table contain URL rewrites for all stores on all websites.
Expected result:
The URL table contains entries for product, category/product only for the stores on the first website.
Apply the patch
For instructions on how to apply an MQP patch, use the following links depending on your Magento product:
- Magento Commerce: DevDocs Apply patches using Magento Quality Patches Tool.
- Magento Commerce Cloud: DevDocs Upgrades and Patches > Apply patches.
Related reading
To learn more about Magento Quality Patches, refer to:
- Magento Quality Patches released: a new tool to self-serve quality patches.
- Check if patch is available for your Magento issue using Magento Quality Patches.
For info about other patches available in MQP tool, refer to the Patches available in MQP tool section.