Mass update orders
Updates a batch of orders specified by and according to the request body.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Body
An object containing the orders to be updated.
An object containing all of the actions to be taken on the specified Order ids.
The value determining how errors are to be handled.
continueThe current entity will be rolled back and any remaining entities will continue to be processed.stopThe current entity will be rolled back and the request will stop processing any remaining entities.abortThe entire request will be rolled back.
continue, stop, abort Response
An object with orders mass update results.
The number of entities that were successfully loaded.
x >= 0The number of entities that were successfully updated.
x >= 0The number of entities that failed to be updated.
x >= 0The number of entities that were not found.
x >= 0The list of update results for the requested Order objects.
1