Where thumbnail URLs come from
These suffixed URLs usually enter your CSV through:
Common Scenarios:
- Supplier files that reference Shopify-style thumbnail paths.
- Copied image URLs from an existing Shopify store that already has generated sizes.
- Migration exports that kept the thumbnail suffix instead of the original file.
Catch skipped images before the import
ShopTools' image checker flags Image Src values ending in _thumb, _small or _medium so you can swap in the original URL before the import silently drops them.
Features:
- Suffix detection: Flags _thumb/_small/_medium URL endings
- URL validation: Checks the original URL resolves to a real image
- Alt text check: Reports missing alt attributes in the same pass