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