M MisjaSucho Helper

Product import

Import products from any shop system — JSON, XML or CSV, pasted or fetched from a URL. Map fields by drag-and-drop, preview, then create as drafts or schedule a recurring job.

Source

Automation

Save this source + mapping as a recurring job that runs on a schedule.

Jobs run from the worker's daily cron. Build & check your mapping with Preview first, then save.

Scheduled import jobs

No scheduled jobs yet. Preview a URL feed, then "Save as scheduled job".

Recent imports

No imports yet.

Supported formats

  • JSON — array or { products|items|data|offers: [...] }; Shopify /products.json imported natively.
  • XML — any feed; largest repeated element auto-detected, g:-namespaced fields recognised.
  • CSV — header row + rows; delimiter auto-sniffed or forced.
CSV example
Name;Price;Old price;SKU;EAN;Brand;Image
TENA Slip Plus L;89,90;99,90;TENA-L;7322541041193;TENA;https://…/l.jpg
XML example
<offers>
  <offer>
    <name>TENA Slip Plus L</name>
    <price>89.90</price>
    <barcode>7322541041193</barcode>
    <picture>https://…/l.jpg</picture>
  </offer>
</offers>