Store Data Generator

Sign in with your Official Google account to continue.

Store Data Generator

Generate project

How to get your Shopify domain & access token

Shopify Domain

  1. Open your Shopify store admin.
  2. Click Settings at the bottom of the left sidebar.
  3. Your domain appears at the top of the Settings sidebar and ends with .myshopify.com.

Access Token

  1. In the left sidebar click Apps.
  2. At the top-right of the Apps page click Develop apps.
  3. Click the Create an app button (top-right).
  4. Inside the new app click Configure Admin API Scopes.
  5. Enable the following scopes:
    • write_files
    • read_files
    • write_orders
    • read_orders
    • write_products
    • read_products
    • write_inventory
    • read_inventory
    • write_publications
    • read_publications
  6. Click Install app, then confirm by clicking Install in the modal.
  7. In the API Credentials section click Reveal token once and copy it as your access token.
Result

Destroy project

Available after a successful generate. Sends a DELETE request with the returned project_id.

Result