You can upload a CSV file to add products to your printing queue. This is useful when you have a product list from an external system or want to print labels for a specific set of items.
Go to from the left sidebar.
Click the button, then choose .
Select your CSV file from your computer.
The app automatically detects the format and matches the products.
The app auto-detects your CSV format. You can use any of these column layouts:
Your CSV has Shopify variant IDs. The app looks up each variant directly.
Both columns present. The app uses both to find the matching variant.
Either column present. The app uses whichever is available.
SKU,Barcode
ABC-001,4901234567890
ABC-002,4901234567891
DEF-001,
- The first row should be column headers.
- The app auto-detects which columns are present — you don't need exact header names.
- Products that can't be found by the given SKU or barcode will be skipped.
- There is a maximum number of rows per upload. For very large lists, split into smaller files.
- CSV upload only adds products to the printing queue. It does create or modify products in your Shopify store.
- Check that the values in your CSV match the actual SKU/barcode values in your Shopify store.
- Make sure the header row uses recognized column names (e.g.,
sku, barcode, variant_id). - Verify the CSV is comma-separated (not semicolons or tabs).
- The CSV values might not exactly match (extra spaces, different case).
- Products without a matching SKU or barcode in Shopify will be skipped.