Appearance
Flows β
In OCP, every type of data exchangeβsuch as item synchronization, stock updates, or order exportsβis managed through a dedicated flow. A flow defines how data moves between systems using connectors and can be fully customized to meet specific requirements.
The following flow types are available:
- Item synchronization β imports items from a source system with optional enrichment steps.
- Customer synchronization β imports customers from a source system with optional enrichment steps.
- Price list synchronization β imports price lists from a source system with optional enrichment steps.
- Order export β exports orders to one or more external systems.
- Retrieve orders β retrieves orders on demand from current OCP data or a single external connector.
Execution logs β
Each flow execution is being logged based on the sampling rate defined. Every failed execution is logged regardless of the sampling rate.
| Flow type | Sampling rate |
|---|---|
| Item synchronization | 100% |
| Customer synchronization | 100% |
| Price list synchronization | 100% |
| Order export | 100% |
| Projected stock | 10% |
| Retrieve orders | 10% |