Skip to content

Zoho Product

Description

The Zoho Product entity represents items or services your organization offers for sale. Each product includes attributes such as name, code, unit price, description, and stock details.

The Zoho Product activity enables workflows to interact with the Zoho CRM Products module. You can retrieve product information, create or update records, or delete outdated ones. It supports both single and batch (many) operations.

Use this activity to:

  • Get – Retrieve a single product by ID
  • Get All – Retrieve all products
  • Create – Add a new product record
  • Create Many – Add multiple product records using field mappings
  • Update – Modify an existing product record
  • Delete – Delete a product by ID

Use case:

Input

  • Data – Required only for Create Many and Update operations.

Output

Output TypeFormatDescription
DataJSONZoho product record(s) output

Configuration Fields

Field NameDescription
ConnectionSelect a Zoho connection (OAuth). Required for authentication.
OperationSelect one of the supported operations:
  • Get
  • Get All
  • Create
  • Create Many
  • Update
  • Delete
IdUsed in Get, Update, and Delete. Provide the Zoho Product ID.
FieldsUsed in Create and Update. Define product fields like Product Name, Unit Price, Description, etc.
Fields MappingUsed in Create Many. Maps fields from input data to Zoho product fields.

Sample Input

OperationRequired FieldsExample Input
GetId
Id1234567000000444011
Get AllNone(No input required)
CreateProduct fields
Product NameSmartphone X
Unit Price29999
UpdateId, Fields
Id1234567000000444011
DescriptionUpdated stock
DeleteId
Id1234567000000444011
Create ManyField Mapping
Product Name[ItemName]
Unit Price[Price]

Input fields for Create Many operation are mapped from data output by the previous activity in the workflow.

Sample Configuration

FieldValue
connection.idzoho-prod-004
connection.nameZoho CRM Product Sync
operationCreateMany
fieldsMapping
  • Product Name → ItemName
  • Unit Price → Price
  • Description → Notes

Sample Output

IdProduct NameUnit PriceDescriptionCreated Time
12345670000000011Smartphone X29999Flagship device2024-05-10T09:15:00Z
12345670000000012Watch Y5999Waterproof watch2024-05-11T11:00:00Z