Skip to main content
All CollectionsSubscriptionsZoho Commerce
Zoho Commerce Connections and Settings
Zoho Commerce Connections and Settings

Integrate iPaaS with Zoho Commerce for seamless data exchange and synchronization.

Updated this week

How to Connect

Prerequisites

Ensure you have the following before configuring Zoho Commerce in iPaaS:

  1. Zoho Commerce Account with Administrator privileges.

  2. Access to the Zoho API Console: https://api-console.zoho.com.

  3. Client ID and Client Secret generated through the Zoho API Console:

    • Authorized Redirect URLs:

      • Production: https://portal.ipaas.com/customer/subscription-mgmt/subscriptions/authorization/app

      • Staging: https://stagingportal.ipaas.com/customer/subscription-mgmt/subscriptions/authorization/app

  4. If multiple organizations exist, retrieve the Organization ID using a browser inspector to review API responses for zohofinance_orgid.

Configure Subscription Settings

Navigate to the Zoho Commerce subscription settings in iPaaS.com and enter the following values:

Field

Description

Required

Example

Name

Unique name for the Zoho Commerce subscription.

Yes

Zoho_Commerce_Integration

Version

Specifies the iPaaS.com integration version to use.

Yes

v1.0

Client ID

Provided by the Zoho API Console.

Yes

Client_Id

Client Secret

Provided by the Zoho API Console.

Yes

Client_Secret

Organization ID

Required for multiple organizations. Details below.

No

zohofinance_orgid

API URL

Zoho Commerce API URL.

Yes

Authentication Methods

OAuth 2.0 Authentication

  1. Generate API Client Credentials:

    1. Log in to the Zoho API Console: https://api-console.zoho.com.

    2. Select Add Client > Server-Based Applications > Create Now.

    3. Provide the following:

      • Click Create, and save the Client ID and Client Secret.

      • Copy the Client ID and Client Secret values for later use. These will be necessary to connect your iPaaS.com subscription.

  2. Set Up iPaaS Subscription:

    1. Navigate to Zoho Commerce subscription settings in iPaaS.com.

    2. Enter API URL, Client ID, and Client Secret.

    3. Add Organization ID if applicable.

    4. Save the configuration.

  3. Authenticate Connection:

    1. Click the Authenticate icon in iPaaS.com.

    2. Grant access in the Zoho Commerce authorization page and select Accept.

    3. You will be redirected back to iPaaS where you may Close Page

    4. Return to iPaaS.com and refresh the subscription settings to confirm successful authentication.

Note: Clients with multiple Zoho organizations will also require the organization id. The zohofinance_orgid value can be found in a protected API while using a web browser inspector when loading the organization selection page. Here a request is made to GET https://commerce.zoho.com/zs-site/api/v1/index which has the organization id in the response. Contact Zoho support if needed to obtain the correct zohofinance_orgid for your organization.

Initialization Support

Currently, initialization is not supported for Zoho in iPaaS.com. All data synchronization and mappings must be configured manually during the integration process.

Throttling

Throttling ensures that Zoho’s API isn’t overwhelmed by excessive API calls, preserving system performance during heavy data transfers.


While the throttling fields are required, the values are pre-populated by the integration settings. For more details, refer to Subscription Configuration – Edit.

Did this answer your question?