legacy-knowledge-base
公開されました Jun. 30, 2025

ドキュメント ライブラリで既存の画像を参照する新しい製品を作成する方法

written-by

John Park

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

問題

  • Headless commerce admin catalog API を使用して、Liferay に既に存在するドキュメントを商品に関連付ける方法。

環境

  • DXP 7.4

解像度

  • これは 、1回のコールで実行できる:

    POST to http://localhost:8080/o/headless-commerce-admin-catalog/v1.0/products/

    このペイロードで:
    {
    "active": true,
    "catalogId": {catalogId},
    "images": [
    {
    "fileEntryId": {fileId},
    "priority": 0.0,
    "title": {
    "en_US": "Minium Default Product Image"
    },
    "type": 0
    }
    ],
    "name": {
    "en_US": "New Demo Product 100"
    },
    "productType": "simple"
    }

did-this-article-resolve-your-issue

legacy-knowledge-base