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
application/json
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.
Available options:
continue
, stop
, abort
Response
An object with orders mass update results.
The number of entities that were successfully loaded.
Required range:
x >= 0
The number of entities that were successfully updated.
Required range:
x >= 0
The number of entities that failed to be updated.
Required range:
x >= 0
The number of entities that were not found.
Required range:
x >= 0
The list of update results for the requested Order
objects.
Minimum length:
1