Updates a batch of orders specified by and according to the request body.
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.
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.
continue The current entity will be rolled back and any remaining entities will continue to be processed.stop The current entity will be rolled back and the request will stop processing any remaining entities.abort The entire request will be rolled back.continue, stop, abort 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