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
問題
ヘッドレスAPIで商品を取得した際に、商品に2つのIDフィールドがあることに気付いた。
id
productId
id はUI上で表示され、 productId は表示されない。
idを使ってヘッドレスAPIで商品を取得しようとすると、うまくいきません: 例えば、以下のような感じです: GET /o/headless-commerce-admin-catalog/v1.0/products/{id}