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

# Deliverect

> Connect Deliverect to storekit to publish menus, send orders, synchronise availability, and manage delivery and dine-in order updates.

The Deliverect integration connects your storekit store to a Deliverect channel. Deliverect publishes menu changes to storekit, while storekit sends customer orders to Deliverect and receives order, courier and availability updates.

This section covers the connection, menu sync, orders, availability and dine-in behaviour. Start with [Connecting Deliverect](/docs/guides/integrations/pos/deliverect/connect).

<CardGroup cols={2}>
  <Card title="Connecting Deliverect" icon="plug" href="/docs/guides/integrations/pos/deliverect/connect">
    See how storekit and Deliverect set up the channel connection
  </Card>

  <Card title="Menu Sync" icon="utensils" href="/docs/guides/integrations/pos/deliverect/menu-sync">
    Publish a Deliverect menu and understand what storekit imports
  </Card>

  <Card title="Orders" icon="receipt" href="/docs/guides/integrations/pos/deliverect/orders">
    See how orders, statuses, payments and delivery updates flow
  </Card>

  <Card title="Stock & Availability" icon="boxes-stacked" href="/docs/guides/integrations/pos/deliverect/stock-and-availability">
    Manage snoozes and availability for a Deliverect menu
  </Card>

  <Card title="Dine-in" icon="chair" href="/docs/guides/integrations/pos/deliverect/dine-in">
    Send table and diner information with in-store orders
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/docs/guides/integrations/pos/deliverect/troubleshooting">
    Resolve connection, menu, availability and order issues
  </Card>
</CardGroup>

## How It Fits

Deliverect is the source of truth for a connected menu. Publish your menu in Deliverect and it sends a webhook to storekit, which processes the update asynchronously. The imported menu includes products, prices, modifiers, translations, dietary information and availability.

When a customer places an order, storekit queues it and sends it to Deliverect unless **Menu Sync Only** is enabled. Deliverect sends status and preparation-time updates back to storekit. Delivery and courier callbacks update the order in storekit as the delivery progresses.

The connection is managed by storekit together with Deliverect. There is no self-serve connection button in the storekit dashboard. Deliverect sends a channel-status callback after the connection is set up, and that callback assigns the channel link ID to the store.

<Note>
  Deliverect does not provide a stock-level sync or floor-plan sync in this integration. For availability, use Deliverect snoozes or the storekit availability controls described in [Stock & Availability](/docs/guides/integrations/pos/deliverect/stock-and-availability).
</Note>

## Order Flow

```
Customer places an order on storekit
        ↓
storekit queues the order (immediately, or buffers a pre-order)
        ↓
storekit sends the order to Deliverect
        ↓
Deliverect sends status and preparation-time updates
        ↓
storekit updates the order and customer notifications
```

For the full order payload, status codes and delivery callbacks, see [Orders](/docs/guides/integrations/pos/deliverect/orders).

## Related Guides

<CardGroup cols={2}>
  <Card title="POS Menu Sync" icon="rotate" href="/docs/guides/menu/pos-menu-sync">
    See the general menu-sync workflow for POS-connected stores
  </Card>

  <Card title="Nested Modifiers" icon="layer-group" href="/docs/guides/menu/nested-modifiers">
    Configure modifiers nested one level deep
  </Card>
</CardGroup>


## Related topics

- [Connecting Deliverect](/docs/guides/integrations/pos/deliverect/connect.md)
- [Deliverect Troubleshooting](/docs/guides/integrations/pos/deliverect/troubleshooting.md)
- [Deliverect Orders](/docs/guides/integrations/pos/deliverect/orders.md)
- [Deliverect Menu Sync](/docs/guides/integrations/pos/deliverect/menu-sync.md)
- [Deliverect Stock & Availability](/docs/guides/integrations/pos/deliverect/stock-and-availability.md)
