feat(subscriptions): migrate subscription management to merchant level and seed tiers

Move subscription create/edit from store detail (broken endpoint) to merchant
detail page with proper modal UI. Seed 4 subscription tiers (Essential,
Professional, Business, Enterprise) in init_production.py. Also includes
cross-module dependency declarations, store domain platform_id migration,
platform context middleware, CMS route fixes, and migration backups.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 21:04:04 +01:00
parent 7feacd5af8
commit 68493dc6cb
97 changed files with 13286 additions and 77 deletions

View File

@@ -56,7 +56,7 @@ marketplace_module = ModuleDefinition(
"and catalog synchronization."
),
version="1.0.0",
requires=["inventory"], # Depends on inventory module
requires=["inventory", "catalog", "orders"], # Depends on inventory, catalog, and orders modules
features=[
"letzshop_sync", # Sync products with Letzshop
"marketplace_import", # Import products from marketplace