> 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/tools-and-productivity/amazon-web-services-integration.md).

# Amazon Web Services Integration

Order Desk can hook up to Amazon Web Services and send your order details to an SQS Queue for processing by an outside service.

### Setup

In Order Desk, click on **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Productivity** tab, find and enable Amazon Web Services.

![](/files/02Elv04nhZXYrF7DZkbU)

Alternatively, search for Amazon Web Services from the available integrations search.

![](/files/asBbzF8SoZodeDzADSKc)

To set up, please enter a valid AWS Access Key ID and Secret Key. Once you’ve entered these details, you’ll be able to select the region from which to select your Queues.

![](/files/nE6tWSmQPHZlUOaLzw5C)

Please note that Order Desk isn’t able to help find or reset your credentials, as they can only be provided to you by Amazon.

### Automating Submission

Create an Order Desk rule and select “Send Order to Amazon SQS” as the action. You’ll then be able to select the queue to which the order details should be delivered. You can also select “Send Order Items to Amazon SQS” in which case we’ll send one queue for each order item in the order.

### What Gets Submitted

The Message Body will be the order or order item JSON. We will also attach metadata for the store\_id, order\_id, and order\_item\_id so that you can accurately determine from which store the order details were sent.


---

# 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/tools-and-productivity/amazon-web-services-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.
