Short answer: Drop the "Zoho Inventory → Create Sales Order" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Organization ID organization_id | string | Required | Organization ID. Example: 10234695 |
Customer ID customer_id | string | Required | Customer ID. Example: 4815000000044080 |
Sales Order Number salesorder_number | string | Optional | Sales Order Number. Example: SO-00001 |
Date date | string | Optional | Date. e.g. "YYYY-MM-DD" |
Line Items (JSON) line_items | string | Required | Line Items (JSON). e.g. "[{"item_id": "4815000000044100", "rate": 29.99, "quantity": 5}]" |
{"organization_id": "e.g. 10234695","customer_id": "e.g. 4815000000044080","salesorder_number": "e.g. SO-00001","date": "YYYY-MM-DD","line_items": "[{\"item_id\": \"4815000000044100\", \"rate\": 29.99, \"quantity\": 5}]"}
{"code": 0,"message": "Sales order created","salesorder": {"total": 149.95,"customer_name": "Acme Inc","salesorder_id": "SO001"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.