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

# Capacity Integration

### Setup

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

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

Alternatively, search for Capacity from the available integration search.

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

Once enabled, enter your Capacity credentials and click to connect.

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

### Integration Settings

After you have connected the integration, you can apply any necessary details or preferences to the settings.

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

#### After Import, Move To

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

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

#### If Canceled, Move To

Select the folder you want orders to be moved into if they are canceled at Capacity.

#### Check for Shipments

Choose the time interval for how often you want Order Desk to check for new shipments in Capacity.

#### Product Settings

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

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

### Order Level Details

The following fields can be added as checkout data or order metadata to be passed through to Capacity on an order by order basis:

| Field Name               | Field Description                                   |
| ------------------------ | --------------------------------------------------- |
| capacity\_delivery\_date | Use to set the latest delivery date for your order. |
| delivery\_notes          | Use to pass shipping comments.                      |

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.

### Item Level Details

The following can be set as item metadata or variations on the items in your orders.

| Field Name    | Field Description                                                                     |
| ------------- | ------------------------------------------------------------------------------------- |
| capacity\_sku | Use to set the Product ID. If no value is set, the Item Code will be used as default. |

If you are unfamiliar with how to add item metadata or variations to your items in Order Desk, see the [How to Work with Inventory Details](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md#store-extra-item-details-in-order-desk) 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/capacity-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.
