> 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/fulfillment-services/amazon-direct-fulfillment.md).

# Amazon Direct Fulfillment

Order Desk can connect to [Amazon Direct Fulfillment](https://vendorcentral.amazon.com/) in your Amazon Vendor Central account, automatically download orders, and send shipment details back as orders are fulfilled.

### Setup

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

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

Alternatively, search for *Amazon Direct Fulfillment* from the available integrations search and choose the correct country:

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

Once enabled, click **Connect to Amazon** to make the connection. You’ll be redirected to your Amazon account page to select the necessary permissions.

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

### Integration Settings

Once connected, you can set your integration preferences.

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

#### Check for New Orders

Select how often you want Order Desk to look for and import new orders from Amazon Direct Fulfillment.

#### Download These Orders

Select the types of orders you want Order Desk to import from Amazon Direct Fulfillment.

#### Folder for New Orders

Select the folder where newly imported orders from Amazon Direct Fulfillment should be placed.

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

#### Sync Inventory

Enable this if you want Order Desk to sync your inventory counts to Amazon Direct Fulfillment.

#### Warehouse ID

Set your store’s Warehouse ID here for inventory syncing.

#### Vendor ID

Set your store’s Vendor ID here for inventory syncing.

#### First Import Date

Any orders placed before the date set here will not be imported into Order Desk.

#### Automatically Acknowledge Order and Download Shipping Labels

Enable this to automatically accept orders in Order Desk and download their shipping labels.

#### Check for Order Cancellations

Enable this to have Order Desk listen for order cancellation events in Amazon.

#### Import Amazon Label Only Orders

Enable this to have Order Desk import orders from Amazon label only vendors.

### Manual Imports

#### Manually Import Orders

You can manually import orders from Amazon Direct Fulfillment at any time. You can import orders by **Date** if you need to bring in multiple orders, or by a specific **Order ID** if you only need to import one order.

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

> **Tip: Importing Orders by Date**

> If Amazon Direct Fulfillment has a large number of orders in the selected date range, you may need to click the **Import** button a few times to bring them all in.


---

# 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/fulfillment-services/amazon-direct-fulfillment.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.
