ÃÛ¶¹ÊÓƵ

ACSD-63329: Default values for date and time fields aren’t set when creating products with the REST API

The ACSD-63329 patch fixes the issue where default values were not set for the date and time fields when creating a new product using REST API: /rest/default/V1/products. This patch is available when the Quality Patches Tool (QPT) 1.1.58 is installed. The patch ID is ACSD-63329. Please note that the issue is scheduled to be fixed in ÃÛ¶¹ÊÓƵ Commerce 2.4.8.

Affected products and versions

The patch is created for ÃÛ¶¹ÊÓƵ Commerce version:

  • ÃÛ¶¹ÊÓƵ Commerce (all deployment methods) 2.4.6

Compatible with ÃÛ¶¹ÊÓƵ Commerce versions:

  • ÃÛ¶¹ÊÓƵ Commerce (all deployment methods) 2.4.4 - 2.4.7-p3
NOTE
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your ÃÛ¶¹ÊÓƵ Commerce version, update the 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

Default values aren’t set for the date and time fields when creating products with the REST API: /rest/default/V1/products

Steps to reproduce:

  1. Create a Product attribute, set its default value to 12/31/2020, and set the Catalog Input Type for Store Owner to Date or Date and Time.

  2. Create another text type attribute and set the default value to test value.

  3. Create a new product using a REST API POST request to /rest/all/V1/products/.

    code language-none
        {
            "product": {
                "sku": "testsku2",
                "name": "Test Api Product 2",
                "attribute_set_id": 4,
                "price": 100,
                "status": 1,
                "visibility": 4,
                "type_id": "simple",
                "weight": 20,
                "extension_attributes": {
                    "website_ids": [
                        1
                    ]
                }
            }
        }
    
  4. Check the values saved for the attributes mentioned above.

Expected results:

The default value should be saved in Date/Datetime type attributes when creating a product using the API.

Actual results:

The default value is saved for the Text attribute but not for the Date type attribute. The value for the Date attribute is empty.

Apply the patch

To apply individual patches, use the following links depending on your deployment method:

To learn more about Quality Patches Tool, refer to:

recommendation-more-help
c2d96e17-5179-455c-ad3a-e1697bb4e8c3