# 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](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))

### Prerequisites (Client)

Client must have:

* An **Amazon Seller Partner account** (Seller Central). ([Airbyte Docs](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))
* (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](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))

**Required for connection (what Connecty configures in Airbyte):**

* **AWS Environment**
* **AWS Region**
* **AWS Seller Partner Account Type**
* **Granted OAuth access** (client authorization) ([Airbyte Docs](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))

> 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](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))

### 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](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))
* **End Date (optional):** `YYYY-MM-DD`. If omitted, defaults to **today**. ([Airbyte Docs](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))

### Supported Regions / Marketplaces

Airbyte’s Seller Partner connector supports many marketplaces (US/CA/GB/DE/JP/etc.). ([Airbyte Docs](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))\
(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](https://docs.airbyte.com/integrations/sources/amazon-seller-partner))

***

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/amazon-seller-partner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
