NetSuite REST - Update records (async) batch action

::: note ASYNC BATCH PROCESSING LIMITATIONS

We recommend migrating from the NetSuite SOAP connector to the NetSuite REST connector.

NetSuite REST doesn't support true bulk operations. These async batch actions accept a list of records and process each record sequentially in the background. The connector returns the results as a single batch for convenience.

Use recipe-level list processing to control throughput and error handling for large volumes.

The following async batch actions return a job ID:

Use the Get async job result action action to retrieve job status and results using the job ID.

:::

The Update records (async) batch action updates multiple records in NetSuite REST asynchronously. Each record is processed as a separate async request and runs independently.

Use this action to process large batches without waiting for completion. The maximum records per batch is 100.

Input

Input fieldDescription
RecordSelect the NetSuite record to update. Only REST Web Services supported records appear in the list. Enable custom records if required.
Record dataProvide the data to update in NetSuite.

Additional fields appear based on the Record you select. The structure of Record data, Record data source list, and Record data fields changes dynamically to match the Record you select.

Output

Output fieldDescription
ResultsThe result of each asynchronous update request. Each item contains status and details for the submitted record.

Last updated: