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 |
|
Version | Specifies the integration version. | Yes |
|
Magento2 API URL | The base URL for accessing the Magento API. | Yes |
|
Magento2 API Username | Admin username for Magento (if using username/password authentication). | No |
|
Magento2 API Key | Admin password or API token, depending on the authentication method used. | Yes |
|
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 |
|
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
Go to: Stores > Configuration > Services > OAuth > Consumer Settings.
Set Allow OAuth Access Tokens to be used as standalone Bearer tokens to Yes.
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.
Go to: Stores > Configuration > Services > Magento Web Api > Web Api Input Limits.
Increase the limit to 9999.
This lets iPaaS handle products with many attributes (like clothing with multiple color options).
Step 3: Create API Credentials
Go to: System > Extensions > Integrations.
Create a new integration with full access permissions.
Enter these four values:Consumer Key
Consumer Secret
Access Token
Access Token Secret
Save the changes and click Activate.
Step 4: Enter Credentials in iPaaS
Go to Subscription Settings for Magento in iPaaS
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
Save and test the connection.
