Discussions
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?