Batch
Batch processing allows you to submit arbitrary sequence of requests within a single HTTPS request.
Any type of request from the above documentation may be used in the Batch, and the Batch may combine different types of requests arbitrarily as well.
Using Batch requests is beneficial for example, when synchronizing the catalog of items or uploading historical interaction data, as sending the data in Batch is considerably faster than sending the individual requests (thanks to optimizations and reducing network and HTTPS overhead).
Path parameters
ID of your database.
Request body
Response
Successful operation. There is an array with responses. The order of the responses in the array follows the order of the sent requests.
Changes
No recorded changes to this endpoint across all 1 revision of this API.