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

# Introduction

> Available integration for the ONELOX system

## Integration types

ONELOX supports two types of integration: a Data Source and a Fulfiller.

### Data Sources

A Data Source is a system that provides Product and Delivery Note data to ONELOX.\
In return, ONELOX transfers Shipment and Tracking data as well as Inventory data.

Think of a Data Source as the heart of your ONELOX client: without it, there is nothing ONELOX can interact with!

### Fulfillers

A Fulfiller is a system that provides Shipment and Inventory data to ONELOX.\
In return, ONELOX transfers Product and Delivery Note data.

## Synchronization

ONELOX uses interval based synchronization mechanisms to transfer data between systems.

### Data sources

| Resource type      | Minimum interval (minutes) | Maximum interval (minutes) |
| ------------------ | -------------------------- | -------------------------- |
| Delivery Notes     | 5                          | 1440 (24 hours)            |
| Products           | 5                          | 1440 (24 hours             |
| Shipments/Tracking | 5                          | 1440 (24 hours)            |
| Inventory          | 60                         | 10080 (1 week)             |

### Fulfillers

| Resource type      | Minimum interval (minutes) | Maximum interval (minutes) |
| ------------------ | -------------------------- | -------------------------- |
| Delivery Notes     | 5                          | 1440 (24 hours)            |
| Products           | 5                          | 1440 (24 hours             |
| Shipments/Tracking | 5                          | 1440 (24 hours)            |
| Inventory          | 60                         | 10080 (1 week)             |

## FAQ

**Q:** I have multiple source systems, like a Shop and an ERP system, that I have to integrate with my single fulfiller. Can ONELOX do that for me?

> Yes! This is one of the main purposes of ONELOX. Many Data Source integrations may share a common Fulfiller's warehouse
> that is then used by ONELOX to transfer data.
