Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update links to access keys guide #1505

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. πŸš€


::
::
Loading