Refactoring code for modular approach

This commit is contained in:
2025-09-11 22:18:31 +02:00
parent 6507b74191
commit 12e0d64484
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ async def import_products_from_marketplace(
status="pending",
marketplace=request.marketplace,
shop_code=request.shop_code,
shop_id=import_job.shop_id,
shop_name=import_job.shop_name,
message=f"Marketplace import started from {request.marketplace}. Check status with "
f"/marketplace-import-status/{import_job.id}"
)