Edit in GitHubLog an issue

Install Adobe Commerce Admin UI SDK

This topic describes the basic steps to install the Admin UI SDK.

Prerequisites

Adobe Commerce

Adobe App Builder

The Adobe App Builder Getting Started guide lists the latest software requirements for creating App Builder apps.

Installation steps

You can install the Admin UI SDK on Adobe Commerce on cloud infrastructure and on-premises instances.

Enable Adobe IMS for Commerce

You must implement Adobe Identity Management Service (IMS) for Adobe Commerce to use the Admin UI SDK. Configure the Commerce Admin Integration with Adobe ID describes this process.

Adobe Commerce on cloud infrastructure

This method installs the SDK on a cloud instance.

  1. On your local workstation, change to the Cloud project root directory.

  2. Update your composer.json file:

    Copied to your clipboard
    composer require "magento/module-commerce-backend-uix": ">=1.0"
  3. Update dependencies and install the extension:

    Copied to your clipboard
    composer update

    The composer update command updates all dependencies. If you do not want to update all dependencies at the same time, use this command instead:

    Copied to your clipboard
    composer update magento/module-commerce-backend-uix
  4. Commit and push your changes.

On-premises

This method installs the SDK on an On-premises instance.

  1. Add the SDK module to the require section of the composer.json file:

    Copied to your clipboard
    composer require "magento/module-commerce-backend-uix": ">=1.0"
  2. Update dependencies and install the extension:

    Copied to your clipboard
    composer update

    The composer update command updates all dependencies. If you do not want to update all dependencies at the same time, use this command instead:

    Copied to your clipboard
    composer update magento/module-commerce-backend-uix
  3. Upgrade Adobe Commerce:

    Copied to your clipboard
    bin/magento setup:upgrade
  4. Clear the cache:

    Copied to your clipboard
    bin/magento cache:clean
  5. Commit your changes.

  6. Update your on-premises instance to ensure the committed code is deployed.

Update the Commerce Admin UI SDK

Use the following procedure to update patch versions of the SDK, such as from V1.0.0 to V1.1.0.

  1. Run the following command to update the SDK:

    Copied to your clipboard
    composer update magento/module-commerce-backend-uix
  2. Run the following commands to upgrade Adobe Commerce and clear the cache.

    Copied to your clipboard
    bin/magento setup:upgrade && bin/magento cache:clean
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.