Mediloop
DocsAPIsSupplier APICatalog Import
Supplier API

Catalog Import

Import your product catalog securely using our bulk import endpoints. We support multiple ways to load your catalog based on your integration capabilities.

Choose how to integrate

API Integration

Use REST APIs for real-time catalog synchronization and incremental updates.

Bulk Import (CSV / Excel)

Upload CSV or Excel files for initial loads or large catalog updates.

ERP / PIM Integration

Connect ERP, PIM or other systems to synchronize automatically.

Supported formats

CSV (Comma Separated Values)

Recommended for most catalogs.

Excel (XLSX)

Supported with the same template.

Download the catalog template

File requirements

Import limits

  • • Max file size: 50 MB
  • • Max records per file: 100,000
  • • Max concurrent imports: 5
  • • Daily import limit: 20 files

How it works

1

Prepare your file

2

Upload your file

3

Processing

4

Review results

5

Catalog updated

Quick example

cURLJavaScript (fetch)PythonGo
curl -X POST "https://sandbox.api.mediloop.com/v1/catalog/imports" \
  -H "Authorization: Bearer $MEDILOOP_API_KEY" \
  -F "file=@catalog.csv" \
  -F "format=csv"

The import process is asynchronous. Use the Import Status API to track progress.

Next steps

After your initial catalog is loaded, configure Catalog API & Synchronization for incremental updates and then prepare eligible products for Marketplace Publishing.