Short answer: You can list netsuite items in NetSuite by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the NetSuite List NetSuite Items action to a workflow, map its 3 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 |
|---|---|---|---|
Name Contains nameContains | string | Optional | widget |
Item Type itemType | options | Optional | – |
Limit limit | number | Optional | – |
{"nameContains": "widget","itemType": "{{trigger.itemType}}","limit": "{{trigger.limit}}"}
{"count": 1,"items": [{"id": "42","itemid": "WIDGET-A","baseprice": 99,"displayname": "Widget A"}],"hasMore": false}
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.