> ## 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.

# eBay source for ELT & CDC

> Configure eBay as a data source in Integrate.io ELT & CDC. Replicate your eBay marketplace orders and listing data to your data warehouse.

|                           |                                                                                                                          |
| :------------------------ | :----------------------------------------------------------------------------------------------------------------------- |
| **Description**           | eBay is a e-commerce company , that facilitates consumer-to-consumer and business-to-consumer sales through its website. |
| **Supported Replication** | Initial Sync  Continuous Sync                                                                                            |
| **Authentication Type**   | OAuth                                                                                                                    |

## Collections

| **Collection Name** | **Full/**   **Initial Sync** | **Incremental/**   **Continuous Sync** | **Supports Update** | **Supports Delete** |
| :------------------ | :--------------------------- | :------------------------------------- | :------------------ | :------------------ |
| orders              | ✔                            | ✖                                      |                     |                     |

### Setting up eBay for ELT & CDC

### Overview

ELT & CDC uses the API provided by eBay to sync the data. [eBay API Reference](https://developer.ebay.com/docs)

### Requirements

* You need to authenticate via OAuth2.

### Obtain developer token

Follow these steps to obtain the refresh token.

<Steps>
  <Step>
    Click on the `Authenticate` button.
  </Step>

  <Step>
    Check the checkbox on the dashboard you are using the Sandbox environment.

    <input type="checkbox" id="sandbox-env" name="sandbox-env" />

    <label for="sandbox-env"> Sandbox environment? </label>
  </Step>

  <Step>
    Sign In.

    <Frame>
      <img src="https://mintcdn.com/integrateio/SIDFEDRgXpxG0yrn/images/cdc/sources/image-29.png?fit=max&auto=format&n=SIDFEDRgXpxG0yrn&q=85&s=3bd20949f8f8c4b2afd876fe5163a071" alt="eBay OAuth sign-in page" width="1146" height="1340" data-path="images/cdc/sources/image-29.png" />
    </Frame>
  </Step>
</Steps>
