You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/extensions/ui-extensions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,24 +284,24 @@ Data sent within the POST body, formatted in JSON, contains :
284
284
- A `timestamp` that can be used with a [secret](#secret) to help you to protect your server against [replay attacks](https://en.wikipedia.org/wiki/Replay_attack).
285
285
286
286
From a position `pim.product.header`, the `data` object contains :
287
-
- A `product_uuid` string field
287
+
- A `productUuid` string field
288
288
289
289
From a position `pim.product-model.header`, the `data` object contains :
290
-
- A `product_model_code` string field representing the root model code.
290
+
- A `productModelCode` string field representing the root model code.
291
291
292
292
From a position `pim.sub-product-model.header`, the `data` object contains :
293
-
- A `product_model_code` string field representing the sub model code.
293
+
- A `productModelCode` string field representing the sub model code.
294
294
295
295
From a position `pim.product-grid.action-bar`, the `data` object contains :
296
-
- A `product_uuids` field which is an array of string representing the UUIDs of selected products
297
-
- A `product_model_codes` field which is an array of string representing the codes of selected product models and sub models
296
+
- A `productUuids` field which is an array of string representing the UUIDs of selected products
297
+
- A `productModelCodes` field which is an array of string representing the codes of selected product models and sub models
0 commit comments