Skip to content

Commit 1c6c80c

Browse files
Merge pull request #29 from torrelasley/patch-1
Fixed Issue #27 - Variation image attribute name
2 parents 4f70fd7 + 0f1aa23 commit 1c6c80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/v3/_products.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This section lists all API endpoints that can be used to create, edit or otherwi
158158
| `dimensions` | array | List of the variation dimensions. See [Dimensions Properties](#dimensions-properties) |
159159
| `shipping_class` | string | Shipping class slug. Shipping classes are used by certain shipping methods to group similar products |
160160
| `shipping_class_id` | integer | Shipping class ID <i class="label label-info">read-only</i> |
161-
| `images` | array | Variation featured image. See [Images Properties](#images-properties) |
161+
| `image` | array | Variation featured image. Only position 0 will be used. See [Images Properties](#images-properties) |
162162
| `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) |
163163
| `downloads` | array | List of downloadable files. See [Downloads Properties](#downloads-properties) |
164164
| `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 `''` |

0 commit comments

Comments
 (0)