Skip to content

Commit

Permalink
chore: Update links to access keys guide (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
nestak authored Mar 22, 2024
1 parent ba240a2 commit f58b16c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/content/2.getting-started/2.magento.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,19 @@ Avoid using special characters and spaces in the project name.
#step-3
### Provide Magento 2 API credentials

When prompted, provide your Magento 2 API credentials. You can find/create your API credentials by following the [Adobe Merchant Center - Magento 2 Access Keys](https://marketplace.magento.com/customer/accessKeys/) guide.
When prompted, provide your Magento 2 API credentials. You can create them by following the [Get your authentication keys](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/prerequisites/authentication-keys) guide.

If you're logged in to your Adobe marketplace account, go to [Adobe Merchant Center - Magento 2 Access Keys](https://marketplace.magento.com/customer/accessKeys/) page, to generate the access keys.

When you see following prompt, enter your public and private key information.

```bash
◆ 🔐 Please provide your Magento access keys
|
◆ 🔑 Magento access key:
| <YOUR_MAGENTO_ACCESS_KEY>
| <YOUR_MAGENTO_PUBLIC_KEY>
◆ 🔒 Magento secret key
| <YOUR_MAGENTO_SECRET_KEY>
| <YOUR_MAGENTO_PRIVATE_KEY>
```

#step-4
Expand Down Expand Up @@ -114,4 +118,4 @@ When prompted, select the option to generate sample data:
You have successfully installed Magento 2 instance locally. You can now access connect your Alokai application using your instance's base URL and GraphQL URL. 🚀


::
::

0 comments on commit f58b16c

Please sign in to comment.