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

# James and James Integration

Order Desk can connect to [James and James](https://www.ecommercefulfilment.com/) 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.

### Setup

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

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

Alternatively, search for James and James from the available integration search.

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

On the setup page, add your James and James API key to connect.

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

### Integration Settings

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

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

#### Default Mail Class

Select the default mail class you want James and James to use. The shipping method you select will be used for all orders where the method on the order does not match any of James and James’ shipping method names.

If you need to apply specific methods for certain orders, match your method names to James and James’ names in the [Shipping Class Match section](#shipping-class-match) below.

#### After Import, Move To

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

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

#### Automatically Send Imported orders to James and James

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

Select this setting only if all orders will be sent to James and James. 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 and use the [Rule Builder](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) instead.

#### Product Settings

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

For more information on what these product settings in the James and James 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.

#### Shipping Class Match

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

If the shipping methods you set up in your shopping cart(s) don’t match the shipping method names James and James uses, they won’t know what methods you intend for them to use. When this happens, the [default mail class applied above](#integration-settings) will be used instead for all of your orders.

To tell James and James what methods you want them to use, you will need to match your method names to theirs. This can be done in the shipping class match section. For detailed instructions on setting this up, please read through the [shipping class match](/guided-walkthroughs/shipping-fulfillment-and-returns/how-to-set-up-shipping-class-matches.md) guide.

#### Custom Order Details

To customize the details or instructions that are sent to James and James for a particular order, you can set the following fields as checkout data or order metadata:

| Field Name  | Field Description                                                     |
| ----------- | --------------------------------------------------------------------- |
| signed\_for | Default is false. Set on an order-by-order basis, as needed, to true. |

If you are unfamiliar with checkout data, see the [How to Work with Checkout Data](/guided-walkthroughs/orders-and-folders/how-to-work-with-checkout-data.md) guide.


---

# 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/james-and-james-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.
