> 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/sales-channels/fabric-integration.md).

# fabric Integration

Order Desk can connect to your [fabric](https://fabric.inc/) account, formerly known as RevCascade, and automatically download orders, then send shipment details back as orders are fulfilled.

### Setup

In Order Desk, click **Manage Integrations** under the Integrations menu in the left sidebar. Under the **Shopping Carts** tab, find and enable fabric.

![](/files/Uq8wpPWlgVZI4rjLBwU9)

Alternatively, search for *fabric* from the available integration search.

![](/files/6OGW1OG5x9EyHq5YBVkW)

Once enabled, enter your fabric credentials and connect the integration.

![](/files/QalErE7RabjIxmXN5Va7)

> Order Desk isn’t able to help find or reset your fabric credentials, as they can only be provided by the fabric team.

### Integration Settings

<figure><img src="/files/9Pu96If2z2aKepPm3nHX" alt=""><figcaption></figcaption></figure>

#### Check for New Orders

Select how often you want Order Desk to look for and download new orders from fabric.

#### Download These Orders

Choose the status of the orders you want downloaded from fabric into Order Desk.

#### Order Source ID

Choose the Fabric identifier to use as the Order ID in Order Desk.

#### Auto Acknowledge

Enable this setting to have Order Desk automatically acknowledge orders in fabric when they are imported into Order Desk.

#### Sync Tracking Numbers

Enable this if you want Order Desk to send shipment details back to fabric as they are posted to orders in Order Desk.

#### Sync Inventory

If you want Order Desk to sync your inventory availability back to fabric, enable the **Sync Inventory** setting. As inventory counts are updated in Order Desk, those numbers will be passed back to fabric.

#### First Import Date

Set this as the first import date for your orders. Orders before this date will not be imported. You can use a date like `YYYY-MM-DD` or a variable date like `-2weeks`.

#### Manually Import Orders

You can manually import orders from fabric at any time. You can import orders by **Date** if you need to bring in multiple orders, or by a specific **Order ID** if you only need to import one order.

![](/files/09LS1EFFyCYvnOr2m5ed)

> **Tip: Importing Orders by Date**
>
> If fabric has a large number of orders in the selected date range, you may need to click the **Import** button a few times to bring them all in.


---

# 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/sales-channels/fabric-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.
