object BulkMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
errors | [OperationError] | Validation or processing errors returned by the operation. |
Referenced By
- order_bulk_add_tags Mutation
- order_bulk_remove_tags Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"errors": [[{id: "T3BlcmF0aW9uRXJyb3I6MTIzNA=="}]]
}