How to Migrate a Product Catalogue to a New Platform with Claude
Migrate a product catalogue with Claude and ToolRouter. Extract products and transform data for import into Shopify, WooCommerce, or BigCommerce.
ToolCatalogue ScraperUse Claude with Catalogue Scraper to extract your current product catalogue and transform it into the target platform's import format. Claude can handle the schema mapping — which fields belong where, which optional fields are required by the new platform, and what transformation each field needs.
Connect ToolRouter to Claude
1Open connector settings Open Settings
2Add a custom connector with these details
Name
ToolRouterURL
https://api.toolrouter.com/mcp3Let Claude set you up Open Claude
Steps
Once connected (see setup above), use the Catalogue Scraper tool:
- Provide the existing storefront URL and name the target platform (Shopify, WooCommerce, BigCommerce, Magento).
- Ask Claude to use `catalogue-scraper` with `scrape_catalogue` to extract the full catalogue.
- Ask Claude to map the extracted fields to the target platform's import schema.
- Export the transformed data as a CSV or JSON file ready for platform import.
Example Prompt
Try this with Claude using the Catalogue Scraper tool
Use catalogue-scraper to extract all products from https://mystore.com. I'm migrating to Shopify. Transform the output into Shopify's product import CSV format with the required columns: Handle, Title, Body HTML, Vendor, Product Category, Type, Tags, Published, Variant Price, Image Src.
Tips
- Name the target platform upfront — schema mapping differs significantly between Shopify, WooCommerce, and BigCommerce.
- Ask Claude to flag any fields that don't map cleanly so you can decide how to handle them before import.
- Migrate product images separately if your new platform expects URLs rather than file uploads.