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

# Cin7 Omni Reading Scope

> The implemented sales and purchase mapping foundation and its current boundaries.

The current Cin7 Omni foundation maps inbound sales and purchase orders into Owlery. Production availability and authentication are confirmed during implementation.

## Implemented mappings

| Cin7 Omni record | Current Owlery mapping                                                       |
| ---------------- | ---------------------------------------------------------------------------- |
| Sales Order      | Customer shipment with delivery stop, contact, status, notes, and line items |
| Purchase Order   | Supplier shipment with pickup stop, contact, status, notes, and line items   |

Mapped data can include the Cin7 Omni order ID, created and modified timestamps, source status, delivery instructions, customer or supplier details, billing address, item name, line comments, expected and shipped quantity, unit price, and barcode.

The mapping recognizes `Draft`, `Submitted`, `Confirmed`, `Cancelled`, and `Closed`. Other source values require review before rollout.

## Synchronization design

The connector foundation is designed to:

* Retrieve sales and purchase orders changed since the prior successful synchronization
* Request paginated order lists
* Pace requests against minute and daily API allowances
* Resolve missing city, state, or country values from a postal code when possible
* Preserve source IDs and modification timestamps

## Current boundaries

The current standard scope does not include:

* Completed self-service authentication and token handling
* Item-master synchronization
* Stock transfers
* General custom-field mapping
* Shipment, fulfillment, receipt, or status write-back

Owlery identifies any additional work explicitly during solution design. The page describes implemented mapping foundations, not a generally available production connection.
