Products
Response Structure
{
"data": [
{
"Product_Category": "Hardware", //Represents the category of the product
"Qty_in_Demand": 3000, //Represents the quantity in demand
"Owner": { //Name and ID of the owner of the Lead
"name": "Patricia Boyle",
"id": "3652397000000281001"
},
"Description": null, //Description of the product
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Vendor_Name": { //Name and ID of the product vendor
"name": "ABC Inc",
"id": "3652397000000491141"
},
"Sales_Start_Date": "2019-01-15", //The date on which the product sale starts
"Tax": [ //Represents whether the product is taxable
"Sales Tax",
"Vat"
],
"Product_Active": true, //Represents whether the product is active
"Record_Image": null, //The profile image of the product
"Modified_By": {//Name and ID of the user who modified the product. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Product_Code": "1234567890", //Represents the product code
"$process_flow": false, //Represents if the record is a blueprint data
"Manufacturer": "AltvetPet Inc.", //Name of the product manufacturer
"id": "3652397000000491147", //Unique ID of the record
"Support_Expiry_Date": "2020-02-15", //The date on which the product support ends
"$approved": true, //Represents whether the record is approved
"$approval": { //Represents if the current user can approve, delegate, reject, or resubmit the operations performed on this record
"delegate": false,
"approve": false,
"reject": false,
"resubmit": false
},
"Modified_Time": "2019-01-29T15:12:03+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Created_Time": "2019-01-29T15:10:21+05:30", //Date and time at which the record was created. This is a system-generated field. You cannot modify it.
"Commission_Rate": 10, //Commission rate for selling the product
"Product_Name": "Product1", //Name of the product. This is a mandatory field.
"Handler": { //Name and ID of the Zoho CRM user who handles the product
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"$taxable": true,
"$editable": true, //Represents whether the record is editable
"Support_Start_Date": "2019-01-15", //Date on which the product support starts
"Usage_Unit": "Each", //Represents the usage unit of the product such as dozen, each, box, etc,.
"Qty_Ordered": 1000, //The number of product units ordered
"Qty_in_Stock": 5000, //The number of product units in stock
"Created_By": { //Name and ID of the user who created the record. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Tag": [], //List of tags associated with the record
"Sales_End_Date": "2020-01-15", //Date on which the product sale ends
"Unit_Price": 100, //The price of each unit of the product
"Taxable": true, //Represents whether the product is taxable
"Reorder_Level": 95 //Represents the reorder value
}
}
]
}
Note:
- The fields beginning with "$" indicate that they do not appear on the Zoho CRM UI, but contain important data. They are read-only fields.
- For more information about sample attributes, refer Get List of Records.