{# app/templates/admin/marketplace.html #} {% extends "admin/base.html" %} {% block title %}Marketplace Import{% endblock %} {% block alpine_data %}adminMarketplace(){% endblock %} {% block content %}

Marketplace Import

Import products from Letzshop marketplace for any vendor (self-service)

Error

Start New Import

Select the vendor to import products for

Enter the URL of the Letzshop CSV feed

Select the language of the CSV feed

Number of products to process per batch (100-5000)

This vendor has no Letzshop CSV URLs configured

Loading import jobs...

You haven't triggered any imports yet

Start a new import using the form above

Job ID Vendor Marketplace Status Progress Started Duration Actions
{# noqa: FE-001 - Custom pagination with page/limit/totalJobs variables #}
Showing to of jobs

Import Job Details

Job ID

Vendor

Marketplace

Status

Source URL

Imported

Updated

Errors

Total Processed

Started At

Completed At

Error Details


                
{% endblock %} {% block extra_scripts %} {% endblock %}