After July 2021, the 2.3.x release line will no longer receive quality updates, or user guide updates. PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. We strongly recommend planning your upgrade now to Adobe Commerce 2.4.x to help maintain PCI compliance.

Adobe Stock Integration

The information on this page is intended for Adobe Commerce 2.3 customers who are on an extended support contract. The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.

Merchants can integrate Adobe Stock with Magento giving them access to countless media assets for use in their stores.

Adobe Stock Search Results

The Adobe Stock service provides businesses with access to millions of high-quality, curated, royalty-free photos, vectors, illustrations, videos, templates, and 3D assets for all their creative projects. Magento users are able to quickly find, preview, and license Adobe Stock assets. Users can also save them to the Media Storage, all without leaving the Magento Admin workspace.

Prerequisites

This integration requires:

Licensing Adobe Stock images requires:

Integrate Magento and Adobe Stock

Configuring the Adobe Stock integration for Magento is a two-step process: create an adobe.io integration to generate an API Key, and then configure the Adobe Stock integration in your Magento Admin.

Create an Adobe.io integration

  1. Navigate to the adobe.io Console.

  2. Under Quick Start, select the Projects tab and click Create new project.

  3. In the Get started block, click Add API.

  4. Select Adobe Stock from the integrations list and click Continue.

    At this time, do not use the Adobe Stock service on this screen.

  5. Select Oauth 2.0 Web platform.

  6. Specify the Redirect URI.

    The default redirect URI is in the form ${HOST}/${ADMIN_URI}/adobe_ims/oauth/callback/, such as https://store.myshop.com/admin_hgkq1l/adobe_ims/oauth/callback/, where:

    • ${HOST} is your Magento fully qualified domain name (i.e., https://store.myshop.com).
    • ${ADMIN_URI} is your Magento Admin URI (such as admin_hgkq1l), which can be retrieved by running magento info:adminuri.
  7. Specify the Redirect URI pattern, which is the same as your redirect URI with two differences:

    • Any periods (.) must be escaped with two backslashes (\\).
    • Add .* to the end of the pattern.

    Using the example from the previous default redirect URI, this would be https://store\\.myshop\\.com/admin_hgkq1l/adobe_ims/oauth/callback/.*.

  8. Click Save configured API.

  9. On the page that follows, copy your Client ID (API Key) and Client secret.

    This information is used in the next section.

Configure the Adobe Stock integration

Use the API Key and Client secret generated in the previous section to set the system configuration in your Magento Admin.

  1. On the Admin sidebar, go to Stores > Settings > Configuration.

  2. In the left panel, expand Advanced and choose System.

  3. Expand Expansion selector Adobe Stock Integration and do the following:

    • Set Enabled Adobe Stock to Yes.

    • Enter your API Key (Client ID).

    • Enter your Client Secret.

    • Click Test Connection to validate your keys.

    Advanced configuration - Adobe Stock integration Adobe Stock Integration

    Give the validation a few seconds. If your credentials are valid, you should see a green Connection Successful! message.

  4. When complete, click Save Config.