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

# Alba Trees Integration

Order Desk can connect to [Alba Trees](http://www.albatrees.co.uk/) and send your orders to them for fulfillment. As they ship your orders, tracking details will be sent back into Order desk and back through to the original shopping cart.

This guide explains how to set up and use the Alba Trees integration in Order Desk.

### Setup

To connect the Alba Trees integration, click on the **Manage Integrations** link in the left sidebar and under the **Fulfillment** tab find and enable Alba Trees.

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

Alternatively, search for Alba Trees from the available integration search.

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

Once enabled, enter your Alba Trees credentials and click to connect.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2Feq5z8pU26v7kytjMKzWc%2Flegacy-a9953439c1fd1034a2cd.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 Alba Trees.

### Integration Settings

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

After you have connected the integration, you can apply your preferences in the settings.

#### Mode

Select Test when sending test orders through to Alba Trees. When ready to send live orders, switch this to Live.

If you need to use new credentials for a live connection, you can disconnect the integration by clicking the **Disconnect** button at the bottom of the integration settings and reconnect with your updated credentials.

#### After Import, Move To

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

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 Alba Trees sends shipment details back to Order Desk.

#### Automatically Check For Shipments

Select this option if you want Order Desk to check for shipments from Alba Trees. If they have sent details back, they will be added to the orders here in Order Desk.

#### Automatically Send Imported Orders To Alba Trees

If selected, every order that is added to Order Desk will automatically be sent to Alba Trees.

Select this setting only if all orders will be sent to Alba Trees. If any orders will not be sent, or if you need a delay between when an order is imported into Order Desk and when it is sent do *not* select this.

#### Product Settings

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

For more information on what these product settings in the Alba Trees integration are for and how to use them, read the [Fulfillment Integration Product Settings](/integration-setup-guides/fulfillment-services/fulfillment-integration-product-settings.md) guide.

### Custom Instructions

To customize the details or instructions that are sent to Alba Trees for a particular order, you can set the following checkout data fields on the order:

| Field Name            | Field Description                        |
| --------------------- | ---------------------------------------- |
| PreferredDeliveryDate | Set the preferred date of delivery here. |


---

# 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/alba-trees-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.
