Skip to content
NActionNetSuiteUpdated May 2026

How do I create a NetSuite sales order?

Short answer: Drop the "NetSuiteCreate NetSuite Sales Order" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Customer Internal ID
entity
stringRequired501
Transaction Date
tranDate
stringOptional2026-01-15
Memo
memo
stringOptional
Line Items
items
arrayRequiredArray of {item: <internal_id>, quantity, rate}. e.g. [{"item": "42", "quantity": 2, "rate": 99.00}]
Subsidiary Internal ID
subsidiary
stringOptionalRequired on OneWorld accounts.
Sample request
{
"entity": "501",
"tranDate": "2026-01-15",
"memo": "{{trigger.memo}}",
"items": "{{trigger.items}}",
"subsidiary": "{{trigger.subsidiary}}"
}
Returns
{
"id": "9001",
"total": 198,
"status": "Pending Approval",
"tranId": "SO1042"
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Create NetSuite Sales Order.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Create NetSuite Sales Order.

What does the Create NetSuite Sales Order action do in NetSuite?
Creates a sales order with customer, items, ship-to address. The standard hook for "e-commerce order → push to NetSuite for fulfilment and finance" workflows.
What inputs does Create NetSuite Sales Order require?
Required: Customer Internal ID, Line Items. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if NetSuite returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Create NetSuite Sales Order support batch operations?
Yes. Run Create NetSuite Sales Order inside a Loop node to process arrays. Tiny Command handles NetSuite's rate limits automatically so you don't have to throttle manually.
More actions

Other NetSuite actions.

Send create netsuite sales order from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.