Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes |
This source syncs data from the Amazon Seller Partner API.
This source is capable of syncing the following streams:
- Order Report (by order date and by last update)
- All Listings
- FBA Inventory Reports
- Amazon-Fulfilled Shipments Report
- Open Listings Report
- Removal Order Detail Report (overview)
- Removal Shipment Detail Report
- Inventory Health & Planning Report
- Orders (incremental)
- VendorDirectFulfillmentShipping
- Seller Feedback Report
- Brand Analytics Alternate Purchase Report
- Brand Analytics Item Comparison Report
- Brand Analytics Market Basket Report
- Brand Analytics Repeat Purchase Report
- Brand Analytics Search Terms Report
Requirements
- replication_start_date
- refresh_token
- lwa_app_id
- lwa_client_secret
- aws_access_key
- aws_secret_key
- role_arn
- aws_environment
- region
Setup guide
Information about how to get credentials you may find here.
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
int , float , number |
number |
|
date |
date |
|
datetime |
datetime |
|
array |
array |
|
object |
object |
Information about rate limits you may find here.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.14 |
2022-01-19 | #9621 | Add GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_GENERAL report |
0.2.13 |
2022-01-18 | #9581 | Change createdSince parameter to dataStartTime |
0.2.12 |
2022-01-05 | #9312 | Add all remaining brand analytics report streams |
0.2.11 |
2022-01-05 | #9115 | Fix reading only 100 orders |
0.2.10 |
2021-12-31 | #9236 | Fix NoAuth deprecation warning |
0.2.9 |
2021-12-30 | #9212 | Normalize GET_SELLER_FEEDBACK_DATA header field names |
0.2.8 |
2021-12-22 | #8810 | Fix GET_SELLER_FEEDBACK_DATA Date cursor field format |
0.2.7 |
2021-12-21 | #9002 | Extract REPORTS_MAX_WAIT_SECONDS to configurable parameter |
0.2.6 |
2021-12-10 | #8179 | Add GET_BRAND_ANALYTICS_SEARCH_TERMS_REPORT report |
0.2.5 |
2021-12-06 | #8425 | Update title, description fields in spec |
0.2.4 |
2021-11-08 | #8021 | Added GET_SELLER_FEEDBACK_DATA report with incremental sync capability |
0.2.3 |
2021-11-08 | #7828 | Remove datetime format from all streams |
0.2.2 |
2021-11-08 | #7752 | Change check_connection function to use stream Orders |
0.2.1 |
2021-09-17 | #5248 | Added extra stream support. Updated reports streams logics |
0.2.0 |
2021-08-06 | #4863 | Rebuild source with airbyte-cdk |
0.1.3 |
2021-06-23 | #4288 | Bugfix failing connection check |
0.1.2 |
2021-06-15 | #4108 | Fixed: Sync fails with timeout when create report is CANCELLED |