Skip to content

Commit b51eae3

Browse files
Fixed product images type
Closes woocommerce#122
1 parent 9023697 commit b51eae3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/includes/wp-api-v2/_products.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ The products API allows you to create, view, update, and delete individual, or a
6363
| `parent_id` | integer | Product parent ID. |
6464
| `purchase_note` | string | Optional note to send the customer after purchase. |
6565
| `categories` | array | List of categories. See [Product - Categories properties](#product-categories-properties) |
66-
| `tags` | array | List of tags. See [Product - Tags properties](#product-tags-properties) |
67-
| `images` | object | List of images. See [Product - Images properties](#product-images-properties) |
66+
| `tags` | array | List of tags. See [Product - Tags properties](#product-tags-properties) | array | List of images. See [Product - Images properties](#product-images-properties) |
6867
| `attributes` | array | List of attributes. See [Product - Attributes properties](#product-attributes-properties) |
6968
| `default_attributes` | array | Defaults variation attributes. See [Product - Default attributes properties](#product-default-attributes-properties) |
7069
| `variations` | array | List of variations IDs. <i class="label label-info">read-only</i> |

0 commit comments

Comments
 (0)