{"id":21825517,"url":"https://github.com/german-zarate/storeduplicator","last_synced_at":"2026-02-27T11:04:41.214Z","repository":{"id":240225220,"uuid":"800365536","full_name":"german-zarate/StoreDuplicator","owner":"german-zarate","description":"This tool makes it easy to duplicate a Shopify store's content onto another, either to spin up a staging env or to simply test stuff out without risking anything in production.","archived":false,"fork":false,"pushed_at":"2024-05-14T07:40:20.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T08:14:23.597Z","etag":null,"topics":["duplicator","shopify","shopify-api","shopify-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/german-zarate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T07:38:33.000Z","updated_at":"2024-06-06T02:02:29.000Z","dependencies_parsed_at":"2024-05-17T12:47:00.430Z","dependency_job_id":"1d12a552-b14b-436c-9bf7-c460b837805f","html_url":"https://github.com/german-zarate/StoreDuplicator","commit_stats":null,"previous_names":["german-zarate/storeduplicator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/german-zarate%2FStoreDuplicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/german-zarate%2FStoreDuplicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/german-zarate%2FStoreDuplicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/german-zarate%2FStoreDuplicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/german-zarate","download_url":"https://codeload.github.com/german-zarate/StoreDuplicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235679175,"owners_count":19028323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["duplicator","shopify","shopify-api","shopify-app"],"created_at":"2024-11-27T18:01:51.985Z","updated_at":"2025-10-08T04:30:51.513Z","avatar_url":"https://github.com/german-zarate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopify Store Duplicator\nThis tool makes it easy to duplicate a store's content onto another, either to spin up a staging env or to simply test stuff out without risking anything in production.\n\n## What it supports\nWith this tool, you can sync/duplicate the following resources:\n- Products (and their variants, including images, alt tags and images being tied to specific variants as well as metafields)\n- Smart Collections (Along with its image, filters and metafields)\n- Custom Collections (Along with its image, products (mapped using their handle) and metafields)\n- Shop-level metafields\n- Blogs (along with their metafields)\n- Articles (mapped to a blog of the same handle. Comes along with their metafields)\n- Pages (along with their metafields)\n\n## Setting it all up\nYou'll first need to [create 2 private apps](https://help.shopify.com/en/manual/apps/private-apps#generate-credentials-from-the-shopify-admin \"Read Shopify's documentation on how to create a private app\"). One needs read access on the source store, the other needs read/write on the destination store.\n\nHere are the access copes that will be required:\n- Store content like articles, blogs, comments, pages, and redirects\n- Products, variants and collections\n\nThen, you will need to create a `.env` file (copy it from `.env.example`) and fill it out with the right api information you will have gathered from the private apps process.\n\n## Usage\n\nBy default, simply running `yarn start` will validate that each store is able to be read from. It will not do anything unless specifically told to using flags.\n\n###  Available flags\n\n- `--products` copies over products (and variants, images \u0026 metafields)\n- `--delete-products` will override pre-existing products.\n- `--collections` copies over collections\n- `--delete-collections` will override pre-existing collections.\n- `--pages` copies over pages (along with metafields)\n- `--delete-pages` will override pre-existing pages.\n- `--blogs` copies over blogs\n- `--delete-blogs` will override pre-existing articles.\n- `--articles` copies over articles\n- `--delete-articles` will override pre-existing articles.\n- `--metafields` copies over shop metafields\n- `--delete-metafields` will override pre-existing shop metafields.\n- `--all` will sync everything.\n\n\n### Examples\n\n- Copying only product: run `yarn start --products`\n- Copying only pages: run `yarn start --pages`\n- Copying only articles: run `yarn start --articles`\n- Copying products \u0026 articles: run `yarn start --products --articles`\n- Copying products, pages \u0026 articles: run `yarn start --products --articles --pages`\n- Just copy everything you can: run `yarn start --all`\n\n## Issues and bugs\nCreate a new issue, or issue a new PR on this repo if you've found an issue and would like it fixed.\n\n## License \nMIT. Do whatever you like with this stuff ✌️.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-zarate%2Fstoreduplicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerman-zarate%2Fstoreduplicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-zarate%2Fstoreduplicator/lists"}