> 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/print-on-demand/air-waves-integration.md).

# Air Waves Integration

Order Desk can import orders from your shopping cart(s), sync in your print details and then automatically send them to [Air Waves](https://airwavesinc.com/) for fulfillment. When orders are shipped, the tracking details will be sent back to Order Desk and back to your shopping cart.

This guide explains how to set up and use the Air Waves integration.

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Print on Demand** tab, find and enable the Air Waves integration.

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

Alternatively, search for Air Waves from the available integration search.

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

Enter your Air Waves credentials and click to connect.

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

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

### Integration Settings

Once connected, you’ll have some shipment and integration settings to adjust per your preferences.

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

#### After Import, Move To

Select the folder you want orders to be moved into after they are successfully sent to Air Waves.

You can use one of the default folders already in your store or create your own. Read the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide for more information.

#### After Shipment, Move To

Select the folder you want orders to be moved into as Air Waves sends shipment details back.

#### Shipment Webhook URL

Give this webhook URL to your Air Waves sales rep. This URL is necessary for Air Waves to be able to send shipment notifications back into your orders in Order Desk.

#### Default Return Address

Set your default return address for Air Waves to use on your order shipments.

If you need to customize the return address for certain orders, you can save different return addresses to your Store Settings and use a rule to set the return address on specific orders. If a return address is not added to the order, the default address set here in the Air Waves settings will be used.

For information on adding additional return addresses and applying them to specific orders with a rule, read the [Store Settings](/guided-walkthroughs/using-order-desk/manage-store-settings.md#return-addresses) guide.

#### Product Settings

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

For more information on what these product settings within the Air Waves integration are for, please refer to the [Print on Demand Product Settings](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-integration-product-settings.md) guide.

### Sending Orders to Air Waves

Getting your orders ready to send to Air Waves will take some set up time. For a detailed walkthrough of how to use Order Desk with your Print on Demand orders, please read through our [Print on Demand Fulfillment](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md) guide.

#### Preparing Your Items

The following fields can be set as variations or item metadata for each order item.

Replace the “x” with a value specified in the table, i.e. print\_url\_1 or print\_url\_2.

| Field Name         | Value                                                                                                                              |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| print\_sku         | Use the garment code provided to you by Air Waves as the print\_sku value.                                                         |
| print\_url\_x      | Values 1-5 are accepted. If you are only sending one printable artwork file to Air Waves, you can use print\_url or print\_url\_1. |
| print\_location\_x | Values 1-5 are accepted. Add the value that relates to your artwork placement. Default is 1 for Front.                             |
| print\_preview\_x  | Values 1-5 are accepted. This is a required field.                                                                                 |


---

# 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/print-on-demand/air-waves-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.
