Skip to main content

Magento 2/Adobe Commerce Setting Up the Connection

Settings needed to set up your subscription

Updated over 2 weeks ago

Subscription Settings in iPaaS

When setting up your Magento connection in iPaaS, you’ll need these settings:

Field

Description

Required

Example

Name

A unique name for identifying the subscription.

Yes

Magento Integration v2

Version

Specifies the integration version.

Yes

v2

Magento2 API URL

The base URL for accessing the Magento API.

Yes

https://yourstore.com/rest

Magento2 API Username

Admin username for Magento (if using username/password authentication).

No

admin@example.com

Magento2 API Key

Admin password or API token, depending on the authentication method used.

Yes

yourAPIToken123

Magento Store

Defines the Magento store scope. "all" is the only supported configuration.

Yes

all

Version

Specifies the integration version for the subscription.

Yes

V1

Auto-Ship Days

Specifies the default time in days for auto-shipping orders (if configured).

No

3

Magento2 API Integration Key

The Magento Access Token required for integration. Enter the token with full permissions here.

Yes

yourAccessToken123

Inventory Batch Max Size

The maximum number of inventory records that can be processed in a single batch.

Yes

100

Setting Up the Connection

Step 1: Configure OAuth in Magento

  1. Go to: Stores > Configuration > Services > OAuth > Consumer Settings.

  2. Set Allow OAuth Access Tokens to be used as standalone Bearer tokens to Yes.

  3. Save the changes.

Step 2: Increase API Limits

NOTE: If input limits are enabled, you may need to increase the API input limits as described in Input limiting topic in the Adobe Developer documentation.

  1. Go to: Stores > Configuration > Services > Magento Web Api > Web Api Input Limits.

  2. Increase the limit to 9999.
    This lets iPaaS handle products with many attributes (like clothing with multiple color options).

Step 3: Create API Credentials

  1. Go to: System > Extensions > Integrations.

  2. Create a new integration with full access permissions.
    Enter these four values:

    • Consumer Key

    • Consumer Secret

    • Access Token

    • Access Token Secret

  3. Save the changes and click Activate.

Step 4: Enter Credentials in iPaaS

  1. Go to Subscription Settings for Magento in iPaaS

  2. Enter the following values:

    • In the Magento2 API URL field, enter the full url. It should resemble:https://your-store.com/rest.

    • In the Magento API 2Key field, enter your access token

  3. Save and test the connection.

Did this answer your question?