> ## Documentation Index
> Fetch the complete documentation index at: https://developer.fabric.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropship Integrations Overview

fabric Dropship supports integrating with product and order management systems, such as BigCommerce and Shopify. Integrations are used to pull and sync data for Dropship. After an integration is connected, you can configure webhooks, settings, and how you want data, such as product variants or orders to sync with Dropship.

## Prerequisites

| Integration     | Required Information                                                                                                                |
| :-------------- | :---------------------------------------------------------------------------------------------------------------------------------- |
| **fabric**      | <ul> - **Administrator** privileges in fabric </ul> <ul> - A tenant enabled with fabric Product Catalog or Orders & Inventory </ul> |
| **fabric APIs** | <ul> - API Client ID </ul> <ul> - Client Secret </ul>                                                                               |
| **Shopify**     | <ul> - Shopify Store URL </ul> <ul> - Shopify API key </ul>                                                                         |
| **BigCommerce** | <ul> - Store Identifier </ul> <ul> - Store Token </ul>                                                                              |

## Supported Integrations

<CardGroup cols={2}>
  <Card title="fabric Integration" icon="file-check" href="/v3/dropship/dropship-retailers/integrations/fabric-integration">
    The fabric Dropship integration seamlessly integrates with fabric Catalog and fabric Orders.
  </Card>

  <Card title="Shopify Integration" icon="shopify" href="/v3/dropship/dropship-retailers/integrations/shopify-integration">
    Integrate your fabric Dropship account with your Shopify account.
  </Card>

  <Card title="API Integrations" icon="webhook" href="/v3/dropship/dropship-retailers/integrations/api-integration">
    Add webhooks and utilize an extensive list of Dropship API Endpoints.
  </Card>

  <Card title="BigCommerce Integration" icon="bags-shopping" href="/v3/dropship/dropship-retailers/integrations/bigcommerce-integration-1">
    Integrate your fabric Dropship account with your BigCommerce account.
  </Card>
</CardGroup>
