{"id":21826463,"url":"https://github.com/devshahani/create-shopify-data","last_synced_at":"2026-05-09T06:35:26.992Z","repository":{"id":57153284,"uuid":"156989377","full_name":"devshahani/create-shopify-data","owner":"devshahani","description":"CLI app to generate dummy data for your Shopify store","archived":false,"fork":false,"pushed_at":"2018-12-09T17:57:45.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T09:19:23.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devshahani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-10T14:35:32.000Z","updated_at":"2024-03-22T02:31:45.000Z","dependencies_parsed_at":"2022-09-06T11:11:20.293Z","dependency_job_id":null,"html_url":"https://github.com/devshahani/create-shopify-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devshahani%2Fcreate-shopify-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devshahani%2Fcreate-shopify-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devshahani%2Fcreate-shopify-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devshahani%2Fcreate-shopify-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devshahani","download_url":"https://codeload.github.com/devshahani/create-shopify-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795446,"owners_count":20511519,"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":[],"created_at":"2024-11-27T18:04:12.990Z","updated_at":"2026-05-09T06:35:21.950Z","avatar_url":"https://github.com/devshahani.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"🚨 In active development (and extremely unstable)\n\n# create-shopify-data\n\n[![Version](https://img.shields.io/npm/v/create-shopify-data.svg)](https://npmjs.org/package/create-shopify-data)\n[![Downloads/week](https://img.shields.io/npm/dw/create-shopify-data.svg)](https://npmjs.org/package/create-shopify-data)\n[![License](https://img.shields.io/npm/l/create-shopify-data.svg)](https://github.com/devshahani/create-shopify-data/blob/master/package.json)\n\nGenerate dummy data for your Shopify store.\n\n## To-do:\n\n- [x] Delete products, customers, orders\n- [x] Create orders\n- [x] Create products (apparel)\n- [ ] Create products (random)\n- [ ] Tests\n\n\u003c!-- toc --\u003e\n* [create-shopify-data](#create-shopify-data)\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g create-shopify-data\n$ create-shopify-data COMMAND\nrunning command...\n$ create-shopify-data (-v|--version|version)\ncreate-shopify-data/0.2.1 darwin-x64 node-v10.12.0\n$ create-shopify-data --help [COMMAND]\nUSAGE\n  $ create-shopify-data COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Commands\n\n\u003c!-- commands --\u003e\n* [`create-shopify-data delete RESOURCE`](#create-shopify-data-delete-resource)\n* [`create-shopify-data help [COMMAND]`](#create-shopify-data-help-command)\n* [`create-shopify-data orders`](#create-shopify-data-orders)\n* [`create-shopify-data products:apparel`](#create-shopify-data-productsapparel)\n* [`create-shopify-data use SHOP ACCESS_TOKEN`](#create-shopify-data-use-shop-access-token)\n\n## `create-shopify-data delete RESOURCE`\n\nDelete all orders from your Shopify store.\n\n```\nUSAGE\n  $ create-shopify-data delete RESOURCE\n\nOPTIONS\n  -i, --interval=interval  [default: 500] Specify the interval (in ms) between each Shopify API request. Default (and\n                           min) is 500\n```\n\n_See code: [src/commands/delete.ts](https://github.com/devshahani/create-shopify-data/blob/v0.2.1/src/commands/delete.ts)_\n\n## `create-shopify-data help [COMMAND]`\n\ndisplay help for create-shopify-data\n\n```\nUSAGE\n  $ create-shopify-data help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.3/src/commands/help.ts)_\n\n## `create-shopify-data orders`\n\nCreate orders using preexisting products\n\n```\nUSAGE\n  $ create-shopify-data orders\n\nOPTIONS\n  -b, --backdate=backdate  [default: 0] The max number of months order creation time can be backdated by. Defaults to 0\n                           (no backdate)\n\n  -i, --interval=interval  [default: 500] Specify the interval (in ms) between each Shopify API request. Default (and\n                           min) is 500\n\n  -q, --quantity=quantity  [default: 20] The number of orders you would like to create\n```\n\n_See code: [src/commands/orders.ts](https://github.com/devshahani/create-shopify-data/blob/v0.2.1/src/commands/orders.ts)_\n\n## `create-shopify-data products:apparel`\n\nCreate products using the apparel preset\n\n```\nUSAGE\n  $ create-shopify-data products:apparel\n\nOPTIONS\n  -i, --interval=interval  [default: 500] Specify the interval (in ms) between each Shopify API request. Default (and\n                           min) is 500\n```\n\n_See code: [src/commands/products/apparel.ts](https://github.com/devshahani/create-shopify-data/blob/v0.2.1/src/commands/products/apparel.ts)_\n\n## `create-shopify-data use SHOP ACCESS_TOKEN`\n\nEnter your myshopify domain (e.g ping-pong-shop-2) along with an access token or private app password (https://help.shopify.com/en/api/getting-started/authentication/private-authentication). Once authenticated, your credentials persist over usage sessions.\n\n```\nUSAGE\n  $ create-shopify-data use SHOP ACCESS_TOKEN\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/use.ts](https://github.com/devshahani/create-shopify-data/blob/v0.2.1/src/commands/use.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevshahani%2Fcreate-shopify-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevshahani%2Fcreate-shopify-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevshahani%2Fcreate-shopify-data/lists"}