Skip to content

Commit

Permalink
docs(readme): update readme demoshop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 10, 2024
1 parent 2a0c420 commit 4b6d194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datasets/demo-shop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ to import the data locally or into the production environment.
- master (imports `organizations`, `addresses`, `contact_points`, `shops`, `customers`)
- identity (imports `users`)
- catalog (imports `price_group`, `manufacturer`, `product_category`, `product_prototype`, `product`)
- samples (imports `orders`)

> NOTE: Resources should be imported in a specific order!
> Master > Identity > Catalog.
Expand Down Expand Up @@ -54,6 +55,7 @@ to import the data locally or into the production environment.
- `node ./import.js import -t <access_token> -d demo-shop -j master`
- `node ./import.js import -t <access_token> -d demo-shop -j identity`
- `node ./import.js import -t <access_token> -d demo-shop -j catalog`
- `node ./import.js import -t <access_token> -d demo-shop -j samples`

### Supported environment variables: `GQL_ENDPOINT`.

Expand Down

0 comments on commit 4b6d194

Please sign in to comment.