> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon Marketplace source for ELT & CDC

> Configure Amazon Marketplace as a source in Integrate.io ELT & CDC. Replicate orders, inventory, and seller data to your data warehouse.

|                           |                                                                                                                                                                                                                                                                                                                                                             |
| :------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Description**           | The Selling Partner API (SP-API) is a REST-based API that helps Amazon selling partners programmatically access their data on orders, shipments, payments, and much more. Applications using the SP-API can increase selling efficiency, reduce labor requirements, and improve response time to customers, helping selling partners grow their businesses. |
| **Supported Replication** | Initial Sync  Continuous Sync                                                                                                                                                                                                                                                                                                                               |
| **Authentication Type**   | OAuth                                                                                                                                                                                                                                                                                                                                                       |

## Limitations

### Refresh token

The access token is requested with a refresh token. This token will expire after 1 year. The client needs to update this refresh token so the connector can make calls. Pipeline config might need to be changed to update this parameter.

### Rate Limit

The collection orders has a rate limit of approximately 1 request per minute, which slows down the pipeline and causes initial sync to last hours.

## Collections

| **Collection Name**                                                                                                                        | **Full/Initial Sync** | **Incremental/Continuous Sync** | **Supports Update** | **Supports Delete** | **Notes** |
| ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------- | ------------------------------- | ------------------- | ------------------- | --------- |
| [orderMetrics](https://developer-docs.amazon.com/sp-api/docs/sales-api-v1-reference#get-salesv1ordermetrics)                               | ✔                     | ✔                               | ✖                   | ✖                   |           |
| [marketplaceParticipations](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference#get-sellersv1marketplaceparticipations) | ✔                     | ✖                               | ✔                   | ✖                   |           |
| [orders](https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#get-ordersv0orders)                                         | ✔                     | ✔                               | ✖                   | ✖                   |           |
| [financialEventGroups](https://developer-docs.amazon.com/sp-api/docs/finances-api-reference#get-financesv0financialeventgroups)            | ✔                     | ✖                               | ✔                   | ✖                   |           |
| [financialEvents](https://developer-docs.amazon.com/sp-api/docs/finances-api-reference#get-financesv0financialevents)                      | ✔                     | ✔                               | ✖                   | ✖                   |           |
| [contentDocuments](https://developer-docs.amazon.com/sp-api/docs/selling-partner-api-for-a-content-management)                             | ✔                     | ✔                               | ✖                   | ✖                   |           |
| [fulfillmentOrders](https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-api-v2020-07-01-reference#paths)                    | ✔                     | ✔                               | ✖                   | ✖                   |           |
| [features](https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-api-v2020-07-01-reference#paths)                             | ✔                     | ✖                               | ✔                   | ✖                   |           |
