The ACSD-46192 patch fixes the issue with the async/bulk/V1/configurable-products/bySku/options
endpoint. This patch is available when the Quality Patches Tool (QPT) 1.1.19 is installed. The patch ID is ACSD-46192. Please note that the issue was fixed in Adobe Commerce 2.4.5.
The patch is created for Adobe Commerce version:
Compatible with Adobe Commerce versions:
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe 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.
An error occurs when a POST request is sent to async/bulk/V1/configurable-products/bySku/
.
Steps to reproduce:
async/bulk/V1/configurable-products/bySku/
.[{
"sku": "MS-Champ",
"option": {
"attribute_id": "141",
"label": "Size",
"position": 0,
"is_use_default": true,
"values": [
{
"value_index": 9
}
]
}
}]
Expected results:
There is no error. You get the following response:
{
"bulk_uuid": "e5a94361-e16e-432b-a000-c1351a0d01b3",
"request_items": [
{
"id": 0,
"data_hash": "3e7369ffc0a1602c1f25601a2e11b130f65fd01e68b5091ad746d0cac5b7f35d",
"status": "accepted"
}
],
"errors": false
}
Actual results:
The following error occurs:
TypeError: Argument 3 passed to Magento\Framework\Webapi\ServiceInputProcessor::process() must be of the type array, string given, called in /var/www/html/vendor/magento/module-webapi-async/Controller/Rest/Asynchronous/InputParamsResolver.php on line 154 and defined in /var/www/html/vendor/magento/framework/Webapi/ServiceInputProcessor.php:172
To apply individual patches, use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT, refer to Patches available in QPT in our developer documentation.