Bulk List Products

Upload a CSV to list several products at once. Bulk-uploaded products come in as drafts — they won't appear on the storefront or your dashboard until they've been reviewed and activated. If you're only adding one product, the List a Product form goes live immediately instead.

CSV columns (first row must be a header row with these names):

title required
cost_price required — what you're paid per unit
sell_price required — customer-facing price
quantity required — whole number
description optional
sku optional
image_url optional — one or more image URLs, separated by commas (e.g. https://example.com/a.jpg,https://example.com/b.jpg). If you're editing the CSV in Excel or Google Sheets, just type both URLs into the one cell separated by a comma — the spreadsheet handles the quoting for you automatically. If you're writing the CSV by hand in a plain text editor, wrap that whole cell in double quotes since it contains a comma, e.g. "https://example.com/a.jpg,https://example.com/b.jpg".

Up to 30 rows per file. Larger catalogs should be split into multiple uploads.