legacy-knowledge-base
公開されました Sep. 10, 2025

ヘッドレスAPIで「関連商品」を追加できない

written-by

Pooja Bhambani

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 再現するための手順
    1. Liferay DXP 7.3
    2.を起動します。
    minium site template」を使用してサイトを作成します。
    3.
    CURLを使用して下記のAPIを呼び出します:
    curl --location --request PATCH 'http://localhost:8080/o/headless-commerce-admin-catalog//v1.0/products/by-externalReferenceCode/MIN93027' \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    --header 'Authorization: Basic dGVzdEBsaWZlcmF5LmNvbTp0ZXN0' \
    --data-raw - '{
    "active": true,
    "description": {

    },
    "name": {

    },
    "neverExpire": "true",
    "productType": "simple",
    "relatedProducts": [
    Unknown macro: { "productExternalReferenceCode"}
    ],
    "shortDescription": {
    }
    }'
    結果:
    {{ {}}
    {{ "status" : "INTERNAL_SERVER_ERROR"}}
    {{ }}}

Environment

  • Liferay DXP 7.3
  • Commerce 3.0

解決策

  • 観測された動作は、既知の問題/バグです。 また、Liferay DXP 7.4 Update-1で修正されています。
  • この問題に対してHotfixが必要な場合は、パッチの詳細を添付して、Hotfixをリクエストするサポートチケットを作成してください。
  • Liferay DXPへのFix PackとHotfixのインストール それぞれの環境でのHotfixのインストールをご案内します。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base