# Overview

eBay is the world's largest online marketplace. IDC connects your eBay account to NetSuite so you can manage orders, inventory, and payouts without manual data entry—orders flow into NetSuite automatically, shipments update eBay in real time, and settlement reports appear in your Settlements page.

## What it syncs

| What moves       | Direction       | What IDC does in NetSuite                                                           |
| ---------------- | --------------- | ----------------------------------------------------------------------------------- |
| eBay orders      | eBay → NetSuite | Creates or updates Sales Orders with customer, items, shipping, taxes, and deposits |
| Return cases     | eBay → NetSuite | Creates Return Authorizations tracking reason, status, and buyer comments           |
| Returned items   | eBay → NetSuite | Creates Item Receipts when returns are delivered                                    |
| Cancelled orders | eBay → NetSuite | Closes unfulfilled Sales Orders to release inventory and customer deposits          |
| Item shipments   | NetSuite → eBay | Updates eBay with carrier, tracking number, and item receipt                        |
| Item listings    | NetSuite → eBay | Creates and updates eBay inventory items and publishes offers                       |
| Stock levels     | NetSuite → eBay | Syncs inventory quantities to eBay so listings show accurate availability           |
| Payouts          | eBay → NetSuite | Imports settlement reports with transaction details for reconciliation              |

## How it works

IDC pulls orders, returns, and payouts from eBay on a schedule you set (typically every hour). When a new order arrives, IDC creates a NetSuite Sales Order with all details — customer, line items, shipping cost, tax, and any deposits. When you ship in NetSuite, IDC sends the tracking number back to eBay automatically.

For inventory, IDC reads stock levels from NetSuite and pushes them to eBay whenever stock changes. This keeps your listings accurate and prevents overselling. When the payout arrives from eBay, IDC imports it into your Settlements page so your finance team can reconcile it.

## Related docs

* [Getting Started](/idc/ebay/prerequisites.md)
* [Authentication](/idc/ebay/authentication.md)
* [Flows](https://github.com/In8Sync2/IDC/blob/main/ebay/flows/README.md)
* [IDC Core — Flows overview](/idc/idc-core/apps/understanding-flows.md)


---

# 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://docs.in8sync.com/idc/ebay/overview.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.
