object DeleteProductImageOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
removed | Boolean | Whether an image matching the given src was removed from the product. |
Referenced By
- product_delete_image Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"removed": true
}