2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Amazon MWS (Amazon Marketplace Web Service)Advent Calendar 2017

Day 2

MWS APIをnodejsで利用するときに、npmなに探して結局どう実装したかの話

Posted at

背景

  • 今までGUIでポチポチやっていた在庫情報取得の定型作業をMWS APIを通して自動化したくなった。
  • 他のシステムとの絡みでNodejsから呼び出したい。
  • API仕様眺めてたら、署名生成とか自分で実装すると面倒そう。あと専門用語がよくわからない(スロットルとか)

調べたこと

  • MWS nodejsとかで検索(https://www.npmjs.com/browse/keyword/mws)
  • それなりに出てくるけど、どれも★少なかったり、バージョン0.1だったりでよくわからない
  • ひとまず、何個か使ってみることにした

どうしたか

その後

  • 他のAPIも使う必要がでてきたが、個々のAPIをラッパするのが面倒になり、結局署名回りだけやってくれるシンプルなNodeModuleを使うことにした(https://www.npmjs.com/package/amazon-mws-node)

所感

実際使ってみて、GUIからのデータと時間とかずれてるんだけど(数分~数時間)、よくわからない。
並行運用しなければ問題ないのでとりあえずほっとくことにした。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?