Cdiscount Integration
Cdiscount is a French marketplace. Logidav imports Cdiscount orders and manages catalog listings, stock levels, and pricing through the integration.
Components
| Component | Role |
|---|---|
| Lengow / direct API | Connector for order and catalog management |
| Import commands | Scheduled cronjobs for order retrieval |
Data Flow
Order Import
- Cdiscount orders are retrieved through the connector or direct API
- A scheduled import command polls for new orders
- Orders are normalized into the Logidav data model
- Duplicate detection is based on the Cdiscount order ID
Catalog Management
- Product listings: product data is pushed to Cdiscount for listing
- Stock updates: inventory levels are synchronized on a schedule
- Price updates: pricing changes are reflected on Cdiscount listings
Error Handling
| Scenario | Behavior |
|---|---|
| Duplicate order | Skipped based on Cdiscount order ID |
| API rate limit | Retry with backoff |
| Invalid product data | Logged and skipped |
| Order import failure | Retried on next scheduled run |
:::info Cdiscount-specific requirements Cdiscount has specific product data requirements (EAN codes, category mapping, etc.) that differ from other marketplaces. Ensure product data meets Cdiscount validation rules before pushing catalog updates. :::