gpt4 book ai didi

api - Magento2:REST API:保存每个商店 View 的产品详细信息不起作用

转载 作者:行者123 更新时间:2023-12-03 05:10:49 25 4
gpt4 key购买 nike

使用Magento2.1.0-rc1分支使用示例数据

使用 REST API 目录ProductRepositoryV1 REF:http://devdocs.magento.com/swagger/index.html从管理 token API 获取 key 并使用该键

POST /V1/products

&

PUT /V1/products/{sku}

with 参数一一尝试了两个参数

  • store_id=0
  • 商店 ID=0使用以下 JSON

{
"saveOptions": "true",
"product": {
"name": "Test11_11",
"sku": "TESTOPP_111",
"attributeSetId": "15",
"price": "10",
"weight": "10",
"status": "1",
"visibility": "3",
"customAttributes": [
{
"attributeCode": "manufacturer",
"value": "222"
},
{
"attributeCode": "tax_class_id",
"value": "0"
},
{
"attributeCode": "specialPrice",
"value": "10"
},
{
"attributeCode": "description",
"value": "44332211"
},
{
"attributeCode": "eco_collection",
"value": "1"
}
],
"typeId": "simple"
}
}

不支持store_id/storeId字段,但产品中的信息不会保存到存储中它保存到默认商店 ID

GET/V1/products 具有参数 storeId同样,我尝试过 PUT 和 POST,但没有使用 PUT 和 POST

最佳答案

我遇到过类似的情况,我想更新每个网站的价格。因此,为了更新价格,我使用了

/rest/<store_code>/V1/products/<sku>

这工作得很好。

所以我假设您可以使用它来更新每个商店的产品数据。

关于api - Magento2:REST API:保存每个商店 View 的产品详细信息不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37744874/

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