File Storage Locations
Where RestocksAIO saves files and data on your machine.
RestocksAIO saves data in a working directory (StartupPath) next to the app. Below are the key folders and files created by different features.
Folders
Delivery PDFs/ – Proof of Delivery (PoD) files from carriers. One PDF per tracking number.
Labels/ – Generated labels. Sites may create subfolders (e.g.,
Labels/StockX/
). Files can be PDF, GIF, or HTML depending on the site.
Sales/ – CSV exports created from the Sales and analytics flows (e.g.,
all_sales.csv
).
Profiles/ – One JSON per saved account/profile.
DatabaseBackups/ – Encrypted database backups with timestamped filenames.
Files at the root (working directory)
database_<uid>_mp.enc
– Main encrypted database.invoice_presets.bin
– Saved Invoice Dialog presets (languages/labels/toggles).invoice_profiles.bin
– Saved billing profiles for invoices.proxies.bin
– Saved proxy groups.tasks.bin
– Saved tasks configuration.actions.bin
– Saved Smart Actions configuration.fees.bin
– Preloaded fee settings.viewed_items.bin
– Recently viewed cache for research.
User-chosen export paths
Some exports are saved where you choose via a file picker:
CSV templates:
listings_import_template.csv
,inventory_import_template.csv
CSV exports:
exported_items.csv
,listing_errors.csv
, other ad‑hoc exports
These do not live in the working directory unless you point the file dialog there.
Last updated
Was this helpful?