Files
orion/tests/integration/api/v1/admin
Samir Boulahtit d21cd366dc feat: add Letzshop CSV product export for admin and vendor
- Create letzshop_export_service.py with CSV generation logic
- Add admin endpoint: GET /api/v1/admin/vendors/{vendor}/export/letzshop
- Add vendor endpoint: GET /api/v1/vendor/letzshop/export
- Support language selection (en, fr, de) and include_inactive filter
- Generate Google Shopping compatible tab-delimited CSV format
- Add comprehensive integration tests for both endpoints

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-13 18:04:04 +01:00
..
2025-11-21 23:16:21 +01:00
2025-11-21 23:16:21 +01:00

Admin API Integration Tests

Documentation

For comprehensive testing documentation, see:

Test Structure Guide in MkDocs

Quick Start

# Run all admin tests
pytest tests/integration/api/v1/admin/ -v

Status

⚠️ Tests to be migrated from legacy test files.

See Test Structure Guide for migration details.