MDVA-40896:非同步產品中出現「錯誤:TypeError:引數3」錯誤

MDVA-40896修補程式修正非同步產品批次API中顯示Error: TypeError: Argument 3 passed to Magento\Framework\Webapi\ServiceInputProcessor::process() must be of the type array, string given錯誤的問題。 安裝品質修補工具(QPT) 1.1.15時,即可使用此修補程式。 修補程式ID為MDVA-40896。 請注意,問題已在Adobe Commerce 2.4.4中修正。

受影響的產品和版本

已為Adobe Commerce版本建立修補程式:

  • Adobe Commerce (所有部署方法) 2.4.3

與Adobe Commerce版本相容:

  • Adobe Commerce (所有部署方法) 2.4.3 - 2.4.3-p2
NOTE
此修補程式可能適用於其他發行了「品質修補程式」工具的版本。 若要檢查修補程式是否與您的Adobe Commerce版本相容,請將magento/quality-patches套件更新至最新版本,並在Quality Patches Tool上檢查相容性:搜尋修補程式頁面。 使用修補程式ID作為搜尋關鍵字,以尋找修補程式。

問題

非同步產品大量API中顯示Error: TypeError: Argument 3 passed to Magento\Framework\Webapi\ServiceInputProcessor::process() must be of the type array, string given錯誤。

要再現的步驟

  1. 使用下列裝載將要求傳送至rest/all/async/bulk/V1/products/bySKU端點:
[
  {
    "product": {
      "sku": "24-MB01",
      "price": 36,
      "extension_attributes": {
        "stock_item": {
          "qty": 100,
          "is_in_stock": true
        }
      },
      "custom_attributes": [
        {
          "attribute_code": "new",
          "value": "1"
        }
      ]
    }
  },
  {
    "product": {
      "sku": "24-MB04",
      "price": 28,
      "extension_attributes": {
        "stock_item": {
          "qty": 50,
          "is_in_stock": true
        }
      },
      "custom_attributes": [
        {
          "attribute_code": "new",
          "value": "0"
        }
      ]
    }
  }
]

預期結果

系統會傳回產品詳細資料。

實際結果

發生錯誤Error: TypeError: Argument 3 passed to Magento\Framework\Webapi\ServiceInputProcessor::process() must be of the type array, string given

套用修補程式

若要套用個別修補程式,請根據您的部署方法使用下列連結:

相關閱讀

若要進一步瞭解「品質修補程式」工具,請參閱:

如需QPT中其他修補程式的詳細資訊,請參閱我們的開發人員檔案中的QPT中提供的修補程式。

recommendation-more-help
8bd06ef0-b3d5-4137-b74e-d7b00485808a