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
Products wrapper) is also supported:
Supported fields
| Field | Required | Description |
|---|---|---|
identifier | Yes | Unique product identifier |
displayText | Yes | Product title |
url | Yes | Product page URL |
price | Yes | Current price |
description | No | Product description |
oldPrice | No | Original price before discount |
imageUrl | No | Product image URL |
availability | No | Stock status (e.g. in stock, out of stock) |
category | No | Product category (use / as separator) |
brand | No | Product brand |
discount | No | Discount amount |
rating | No | Product rating (numeric) |
unitPrice | No | Price per unit |
attributes | No | Custom attributes object |