Skip to main content

Cdiscount Integration

Cdiscount is a French marketplace. Logidav imports Cdiscount orders and manages catalog listings, stock levels, and pricing through the integration.

Components

ComponentRole
Lengow / direct APIConnector for order and catalog management
Import commandsScheduled cronjobs for order retrieval

Data Flow

Order Import

  1. Cdiscount orders are retrieved through the connector or direct API
  2. A scheduled import command polls for new orders
  3. Orders are normalized into the Logidav data model
  4. 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

ScenarioBehavior
Duplicate orderSkipped based on Cdiscount order ID
API rate limitRetry with backoff
Invalid product dataLogged and skipped
Order import failureRetried 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. :::