diff --git a/source/includes/v3/_products.md b/source/includes/v3/_products.md index 8424efae..3b66602b 100644 --- a/source/includes/v3/_products.md +++ b/source/includes/v3/_products.md @@ -158,7 +158,7 @@ This section lists all API endpoints that can be used to create, edit or otherwi | `dimensions` | array | List of the variation dimensions. See [Dimensions Properties](#dimensions-properties) | | `shipping_class` | string | Shipping class slug. Shipping classes are used by certain shipping methods to group similar products | | `shipping_class_id` | integer | Shipping class ID read-only | -| `images` | array | Variation featured image. See [Images Properties](#images-properties) | +| `image` | array | Variation featured image. Only position 0 will be used. See [Images Properties](#images-properties) | | `attributes` | array | List of variation attributes. Similar to a `simple` or `variable` product, but for `variation` indicate the attributes used to form the variation. See [Attributes Properties](#attributes-properties) | | `downloads` | array | List of downloadable files. See [Downloads Properties](#downloads-properties) | | `download_limit` | integer | Amount of times the variation can be downloaded. In write-mode you can sent a blank string for unlimited re-downloads. e.g `''` |