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
| Component | Role |
|---|---|
| ShoppingFeed connector | Middleware for order import and catalog sync |
| Lengow connector | Alternative middleware for catalog and order management |
| Import commands | Scheduled cronjobs for order retrieval |
Data Flow
Order Import
- Amazon orders flow into ShoppingFeed or Lengow
- A scheduled import command polls the connector for new orders
- Orders are normalized into the Logidav
Sale+SaleProductmodel - 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
| Scenario | Behavior |
|---|---|
| Duplicate order | Skipped based on Amazon order ID |
| Connector downtime | Retry on next scheduled run |
| Stock sync failure | Alert raised; manual push available |
| Listing rejected by Amazon | Error logged; product flagged for review |