File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
content/events-reference/events-reference-serenity Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ A product created event follows this format:
20
20
"pim_source" : " https://demo.akeneo.com" ,
21
21
"data" : {
22
22
"resource" : {
23
+ "uuid" :" 1fd20ad8-ef95-49d7-a581-fb9f8ac0c5ad" ,
23
24
"identifier" : " 1111111304" ,
24
25
"family" : " accessories" ,
25
26
"parent" : null ,
@@ -138,6 +139,7 @@ A product updated event follows this format:
138
139
"pim_source" : " https://demo.akeneo.com" ,
139
140
"data" : {
140
141
"resource" : {
142
+ "uuid" :" 1fd20ad8-ef95-49d7-a581-fb9f8ac0c5ad" ,
141
143
"identifier" : " 1111111304" ,
142
144
"family" : " accessories" ,
143
145
"parent" : null ,
@@ -256,7 +258,8 @@ A product removed event follows this format:
256
258
"pim_source" : " https://demo.akeneo.com" ,
257
259
"data" : {
258
260
"resource" : {
259
- "identifier" : " 1111111304"
261
+ "identifier" : " 1111111304" ,
262
+ "uuid" :" cb02315b-a8f6-4580-beee-7624c02c1384"
260
263
}
261
264
}
262
265
}
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ properties:
29
29
resource :
30
30
type : object
31
31
properties :
32
+ uuid :
33
+ type : string
34
+ description : Product UUID
32
35
identifier :
33
36
type : string
34
37
description : Product identifier, i.e. the value of the only `pim_catalog_identifier` attribute
Original file line number Diff line number Diff line change @@ -31,3 +31,7 @@ properties:
31
31
properties :
32
32
identifier :
33
33
type : string
34
+ description : Product identifier, i.e. the value of the only `pim_catalog_identifier` attribute
35
+ uuid :
36
+ type : string
37
+ description : Product UUID
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ properties:
29
29
resource :
30
30
type : object
31
31
properties :
32
+ uuid :
33
+ type : string
34
+ description : Product UUID
32
35
identifier :
33
36
type : string
34
37
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