CSV Import

Quick Order supports bulk entry by CSV upload or paste. Accepted file formats are .csv and .txt.

You can also export the current quick-order rows to a CSV file from the page toolbar.

Required Columns

  • sku
  • qty

Optional Columns

  • options (for configurable products)
  • bundle_options (for bundle products)

Import Modes

  • Add: keeps existing rows and merges duplicate SKU/option lines by increasing quantity
  • Overwrite: replaces matching existing rows with imported rows

CSV Parsing Notes

  • The configured CSV delimiter must match your file.
  • Header-based import is supported (sku, qty, optional fields).
  • Headerless files can also be parsed in the standard positional format.

In the standard Quick Order UI workflow, import shows a preview before rows are applied.

Found an issue with this documentation? Let us know