Get and Update ZOHO Inventory Category by API

Get and Update ZOHO Inventory Category by API

#Tips of the Day 15 - Feb - 2023

We can GET the ZOHO Inventory Category by the API
  1. inventorydata = invokeurl
  2. [
  3. url :"https://inventory.zoho.com/api/v1/categories?organization_id=" + organizationID
  4. type :GET
  5. connection:"zohoinventory"
  6. ];
  7. info inventorydata;

We can Update the ZOHO Inventory Category by the API
  1. mp = Map();
  2. mp.put("name","categorie by API");
  3. inventorydata = invokeurl
  4. [
  5. url :"https://inventory.zoho.com/api/v1/categories?organization_id=" + organizationID
  6. type :POST
  7. parameters:mp.toString()
  8. connection:"zohoinventory"
  9. ];
  10. info inventorydata;
Apart from this is there any kind of help for Zoho work do comment.

Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91-8619164837