Manage
Manage bulk processes that group together multiple operations to be executed asynchronously.
A bulk process groups many supported API operations into one asynchronous job. This increases throughput, keeps the work within one secure session, and gives your application a single lifecycle to track.
Add operations to a process, execute it, and inspect the result of each operation. Processes can also be paused, resumed, or canceled when their current status permits it. Bulk operations must be enabled for your program.
Read Operations in bulk for supported operations and process states.