我正在尝试使用Magento REST API通过Dell Boomi集成过程更新Magento 2.3中某项的MSRP。我已经成功地更新了项目的基本价格,但我没有找到任何有关更新MSRP的信息。有没有人知道怎么做,或者我应该使用什么端点URL?
任何想法都是值得感谢的。向您致敬,乔
发布于 2019-09-03 21:32:59
我能够使用以下邮递员请求URL和有效负载更新Magento中的MSRP。
/rest/all/V1/products/product_sku {"product":{ "custom_attributes":{ "attribute_code":"msrp","value":"252.58“}致敬,乔
https://stackoverflow.com/questions/57680542
复制相似问题