Skip to content

Commit bd43d1a

Browse files
Fixed type of grouped_products, closes #57
1 parent 281728d commit bd43d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The products API allows you to create, view, update, and delete individual, or a
6565
| `attributes` | array | List of attributes. See [Attributes properties](#attribute-properties). |
6666
| `default_attributes` | array | Defaults variation attributes, used only for variations and pre-selected attributes on the frontend. See [Default Attributes properties](#default-attribute-properties). |
6767
| `variations` | array | List of variations. See [Variations properties](#variation-properties) |
68-
| `grouped_products` | string | List of grouped products ID, only for `group` type products. <i class="label label-info">read-only</i> |
68+
| `grouped_products` | array | List of grouped products ID, only for `group` type products. <i class="label label-info">read-only</i> |
6969
| `menu_order` | integer | Menu order, used to custom sort products. |
7070

7171
### Download properties ###

0 commit comments

Comments
 (0)