> 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/aftership-integration.md).

# AfterShip Integration

With [AfterShip](https://www.aftership.com/), your customers can be kept up to date on the progress of their orders from the time they are dispatched all the way up to the time that they are delivered.

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

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the AfterShip integration.

![](/files/i47ybeFaV8IIp8QBJ1Ne)

Alternatively, search for Aftership from the available integration search.

![](/files/bm60gBd8N2QAWs0oskqi)

Enter your AfterShip API Key then click to connect.

![](/files/pHW5SH2o0fkhyzJIt9h4)

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

### Integration Settings

![](/files/34lZHI93d7uDogxsCETs)

#### Automatically Send Shipments to AfterShip

Select this setting to send all shipments to AfterShip as they are added to your orders in Order Desk.

#### Send Shipping Phone Numbers to AfterShip

Select this setting to send the shipping phone number to AfterShip to be used for SMS. International phone numbers will need to be properly formatted with the country code for this to work.

### Order Details

You can add custom details to your orders to be passed through to AfterShip. Add these details as checkout data or metadata fields. The field names must be an exact match to this table.

| Field Name       | Field Description                                                                   |
| ---------------- | ----------------------------------------------------------------------------------- |
| AfterShipSkip    | Use with a value of **1** to prevent order submission to AfterShip.                 |
| AfterShipOrderID | Sets the order number. If no order number is set, the Order Source ID will be used. |

For instructions on how to apply these fields to checkout data, please read the [How to Work with Checkout Data guide](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.md).


---

# 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/aftership-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.
