> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenflow.com.ar/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Connect ZenFlow with your favorite e-commerce platforms

# Integrations

ZenFlow provides native integrations with major e-commerce platforms in Latin America. These integrations allow you to automatically sync orders, products, and inventory between your online stores and ZenFlow.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Mercado Libre" icon="store" href="/en/integrations/mercadolibre">
    The largest e-commerce platform in Latin America. Includes MercadoShops.
  </Card>

  <Card title="Tiendanube" icon="cloud" href="/en/integrations/tiendanube">
    Leading e-commerce platform for SMBs. Connect your store in minutes.
  </Card>

  <Card title="Shopify" icon="shopify" href="/en/integrations/shopify">
    Global e-commerce platform. Import orders and sync inventory.
  </Card>

  <Card title="WooCommerce" icon="wordpress" href="/en/integrations/woocommerce">
    WordPress e-commerce. Support for simple and variable products.
  </Card>

  <Card title="VTEX" icon="v" href="/en/integrations/vtex">
    Enterprise e-commerce. OMS and multi-warehouse support.
  </Card>
</CardGroup>

## Coming Soon

<CardGroup cols={2}>
  <Card title="PrestaShop" icon="cart-shopping">
    Open source e-commerce
  </Card>

  <Card title="Empretienda" icon="store">
    Argentine platform
  </Card>
</CardGroup>

## How Integrations Work

### 1. Connect Your Account

Link your e-commerce platform account to ZenFlow through OAuth or API credentials.

### 2. Configure Sync Settings

Choose what to sync:

* **Orders**: Automatically import new orders for fulfillment
* **Products**: Keep your catalog synchronized
* **Inventory**: Real-time stock level updates

### 3. Automatic Synchronization

Once connected, ZenFlow handles everything:

* New orders are imported automatically
* Order status updates are pushed back to the platform
* Inventory levels are kept in sync

## Integration Features

| Feature           | Mercado Libre | Tiendanube | Shopify | WooCommerce | VTEX |
| ----------------- | ------------- | ---------- | ------- | ----------- | ---- |
| Order Import      | Yes           | Yes        | Yes     | Yes         | Yes  |
| Order Status Sync | Yes           | Yes        | Yes     | Yes         | Yes  |
| Product Sync      | Yes           | Yes        | Yes     | Yes         | Yes  |
| Inventory Sync    | Yes           | Yes        | Yes     | Yes         | Yes  |
| Multi-account     | Yes           | Yes        | Yes     | Yes         | Yes  |
| Webhooks          | Yes           | Yes        | Yes     | Yes         | Yes  |

## Custom Integrations

Need to integrate with a platform not listed here? You can use our [API](/api-reference/overview) to build custom integrations:

* **Orders API**: Create and manage orders programmatically
* **Products API**: Sync your product catalog
* **Stock API**: Real-time inventory management
* **Webhooks**: Receive notifications for important events

<Card title="API Reference" icon="code" href="/api-reference/overview">
  Build custom integrations with our REST API
</Card>

## Need Help?

* Check platform-specific documentation for detailed setup guides
* Contact [support@zenflow.com](mailto:support@zenflow.com) for integration assistance
* Request new integrations through our feedback portal
