1
0
mirror of synced 2025-12-29 09:03:46 -05:00
Files
airbyte/docs/integrations/sources/amazon-seller-partner.md
Marcos Marx 658d984c8d Source Amazon Seller Partner: change check_connection step (#7752)
* change check_connection for Amazon Seller Partner

* bump version and seed file
2021-11-08 21:37:07 -03:00

3.3 KiB

Amazon Seller Partner

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync Yes

This source syncs data from the Amazon Seller Partner API.

Supported Tables

This source is capable of syncing the following streams:

Getting started

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.

Data type mapping

Integration Type Airbyte Type Notes
string string
int, float, number number
date date
datetime datetime
array array
object object

Performance Considerations (Airbyte Open-Source)

Information about rate limits you may find here.

CHANGELOG

Version Date Pull Request Subject
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