Bulk Edit Line Items Response
Review asynchronous job tracking details and any media error information returned after a bulk line item edit request.
JSON Example
1{
2 "asynchronousJobId": "707xx0000123ABC",
3 "asynchronousJobStatus": "QUEUED",
4 "errors": []
5}Properties
| Property Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| asynchronousJobId | String | Identifier of the asynchronous job that processes the bulk edit request. | Optional | 67.0 |
| asynchronousJobStatus | String | Current state of the asynchronous job, such as queued, running, succeeded, or failed. | Optional | 67.0 |
| errors | Media Error Details[] | List of processing errors returned when the async job cannot complete the requested updates. | Optional | 67.0 |