diff --git a/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts b/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts index cc7b871a65..a3fe658b89 100644 --- a/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts +++ b/packages/nodes-base/nodes/Zoho/ZohoCrm.node.ts @@ -1344,7 +1344,7 @@ export class ZohoCrm implements INodeType { addGetAllFilterOptions(qs, options); - responseData = await handleListing.call(this, 'GET', '/sales_orders'); + responseData = await handleListing.call(this, 'GET', '/vendors', {}, qs); } else if (operation === 'update') {