For the complete documentation index, see llms.txt. This page is also available as Markdown.

Amazon Seller Partner

Amazon Seller Central (Amazon Seller Partner / SP-API)

This guide explains how a client can authorize Connecty to sync Seller Central data (orders, finances, reports, etc.) into Connecty’s managed warehouse (default: BigQuery, typically replicated via Airbyte).

Overview

Connecty syncs Seller Central data via the Amazon Selling Partner API (SP-API) (Seller Partner). (Airbyte Docs)

Prerequisites (Client)

Client must have:

  • An Amazon Seller Partner account (Seller Central). (Airbyte Docs)

  • (Optional / only if needed) Brand Registry + Brand Analytics role if you want Brand Analytics streams (e.g., Search Terms / Market Basket / Repeat Purchase). (Airbyte Docs)

Required for connection (what Connecty configures in Airbyte):

  • AWS Environment

  • AWS Region

  • AWS Seller Partner Account Type

  • Granted OAuth access (client authorization) (Airbyte Docs)

If Connecty is using an “Airbyte Cloud-style OAuth” flow, the client typically only needs to log in and authorize; Connecty handles the backend credentials.

Step 1 — Client authorizes Connecty (OAuth)

Client will:

  1. Open the Connecty-provided Amazon Seller Central authorization link (or follow the in-app “Authenticate your account” step).

  2. Log into Seller Central and approve access for the SP-API integration.

Airbyte’s Seller Partner connector explicitly supports this “Authenticate your account → Log in and Authorize” pattern. (Airbyte Docs)

Step 2 — Client provides configuration inputs (minimal)

Client (or Connecty Support) sets:

  • Start Date (optional): YYYY-MM-DD. If omitted or older than 2 years, the connector uses 2 years ago from today. (Airbyte Docs)

  • End Date (optional): YYYY-MM-DD. If omitted, defaults to today. (Airbyte Docs)

Supported Regions / Marketplaces

Airbyte’s Seller Partner connector supports many marketplaces (US/CA/GB/DE/JP/etc.). (Airbyte Docs) (Connecty will select the relevant marketplace(s) based on client authorization + configuration.)

Validation Checklist (Connecty)

After authorization, Connecty Support confirms:

  • ✅ OAuth consent successful

  • ✅ Source test passes

  • ✅ Initial sync completes

  • ✅ Expected streams populate for seller/vendor (note: Airbyte mentions Orders/Vendor Orders endpoint access is used for checks). (Airbyte Docs)



Last updated