Short answer: You can create sales order in Zoho Inventory by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Inventory Create Sales Order action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.