From 0f1aa23c42206f319579ab6e43512cc8b5dd61c6 Mon Sep 17 00:00:00 2001 From: Torre Lasley Date: Thu, 10 Mar 2016 07:56:55 -0500 Subject: [PATCH] Fixed Issue #27 - Variation image attribute name In the Variations Properties section, change the attribute from 'images' to 'image' and also clarified that only the image in position 0 will be used. --- source/includes/v3/_products.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `''` |