File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
resources/products/definitions Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -1026,6 +1026,7 @@ x-SaaS: {
1026
1026
" href " : " https://demo.akeneo.com/api/rest/v1/product/top"
1027
1027
}
1028
1028
},
1029
+ " uuid " : " aaf518b2-f91e-40f1-a53a-78ce5e81a6f9" ,
1029
1030
" identifier " : " top" ,
1030
1031
" family " : " tshirt" ,
1031
1032
" groups " : [],
@@ -1211,6 +1212,7 @@ x-SaaS: {
1211
1212
" href " : " https://demo.akeneo.com/api/rest/v1/product/cap"
1212
1213
}
1213
1214
},
1215
+ " uuid " : " aec6780b-c813-4bd7-8e24-1a8574471576" ,
1214
1216
" identifier " : " cap" ,
1215
1217
" family " : " caps" ,
1216
1218
" groups " : [],
@@ -1343,6 +1345,7 @@ x-SaaS: {
1343
1345
" href " : " https://demo.akeneo.com/api/rest/v1/product/sweat"
1344
1346
}
1345
1347
},
1348
+ " uuid " : " 93f14b03-5ed3-4f23-87c6-ae3806041b6a" ,
1346
1349
" identifier " : " sweat" ,
1347
1350
" family " : null,
1348
1351
" groups " : [],
Original file line number Diff line number Diff line change 1
1
type : object
2
2
required : ["identifier"]
3
3
properties :
4
+ uuid :
5
+ type : string
6
+ description : Product UUID
7
+ x-from-version : ' SaaS'
4
8
identifier :
5
9
type : string
6
10
description : Product identifier, i.e. the value of the only `pim_catalog_identifier` attribute
You can’t perform that action at this time.
0 commit comments