繁体   English   中英

如何使用其REST API在Magento中更新MSRP

[英]How to update MSRP in Magento using their REST API

我正在尝试使用Magento REST API使用Magento 2.3中的某个项目通过Dell Boomi集成过程来更新MSRP。 我已经成功更新了商品的基本价格,但是没有找到有关更新MSRP的任何信息。 有谁知道该怎么做,或者我应该使用什么终结点URL?

任何想法表示赞赏。 问候乔

我能够使用以下邮递员请求URL和有效负载更新Magento中的MSRP。

/ rest / all / V1 / products / product_sku {“ product”:{“ custom_attributes”:[{“ attribute_code”:“ msrp”,“ value”:“ 252.58”}]}}}

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM