Shopify records orders but does not ship bulk EU-ready invoice PDFs from your export. Admin → Orders → Export → CSV, run one command, print each HTML to PDF. Same workflow store owners pay subscription tools for — one-time EUR 9, no account after purchase.
Shopify Admin → Orders → Export → choose scope (all orders, current page, or by date) → download CSV.
python3 shopify_batch.py shopify-sample.csv -o ./invoices/ --seller-name "Your Co"
Name, address, VAT number — applied to every invoice in the batch.
Open each HTML in a browser → Print → Save as PDF. Zip and send to your accountant.
Clone of paid Shopify CSV converters (e.g. csv2invoice.com at €10/month). One-time CLI pack, same export → bulk invoice shape.