object BulkMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
errors | [OperationError] |
Referenced By
- order_bulk_add_tags Mutation
- order_bulk_remove_tags Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"errors": OperationError
}