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):
titlerequired cost_pricerequired — what you're paid per unit sell_pricerequired — customer-facing price quantityrequired — whole number descriptionoptional skuoptional image_urloptional — 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.
Choosing a selection results in a full page refresh.