Zoho Inventory
Zoho Inventory is a cloud-based inventory and order management application that lets businesses track stock, manage sales and purchase orders, fulfill and ship packages, and sync inventory across multiple warehouses and sales channels. The Nexla connector reads from and writes to the Zoho Inventory REST API using OAuth2 authentication.
Power end-to-end data operations for your Zoho Inventory API with Nexla. Our bi-directional Zoho Inventory connector is purpose-built for Zoho Inventory, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Zoho Inventory or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Zoho Inventory workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Zoho Inventory credential, you need a Zoho Inventory account, an OAuth access token generated for your Zoho account, and your Zoho Inventory organization ID. Zoho Inventory uses OAuth2 for all API requests, with the token passed in the Authorization header using the Zoho-oauthtoken scheme.
To obtain your Zoho Inventory credentials, follow these steps:
-
Sign in to the Zoho API Console at https://api-console.zoho.com using the Zoho account associated with your Zoho Inventory organization. If your data resides in another region, use the corresponding domain (for example,
.eu,.in, or.com.au). -
Register a client application by clicking Add Client and choosing the client type that fits your integration. After registration, Zoho issues a Client ID and Client Secret, which you should keep confidential.
-
Generate an OAuth access token for your client, requesting the Zoho Inventory scopes required by your use case. Zoho Inventory uses granular scopes per resource, such as
ZohoInventory.items.READ,ZohoInventory.contacts.CREATE,ZohoInventory.salesorders.READ, andZohoInventory.invoices.CREATE. Grant read scopes for source flows and create scopes for destination flows. -
Exchange the authorization grant for an access token and a refresh token via the Zoho token endpoint. Access tokens are short-lived (typically one hour); use the refresh token to obtain new access tokens as needed.
-
Locate your Organization ID in Zoho Inventory under Settings and the Organizations section. The organization ID is required on every API request and identifies which Zoho Inventory organization the request applies to.
-
Note the region-specific API base URL for your account. Zoho Inventory serves different data centers from different domains, for example
https://www.zohoapis.com/inventory/v1(US),https://www.zohoapis.eu/inventory/v1(EU),https://www.zohoapis.in/inventory/v1(India), andhttps://www.zohoapis.com.au/inventory/v1(Australia).
The access token is sent in the Authorization header as Zoho-oauthtoken followed by the token value, and the organization ID is sent as a request parameter on every call. For detailed information about registering clients, scopes, token generation, and available endpoints, see the Zoho Inventory API documentation.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| Base URL | Yes | No | Region-specific Zoho Inventory API base URL, e.g. https://www.zohoapis.com/inventory/v1 (US), .eu, .in, .com.au, etc. |
| OAuth Access Token | Yes | No | Zoho OAuth2 access token. Sent as the Authorization header value 'Zoho-oauthtoken <token>'. |
| Organization ID | Yes | No | Zoho Inventory organization_id, required on every request as a query parameter. |
Create a credential in Nexla
-
After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter the region-specific Base URL for your Zoho Inventory account, for example
https://www.zohoapis.com/inventory/v1. Make sure the domain matches the data center where your Zoho Inventory organization is hosted. -
Enter your OAuth Access Token in the corresponding field. Nexla sends this token in the
Authorizationheader using theZoho-oauthtokenscheme for all API requests to Zoho Inventory. -
Enter your Organization ID in the corresponding field. This value identifies your Zoho Inventory organization and is sent as a request parameter on every call.
Zoho OAuth access tokens are short-lived and typically expire after one hour. Use your refresh token to generate a new access token when it expires, and update the credential in Nexla accordingly. Keep your Client Secret, refresh token, and access token confidential.
For detailed information about OAuth scopes, token generation, organization IDs, and available endpoints, see the Zoho Inventory API documentation.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Zoho Inventory connector tile, then select the credential that will be used to connect to the Zoho Inventory organization, and click Next; or, create a new Zoho Inventory credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Zoho Inventory endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Zoho Inventory data sources can also be manually configured to ingest data from any valid Zoho Inventory API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new Zoho Inventory data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.
Use as a destination
Click the + icon on the Nexset that will be sent to the Zoho Inventory destination, and select the Send to Destination option from the menu. Select the Zoho Inventory connector from the list of available destination connectors, then select the credential that will be used to connect to the Zoho Inventory organization, and click Next; or, create a new Zoho Inventory credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Zoho Inventory endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Zoho Inventory destinations can also be manually configured to send data to any valid Zoho Inventory API endpoint. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.
Zoho Inventory APIs expect JSON payloads, and the organization ID must be included as a request parameter on every call. Some Zoho Inventory create endpoints accept the record data as a form-encoded JSONString parameter, so review the endpoint's request format in the Zoho Inventory API documentation when configuring advanced destinations.
Save & activate
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured Zoho Inventory endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Zoho Inventory endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.