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

DB-1147 - Magento Integration #310

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions changelog/Studio-Release-Notes/Release-205-October-7-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Studio Release 205 | October 7, 2024
date: 2024-10-7
tags:
- Studio
---

#### Overview

Support for integrating Magento with your Studio storefronts for Magento stores and bug fixes in this release.

#### Magento

You can quickly and easily integrate Studio with Magento. Magento is an open-source eCommerce platform used by businesses to create online stores and manage their digital sales operations. Once configured, using Studio's built-in Magento integration, you can display your Magento products on your pages in Studio. See [Integrating Magento](/docs/studio/Integrations/integrating-magento).



30 changes: 30 additions & 0 deletions docs/studio/Integrations/integrating-magento.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Integrating Magento
nav_label: Integrating Magento
sidebar_position: 202.6
---

You can quickly and easily integrate Studio with Magento. Magento is an open-source eCommerce platform used by businesses to create online stores and manage their digital sales operations. Once configured, using Studio's built-in Magento integration, you can display your Magento products on your pages in Studio.

## Prerequisites

You must have the following before configuring the Magento integration in Studio.

| Option | Description |
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Store URL** | |
| **Magento Consumer Key** | The **Consumer Key** is a unique identifier used by Studio to access your Mangento store via its API. |
| **Magento Consumer Secret** | The **Consumer Secret** is the password associated with the **Consumer Key**. |
| **Magento Access Token** | Once Studio is authenticated using the **Consumer Key** and **Consumer Secret**, the **Access Token** is used to grant ongoing access to your Magento store's data. |
| **Magento Token Secret** | The **Token Secret** is the password associated with the **Access Token**. |

## Configure the Magento Integration

Follow these steps to configure the **Magento** integration in Studio.

1. Select **Settings** > **Integrations**.
2. Navigate to **Storefront**.
3. Select **+** next to **Magento**.
4. Complete the fields in **Magento settings** with the information you gathered in [Prerequisites](#prerequisites).
5. Select **Connect Account**.