Skip to content

Commit a614f4e

Browse files
Fixed products properties table
1 parent a1e07a4 commit a614f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The products API allows you to create, view, update, and delete individual, or a
66

77
| Attribute | Type | Description |
88
|----------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9-
| `id` | integer | Unique identifier for the resource. <i class="label label-info">read-only</i> 'categories' => [ |
9+
| `id` | integer | Unique identifier for the resource. <i class="label label-info">read-only</i> |
1010
| `name` | string | Product name. |
1111
| `slug` | string | Product slug. |
1212
| `permalink` | string | Product URL. <i class="label label-info">read-only</i> |
@@ -63,7 +63,7 @@ The products API allows you to create, view, update, and delete individual, or a
6363
| `tags` | array | List of tags. See [Tags properties](#tag-properties). |
6464
| `images` | array | List of images. See [Images properties](#image-properties) |
6565
| `attributes` | array | List of attributes. See [Attributes properties](#attribute-properties). |
66-
| `default_attributes` | array | Defaults variation attributes, used only for variations and pre-selected attributes on the frontend. See [Default Attributes properties](#default-attribute-properties). |
66+
| `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) |
6868
| `grouped_products` | string | 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. |

0 commit comments

Comments
 (0)