Skip to main content

Amazon Integration

Amazon is a major marketplace channel. Logidav imports Amazon orders and synchronizes catalog data, stock levels, and prices back to Amazon through ShoppingFeed and Lengow connectors.

Components

ComponentRole
ShoppingFeed connectorMiddleware for order import and catalog sync
Lengow connectorAlternative middleware for catalog and order management
Import commandsScheduled cronjobs for order retrieval

Data Flow

Order Import

  1. Amazon orders flow into ShoppingFeed or Lengow
  2. A scheduled import command polls the connector for new orders
  3. Orders are normalized into the Logidav Sale + SaleProduct model
  4. Duplicate orders are detected by Amazon order ID and skipped

Catalog Synchronization

  • Product listings: product titles, descriptions, images, and attributes are pushed to Amazon through the connector
  • Stock updates: current inventory levels are synchronized to prevent overselling
  • Price updates: pricing changes in Logidav are reflected on Amazon listings

:::tip Connector choice ShoppingFeed and Lengow both support Amazon. The choice of connector depends on the specific account configuration and which additional marketplaces are managed through the same connector. :::

Error Handling

ScenarioBehavior
Duplicate orderSkipped based on Amazon order ID
Connector downtimeRetry on next scheduled run
Stock sync failureAlert raised; manual push available
Listing rejected by AmazonError logged; product flagged for review