Magento 2 Setup Guide

Follow these steps to connect your Magento 2 store to Describelio. You will create an integration token that allows Describelio to read and update your product descriptions via the REST API.

  1. Prerequisites

    You need a Magento 2 instance (version 2.3 or newer) with the REST API enabled and an administrator account.

  2. Create Integration

    In your Magento Admin, go to System > Integrations > Add New Integration. Enter the name “Describelio” and set a password for confirmation.

  3. Set API Access

    Switch to the API tab and select “Catalog” under Resource Access. This grants read and write access to products.

  4. Activate & Get Token

    Save the integration, then click Activate. Confirm the permissions dialog and copy the Access Token (Bearer token) that appears.

  5. Find REST API URL

    Your REST API URL is your store’s base URL followed by /rest/V1/. For example:

    https://yourstore.com/rest/V1/
  6. Connect in Describelio

    Go to Shops > Add Shop, select Magento 2 as the platform, and paste your Access Token and REST API URL.

  7. Verify Connection

    Click “Test Connection” to confirm everything is working. You should see a success message.

Required permissions: Magento_Catalog::products (read + write)

Official Magento REST API documentation: developer.adobe.com/commerce/webapi/rest/