gpt4 book ai didi

rest - 在 Magento 2 中使用 REST API 获取产品的产品商店 URL

转载 作者:行者123 更新时间:2023-12-04 18:35:18 40 4
gpt4 key购买 nike

我正在尝试使用 REST API 获取产品信息

GET/V1/products

但是,这不会提供产品的产品商店 URL。

如何使用 magento2 中的 REST API 将产品 url 映射到产品 sku 或 id?

最佳答案

查看 custom_attributes 数组,其中 item.attribute_code=url_key

例如,如果我对 http://localhost/~harrym/Magento/rest/V1/products/TestTEST 进行 REST API 调用。对于这个产品 (testabc.html),我在 http://localhost/~harrym/Magento/testabc.html

<?xml version="1.0"?>
<response>
<id>164</id>
<sku>TestTEST</sku>
...
<custom_attributes>
<item>
<attribute_code>meta_title</attribute_code>
<value>Test</value>
</item>
...
<item>
<attribute_code>url_key</attribute_code>
<value>testabc</value>
</item>
</custom_attributes>
</response>

关于rest - 在 Magento 2 中使用 REST API 获取产品的产品商店 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38870132/

40 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com