Skip to content

Commit faf2d4e

Browse files
Merge pull request woocommerce#135 from vend/update-variations-gmt-fields
Add missing GMT fields to product variations
2 parents d1a364f + cd49803 commit faf2d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/includes/wp-api-v2/_product-variations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The product variations API allows you to create, view, update, and delete indivi
88
|-------------------------|-----------|---------------------------------------------------------------------------------------------------------------------|
99
| `id` | integer | Unique identifier for the resource. <i class="label label-info">read-only</i> |
1010
| `date_created` | date-time | The date the variation was created, in the site's timezone. <i class="label label-info">read-only</i> |
11+
| `date_created_gmt` | date-time | The date the variation was created, as GMT. <i class="label label-info">read-only</i> |
1112
| `date_modified` | date-time | The date the variation was last modified, in the site's timezone. <i class="label label-info">read-only</i> |
13+
| `date_modified_gmt` | date-time | The date the variation was last modified, as GMT. <i class="label label-info">read-only</i> |
1214
| `description` | string | Variation description. |
1315
| `permalink` | string | Variation URL. <i class="label label-info">read-only</i> |
1416
| `sku` | string | Unique identifier. |

0 commit comments

Comments
 (0)