ManoMano Integration
ManoMano is a marketplace focused on home improvement and DIY products. Logidav imports ManoMano orders and synchronizes catalog and stock data.
Components
| Component | Role |
|---|---|
| Lengow / direct API | Connector for order and catalog management |
| Import commands | Scheduled cronjobs for order retrieval |
Data Flow
Order Import
- ManoMano orders are retrieved through the connector
- A scheduled import command polls for new orders
- Orders are normalized into the Logidav
Sale+SaleProductmodel - Duplicates are detected by ManoMano order ID
Catalog Synchronization
- Product listings: product information is pushed to ManoMano
- Stock updates: inventory levels are synchronized to prevent overselling
- Price updates: pricing changes are reflected on ManoMano listings
:::tip Category mapping ManoMano uses its own category taxonomy for home improvement products. Ensure Logidav product categories are correctly mapped to ManoMano categories for optimal listing visibility. :::
Error Handling
| Scenario | Behavior |
|---|---|
| Duplicate order | Skipped based on ManoMano order ID |
| Connector downtime | Retry on next scheduled run |
| Category mapping failure | Product flagged; manual mapping required |
| Stock sync delay | Next cycle corrects the data |