【问题标题】:How to update MSRP in Magento using their REST API如何使用他们的 REST API 在 Magento 中更新 MSRP
【发布时间】:2019-08-27 18:42:13
【问题描述】:

我正在尝试使用 Magento REST API 使用 Dell Boomi 集成流程更新 Magento 2.3 中某个项目的 MSRP。我已成功更新商品的基本价格,但未找到任何有关更新建议零售价的信息。有谁知道如何执行此操作或我应该使用什么端点 URL?

任何想法都值得赞赏。 问候, 乔

【问题讨论】:

    标签: rest api magento


    【解决方案1】:

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

    /rest/all/V1/products/product_sku {“产品”: { “自定义属性”: [ { "attribute_code": "msrp", “价值”:“252.58”} ] } } 问候,乔

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-12-20
      • 1970-01-01
      • 2012-07-17
      • 2013-12-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多