Loads data from Amazon Marketplace Web Service into data.world
App name
is optional as one will be automatically assigned, but we recommend something descriptiveupdate_reports
.As an example, the following job is scheduled to run daily at 8 AM CDT:
As mentioned in Config Vars, you can skip certain reports by leaving the associated filename field
blank. If you wanted each report in a separate dataset, you can do so by performing multiple deployments, and
only including the name of one filename on each deployment.
This is a good option when you have a ton of data and you’re concerned about blowing past a dataset’s size limits.
_FILENAME
variables determine both the name of the files, as well as which reports to place on thatSTART_DATE:
How far back to pull your historical data. Format: 2017-01-01
LAST_THIRTY_DAYS:
If the value is set to TRUE, it will always pull the last 30 days of data,START_DATE
DW_TOKEN:
Pay a visit to https://data.world/settings/advanced and copy the Read/Write tokenDW_DATASET_SLUG:
As an example, if the URL of your dataset were https://data.world/my-org/my-cool-dataset
,my-org/my-cool-dataset
MARKETPLACE_IDS:
Marketplace IDs for the marketplaces you are registered to sell in. For the US market, useATVPDKIKX0DER
. Values for other markets can be foundATVPDKIKX0DER,A2EUQ1WTGCTBG2
This integration currently only supports two report types: All Orders and FBA Returns. Additional reports can be
requested through data.world support, or added by forking this repository and submitting a pull request.
This integration has been released as an open-source project. Community participation is encouraged and highly
appreciated. If you’d like to contribute, please follow the Contributing Guidelines.
For support, either create a new issue here on
GitHub, or send an email to help@data.world.