object DeleteProductImageOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
removed | Boolean | Whether an image matching the given src was removed from the product |
Referenced By
- product_delete_image Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"removed": true
}