- Document MarketplaceImportError model for detailed error tracking - Add error viewer modal with row data and pagination documentation - Update version history with v1.1 changes - Document language parameter propagation and ordering fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
809 lines
19 KiB
Markdown
809 lines
19 KiB
Markdown
# Marketplace Integration Guide
|
||
|
||
Complete guide for importing products from Letzshop marketplace into the platform.
|
||
|
||
## Table of Contents
|
||
|
||
- [Overview](#overview)
|
||
- [Architecture](#architecture)
|
||
- [Vendor Import Interface](#vendor-import-interface)
|
||
- [Admin Import Interfaces](#admin-import-interfaces)
|
||
- [Backend APIs](#backend-apis)
|
||
- [Import Process Flow](#import-process-flow)
|
||
- [Configuration](#configuration)
|
||
- [Troubleshooting](#troubleshooting)
|
||
|
||
---
|
||
|
||
## Overview
|
||
|
||
The Letzshop Product Import platform provides a complete marketplace integration system for importing products from Letzshop CSV feeds. The system supports:
|
||
|
||
- **Multi-language imports** (French, English, German)
|
||
- **Background processing** with status tracking
|
||
- **Batch processing** for large CSV files
|
||
- **Google Shopping Feed format** support
|
||
- **Real-time monitoring** and error reporting
|
||
- **Role-based access control** (Vendors, Admins)
|
||
|
||
---
|
||
|
||
## Architecture
|
||
|
||
### System Components
|
||
|
||
```
|
||
|