We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7554e22 commit d2867b2Copy full SHA for d2867b2
src/Enum/Fields/ProductFields.php
@@ -13,6 +13,7 @@ class ProductFields extends AbstractObjectEnum
13
const PRODUCT_TYPE = 'product_type';
14
const PUBLISHED_AT = 'published_at';
15
const PUBLISHED_SCOPE = 'published_scope';
16
+ const STATUS = 'status';
17
const TAGS = 'tags';
18
const TEMPLATE_SUFFIX = 'template_suffix';
19
const TITLE = 'title';
@@ -35,6 +36,7 @@ public function getFieldTypes()
35
36
'product_type' => 'string',
37
'published_at' => 'DateTime',
38
'published_scope' => 'string',
39
+ 'status' => 'string',
40
'tags' => 'string',
41
'template_suffix' => 'string',
42
'title' => 'string',
0 commit comments