Open
Description
Preconditions and environment
- Magento Open Source 2.4.5-p2
- PHP 8.1
Steps to reproduce
- Log into Magento admin
- Browse to Stores > Settings > Configuration > Catalog > Product Fields Auto-Generation
- Configure Mask for Meta Title (Default Config): {{name}} | Test Store
- Configure Mask for Meta Descripton (Default Config): {{name}} at Test Store. Free delivery on orders over $75.
- Save configuration
- Create/post a new product record via Magento's REST API (Name: Example Product)
Expected result
New product is created with both Meta Title and Meta Description fields based on the Product Fields Auto-Generation mask configuration.
Expected Meta Title Value:
Example Product | Test Store
Expected Meta Description Value:
Example Product at Test Store. Free delivery on orders over $75.
Actual result
Both Meta Title and Meta Description fields on the newly created product are blank.
Additional information
Product Fields Auto-Generation feature works for the product created manually in the Magento admin panel however not for products created programmatically via the API. Using the product fields auto-generation feature is still required even when syncing in new products from external POS or ERP systems which don't usually store website specific meta data.
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.