Configure the batch operations that act on up to 100 records at a time (Add List, Update List, Upsert List, Delete List, and Get List) and the operations that track the resulting asynchronous jobs (Get Async Job Status, Get Async Job Task List, and Get Async Job Task Result).
Batch operations run asynchronously. Each batch operation returns immediately with a job ID, and NetSuite processes the records on the server. Use Get Async Job Status to poll for completion, Get Async Job Task List to retrieve the task IDs, and Get Async Job Task Result to retrieve per-record results. Every item in a single batch must be the same record type, and each batch accepts a maximum of 100 records. For full parameter, output, and error details, see NetSuite REST Connector Reference.