Skip to main content
Molin natively supports the Prefixbox JSON feed format. If you already have a Prefixbox JSON product feed, you can connect it directly to Molin without any changes.
Prefixbox supports JSON, XML, and CSV feed formats. Molin currently supports the JSON format only. If you use XML or CSV, please contact us — we can add support for your format.

Feed format

Molin accepts both the standard Prefixbox format (camelCase keys) and the PascalCase variant used by some implementations. Keys are normalized automatically.

Example

A flat array format (without the Products wrapper) is also supported:

Supported fields

Real-time product updates

In addition to the feed, Molin offers a Prefixbox-compatible Product Data API for pushing real-time updates (price changes, stock changes, etc.) without waiting for the next feed sync. See Migrating from Prefixbox for details on how to set this up.

Authentication

Read our general product feeds guidance for authentication options and troubleshooting.