NetSuite REST - Upsert records batch (async) action

The Upsert records batch (async) action creates or updates multiple records in NetSuite REST asynchronously. All records submit as a single batch async request, and NetSuite returns one job ID for the entire batch.

Use this action to process large batches without blocking the recipe. The maximum number of records per batch is 100.

Input

Input fieldDescription
RecordSelect the NetSuite record to upsert. Only REST Web Services supported records appear in the list. Enable custom records if required.
Record dataProvide the list of records to create or 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
Async job IDThe identifier for the batch async job. Pass this value to the Get async job result action to retrieve the job status and per-record results after NetSuite processes the batch.
Job enqueued atThe timestamp when NetSuite enqueued the batch job for processing.

Last updated: