Skip to content

Instantly share code, notes, and snippets.

@erikmarr
Last active November 13, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikmarr/36a9f293dc78fefa2ec567c4b48bddee to your computer and use it in GitHub Desktop.
Save erikmarr/36a9f293dc78fefa2ec567c4b48bddee to your computer and use it in GitHub Desktop.

Installing and Configuring the Catalog SaaS Export Module

This topic is a requirement to successfully use the Product Recommendations JS SDK.

Note --> This module requires Magento 2.3 or later.

To Install the SaasExport Module using Composer:

  1. Update your composer.json file in the Magento root installation directory to provide the location of the Saas Export module.

  2. Log in to your Magento server as, or switch to, the Magento file system owner.

  3. Change to your Magento root directory.

  4. Enter the following commands:

composer config repositories.magento composer https://repo.magento.com
composer require magento/saas-export
  1. Follow the steps here to verify and enable the module.

To Configure the Catalog SaaS Export Module using API Keys:

  1. Log in to your Magento account at https://account.magento.com.

  2. Under the Magento tab, select API Portal on the sidebar.

  3. Generate and copy the API key for Production. See to the following image:

get-api-keys

  1. In the Magento Admin, click Stores on the Admin panel.

  2. Under Settings, choose Configuration.

  3. In the panel on the left under Services, choose Magento Services.

  4. In the API Keys section, paste your key value into the Production Api Key field regardless of whether you are in a production environment or non-production environment. See the following image:

api-key-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment