diff --git a/source/includes/v2/_products.md b/source/includes/v2/_products.md
index 7b71c6de..b766fba8 100644
--- a/source/includes/v2/_products.md
+++ b/source/includes/v2/_products.md
@@ -57,7 +57,7 @@ This section lists all API that can be used to create, edit or otherwise manipul
| `categories` | array | List of product categories names (`string`). In write-mode need to pass a array of categories IDs (`integer`) ([uses wp_set_object_terms()](http://codex.wordpress.org/Function_Reference/wp_set_object_terms)) |
| `tags` | array | List of product tags names (`string`). In write-mode need to pass a array of tags IDs (`integer`) ([uses wp_set_object_terms()](http://codex.wordpress.org/Function_Reference/wp_set_object_terms)) |
| `images` | array | List of products images. See [Images Properties](#images-properties) |
-| `featured_src` | string | Featured image URL read-only |
+| `featured_src` | string | Featured image URL |
| `attributes` | array | List of product attributes. See [Attributes Properties](#attributes-properties). Note: the attribute must be registered in WooCommerce before. |
| `default_attributes` | array | Defaults variation attributes. These are the attributes that will be pre-selected on the frontend. See [Default Attributes Properties](#default-attributes-properties) write-only |
| `downloads` | array | List of downloadable files. See [Downloads Properties](#downloads-properties) |