Convert product.json to shopify csv template

Topic summary

A user seeks a script to convert Shopify product.json files to the correct CSV template format. An initial suggestion pointing to a StackOverflow resource proves incomplete and non-functional.

Solution Provided:
Another developer shares a custom Python script available on GitHub that addresses this exact need:

  • Automatically fetches all JSON pages from a Shopify domain
  • Converts JSON to CSV files, splitting output into 1,000 products per file (to stay under Shopify’s 15MB limit)
  • Requires Python 3.x and the requests library

Key Features:

  • Users input their domain (format: yourdomain.com, avoiding https://)
  • Script handles pagination automatically
  • Designed specifically for developers working with Shopify apps needing product data in various formats

The discussion remains open for feedback on whether the solution resolves the original issue.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hello @Sammy9

I hope this blog can help : https://stackoverflow.com/questions/48445131/converting-shopify-api-json-to-csv

I hope the above is useful to you.
Best regards,
GemPages Support Team