Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.46 KB

tap-mws

Connecting tap-mws

Requirements

To set up tap-mws in Stitch, you need:

  • Amazon MWS Keys You will need to register as a devloper either through your own seller account or as a standard devloper see here
  • An Amazon Seller Account You will need an amazon account to pull orders from.

Setup

Example Config file:

{
  "seller_id": "", // Seller id for the account you would like to pull
  "aws_access_key" : "", // Dev key provided by amazon
  "client_secret" : "", // Dev key provided by amazon
  "marketplace_id": "", // Marketplace id for the marketplace you would like to pull (amazon us vs amazon canada...)
  "start_date" : "2015-01-01T00:00:00Z", // Start date for replication
  "user_agent" : ""
}

tap-mws Table Schemas

orders

order items


Copyright © 2019 Stitch