Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Bulk Updating Items via REST API
With the retirement of the SOAP api, how can I change from async bulk updates of
- updateList
- upsertList
- addList
- deleteList
to something I can use in rest. I would be fine updating all 110K items with single API calls, however the concurrency and rate limits do not allow such to happen even over night when system usage is low. We need a method of bulk updating via tha API. When is that going to be provided in the rest side.
On a side note, I tried using async, and passing in an array of objects no errors, but didn't update anything either. I was hoping that would have worked, and seems like it would be pretty trivial to make work. Why else does the documentation say there is a 104M payload maximum for the async calls?
Tagged:
0