Skip to content

Commit

Permalink
[Docs] Modify markdown for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stormy authored May 28, 2024
1 parent 25e0af4 commit 7156730
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,18 @@ To get the access token, setup a custom app with required scope to read_products
[Generate access tokens for custom apps in the Shopify admin](https://shopify.dev/docs/apps/auth/admin-app-access-tokens)

Exact steps:
1). Go to store admin interface
2). Click Settings in bottom of left nav
3). Click Apps and sales channels in the left nav
4). Click Develop apps
5). Click Create an app
6). Give it a name like `Bloomreach Test`
7). Click Configure Admin API scopes
8). Select `read_products` as a scope
9). Click Save
10). Click Install app and confirm
11). Click Reveal token once and use the value as the access token for this reference code.

1. Go to store admin interface
2. Click Settings in bottom of left nav
3. Click Apps and sales channels in the left nav
4. Click Develop apps
5. Click Create an app
6. Give it a name like `Bloomreach Test`
7. Click Configure Admin API scopes
8. Select `read_products` as a scope
9. Click Save
10. Click Install app and confirm
11. Click Reveal token once and use the value as the access token for this reference code.

### Setup project

Expand Down

0 comments on commit 7156730

Please sign in to comment.