Export products from the database into a Shopify-style CSV. The export respects your offset and limit, creates one row per variant when a product has variations, and keeps extra gallery images on additional rows for the same handle.
This export uses a smaller CSV format with only the fields below, while reusing the same shared field helpers for values like handle, title, option values, and SKU so Shopify matching stays consistent.
| Setting | Behavior |
|---|---|
| Offset | Skips the first N products from the database. Example: offset 10 starts from the 11th product. |
| Limit | Exports the next N products after the offset. Example: offset 10 and limit 90 exports products 11 through 100. |
| Export All Products | If this option is enabled, the export ignores offset and limit and downloads the full products table for the selected export type. |
| Variants | Products with stored variation rows are exported as one Shopify row per variant, reusing the same handle and title while filling variant-specific SKU, barcode, option values, stock, price, and variant image values. |
| Extra Images | The first exported row carries the first shared gallery image, and any remaining gallery images create extra rows for the same handle with only the repeated image fields populated. |
| Skip Products Without Images | If the checkbox is enabled, any product that has no image path at all will be excluded from the exported CSV. |