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.
- Prerequisites
You need a Magento 2 instance (version 2.3 or newer) with the REST API enabled and an administrator account.
- Create Integration
In your Magento Admin, go to System > Integrations > Add New Integration. Enter the name “Describelio” and set a password for confirmation.
- Set API Access
Switch to the API tab and select “Catalog” under Resource Access. This grants read and write access to products.
- Activate & Get Token
Save the integration, then click Activate. Confirm the permissions dialog and copy the Access Token (Bearer token) that appears.
- 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/ - Connect in Describelio
Go to Shops > Add Shop, select Magento 2 as the platform, and paste your Access Token and REST API URL.
- 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/