doutang6819 2016-03-23 18:09
浏览 184

亚马逊MWS API - 单一产品更新

I want to update a single Amazon product's price or qty with an api call.

I know i can send a feed of one or multiple products, but is the another api call to send a single product and get an immediate response?

I also want an api call to GET my qty for sale on a single product. GetMyPriceForSKU does not have qty.

anyone know which amaozn mws api & call to look in for this. I already looked through the mws dev pages and did not find anything.

  • 写回答

1条回答 默认 最新

  • duanmeng7865 2016-03-23 20:32
    关注

    Sending products to Amazon must go through feeds. Use the Feeds API. You'll need to create a feed of one or more products, submit the feed, and then query as to the status of the feed. In my experience it takes a matter of a few minutes but I have seen a few thousand products take several hours.

    To view your inventory, you'll need to use the Reports API to request one of the listings reports

    Also, check out the scratchpad. That's a great tool for trying out an operation with minimal resources.

    评论

报告相同问题?

悬赏问题

  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能
  • ¥15 jmeter脚本回放有的是对的有的是错的
  • ¥15 r语言蛋白组学相关问题
  • ¥15 Python时间序列如何拟合疏系数模型
  • ¥15 求学软件的前人们指明方向🥺
  • ¥50 如何增强飞上天的树莓派的热点信号强度,以使得笔记本可以在地面实现远程桌面连接
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题