Skip to content

Commit 34863d9

Browse files
Include note about product name
1 parent 1c6c80c commit 34863d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/v3/_products.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ This section lists all API endpoints that can be used to create, edit or otherwi
55
## Products Properties ##
66

77
| Attribute | Type | Description |
8-
| ------------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
|---------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
99
| `title` | string | Product name |
1010
| `id` | integer | Product ID (post ID) <i class="label label-info">read-only</i> |
11+
| `name` | string | Product slug <i class="label label-info">edit-only</i> |
1112
| `created_at` | string | UTC DateTime when the product was created <i class="label label-info">read-only</i> |
1213
| `updated_at` | string | UTC DateTime when the product was last updated <i class="label label-info">read-only</i> |
1314
| `type` | string | Product type. By default in WooCommerce the following types are available: `simple`, `grouped`, `external`, `variable`. Default is `simple` |

0 commit comments

Comments
 (0)