> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/sales-channels/newegg-integration.md).

# Newegg Integration

Order Desk can connect to your [Newegg](https://www.newegg.com/) store and download your orders.

If you’re looking for our Newegg Logistics integration that lets you send orders *to* Newegg for fulfillment, [see our guide here](/integration-setup-guides/fulfillment-services/newegg-logistics-integration.md).

### Setup

In Order Desk, click on **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable Newegg.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FfndW143aFKCH8UY4Wy2Q%2Flegacy-e6f1f9437dc906f11b48.gif?alt=media)

Once enabled, contact Newegg to get your Seller ID and Secret Key with the sample email template. Choose which platform you’ll be using; either Newegg.com, Neweggbusiness.com, or Newegg.ca, then connect to Newegg.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FcNyEvIEHI8GKif2fLiGn%2Flegacy-10c1729ba82c7ebba72f.png?alt=media)

**NOTE:** If you need to connect to more than one Newegg platform, you’ll need to create a new Order Desk store for each version you want to use. The Newegg integration will only work for one platform per store.

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FuYEUJRp43O6GcleMLsrR%2Flegacy-6f8d96c5bc19c0a41ac5.png?alt=media)

Once connected, you can set your integration preferences.

#### Check for New Orders

Select how often you want Order Desk to look for and download new orders from Newegg.

#### Folder for New Orders

Select the folder where newly imported orders from Newegg should be placed.

For more information, see the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide.

#### Platform

Select the Newegg platform you use.

#### Status to Download

Select the status of the orders you want Order Desk to download from Newegg.

#### Auto Accept Orders

Enable Auto Accept Orders if you want to mark the orders that are downloaded into Order Desk as exported at Newegg.

#### Sync Tracking Numbers

If the Sync Tracking Numbers setting is enabled, Order Desk will send the shipment information back to Newegg automatically as shipments are added to the orders in Order Desk.

#### Sync Inventory

If you want Order Desk to sync your inventory availability back to Newegg, enable the Sync Inventory setting. As inventory counts are updated here, Order Desk will send those numbers to Newegg to update your product availability there.

#### First Import Date

Set the earliest date in Y-m-d format from which Order Desk should download orders from Newegg.

#### Download Confirmed Orders

Select to download confirmed orders from Newegg.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.orderdesk.com/integration-setup-guides/sales-channels/newegg-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
