Skip to content

Mirakl Imports

This page is the read-only view of every import job the plugin runs against Mirakl: product imports, offer imports, and the operator’s processing result for each. Use it to answer “did that import finish?”, “how many rows succeeded?”, and “what exactly did the operator reject?”.

It’s the inbound counterpart of Product Exports — Product Exports tracks what the plugin sends to Mirakl, Mirakl Imports tracks what the operator processed (or is still processing) on their side.

From the Dashboard, open the Quick Start card and click the Imports tile. This opens the Mirakl Imports page.

Each row is one import job. Columns:

ColumnMeaning
Import IDThe operator-side import identifier.
ConnectionWhich Mirakl connection this import belongs to.
TypeProduct or Offer.
StatusOne of Pending, Running, Complete, Error.
Lines ReadHow many CSV rows the operator parsed.
SuccessHow many rows the operator accepted.
ErrorsHow many rows the operator rejected.
DateWhen the import was started.

Click a row to open the detail page — it lists every line in the import and the operator’s per-line response.

Each row has a Refresh Status action — clicking it pulls the latest status from Mirakl on demand, without waiting for the next scheduled poll. Use this whenever a row is still in Pending or Running and you want to know now whether it finished.

For rows in Error (or Complete with non-zero Errors), open the row’s detail page to see the operator’s per-line error report. Each errored row shows the exact reason.

For product imports, the typical causes are a missing required attribute or a category your products land in that the operator doesn’t accept. Fix it in Mapping → Attributes (or on the Shopware product itself) and re-trigger.

For offer imports, the typical cause is the underlying product hasn’t reached Exported status yet on the catalogue side — see Catalog.

  • Product Exports — outbound counterpart for the catalogue side
  • Catalog — manage which products are pushed
  • Offer sync — manage what gets sent in offer imports
  • Tasks — background task progress for the plugin side