{# app/templates/vendor/marketplace.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/inputs.html' import number_stepper %} {% block title %}Marketplace Import{% endblock %} {% block alpine_data %}vendorMarketplace(){% endblock %} {% block extra_scripts %} {% endblock %} {% block content %}

Marketplace Import

Import products from Letzshop marketplace CSV feeds

Error

Start New Import

Enter the URL of the Letzshop CSV feed

Select the language of the CSV feed

{{ number_stepper(model='importForm.batch_size', min=100, max=5000, step=100, label='Batch Size') }}

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

Configure Letzshop CSV URLs in settings to use quick fill

Import History

Loading import jobs...

No import jobs yet

Start your first import using the form above

Job ID Marketplace Status Progress Started Duration Actions
Showing to of jobs

Import Job Details

Job ID

Marketplace

Status

Source URL

Imported

Updated

Errors

Total Processed

Started At

Completed At

Error Details


                
{% endblock %}