File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
content/swagger/resources/products/definitions Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ properties:
29
29
default : []
30
30
parent :
31
31
type : string
32
- description : Code of the parent product model when the product is a variant
32
+ description : Code of the parent product model when the product is a variant (only available in v2.0)
33
33
x-validation-rules : It is equal to an existing product model code only if the product is variant otherwise it's equal to null
34
34
default : " null"
35
35
x-immutable : true
@@ -81,6 +81,17 @@ properties:
81
81
description : Date of the last update
82
82
format : dateTime
83
83
x-read-only : true
84
+ metadata :
85
+ type : object
86
+ description : More information around the product (only available in the Enterprise Edition)
87
+ x-immutable : true
88
+ x-read-only : true
89
+ properties :
90
+ workflow_status :
91
+ description : Status of the product regarding the user permissions (only available in the Enterprise Edition)
92
+ type : string
93
+ enum : ['read_only','draft_in_progress','proposal_waiting_for_approval','working_copy']
94
+
84
95
example : {
85
96
" identifier " : " top" ,
86
97
" enabled " : true,
You can’t perform that action at this time.
0 commit comments