Skip to content

Commit 8b787b7

Browse files
Merge pull request #660 from akeneo/support-feedback
Feedback from the support team
2 parents 24a425b + c842cb2 commit 8b787b7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

content/concepts/products.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ Whenever the attribute's type is either `pim_catalog_text` or `pim_catalog_texta
200200
"values": {
201201
"description": [
202202
{
203+
"locale": null,
204+
"scope": null,
203205
"data": "Tshirt long sleeves\nWinter special, 100% whool"
204206
}
205207
]
@@ -219,6 +221,8 @@ Whenever the attribute's type is either `pim_catalog_file` or `pim_catalog_image
219221
"values": {
220222
"packshot": [
221223
{
224+
"locale": null,
225+
"scope": null,
222226
"data": "f/2/e/6/f2e6674e0766acdc70f814_myFile.pdf"
223227
}
224228
]
@@ -238,6 +242,8 @@ Whenever the attribute's type is `pim_catalog_date`, the `data` field should con
238242
"values": {
239243
"packshot": [
240244
{
245+
"locale": null,
246+
"scope": null,
241247
"data": "2021-04-29T08:58:00.101Z"
242248
}
243249
]
@@ -257,6 +263,8 @@ Whenever the attribute's type is `pim_catalog_simpleselect`, the `data` field sh
257263
"values": {
258264
"main_color": [
259265
{
266+
"locale": null,
267+
"scope": null,
260268
"data": "blue"
261269
}
262270
]
@@ -272,6 +280,8 @@ Whenever the attribute's type is `pim_catalog_multiselect`, the `data` field sho
272280
"values": {
273281
"materials": [
274282
{
283+
"locale": null,
284+
"scope": null,
275285
"data": ["leather", "cotton"]
276286
}
277287
]
@@ -297,6 +307,8 @@ Whenever the attribute's type is `pim_catalog_reference_data_simpleselect`, the
297307
"values": {
298308
"designer": [
299309
{
310+
"locale": null,
311+
"scope": null,
300312
"data": "bouroullec"
301313
}
302314
]
@@ -312,6 +324,8 @@ Whenever the attribute's type is `pim_catalog_reference_data_multiselect`, the `
312324
"values": {
313325
"collections": [
314326
{
327+
"locale": null,
328+
"scope": null,
315329
"data": ["winter_2019", "spring_2020"]
316330
}
317331
]
@@ -333,6 +347,8 @@ Whenever the attribute's type is `pim_catalog_number`, the `data` field should c
333347
"values": {
334348
"age": [
335349
{
350+
"locale": null,
351+
"scope": null,
336352
"data": 40
337353
}
338354
]
@@ -344,6 +360,8 @@ Whenever the attribute's type is `pim_catalog_number`, the `data` field should c
344360
"values": {
345361
"typing_speed": [
346362
{
363+
"locale": null,
364+
"scope": null,
347365
"data": "89.897"
348366
}
349367
]
@@ -365,6 +383,8 @@ Whenever the attribute's type is `pim_catalog_metric`, the `data` field should c
365383
"values": {
366384
"power": [
367385
{
386+
"locale": null,
387+
"scope": null,
368388
"data": {
369389
"amount":10,
370390
"unit": "KILOWATT"
@@ -379,6 +399,8 @@ Whenever the attribute's type is `pim_catalog_metric`, the `data` field should c
379399
"values": {
380400
"height": [
381401
{
402+
"locale": null,
403+
"scope": null,
382404
"data": {
383405
"amount":"25.45",
384406
"unit": "CENTIMETER"
@@ -403,6 +425,8 @@ Whenever the attribute's type is `pim_catalog_price`, the `data` field should co
403425
"values": {
404426
"recommended_price": [
405427
{
428+
"locale": null,
429+
"scope": null,
406430
"data": [
407431
{
408432
"amount":200,
@@ -419,6 +443,8 @@ Whenever the attribute's type is `pim_catalog_price`, the `data` field should co
419443
"values": {
420444
"price": [
421445
{
446+
"locale": null,
447+
"scope": null,
422448
"data": [
423449
{
424450
"amount":"25.50",
@@ -443,6 +469,8 @@ Whenever the attribute's type is `pim_catalog_boolean`, the `data` field should
443469
"values": {
444470
"is_smart": [
445471
{
472+
"locale": null,
473+
"scope": null,
446474
"data": "true"
447475
}
448476
]
@@ -462,6 +490,8 @@ Whenever the attribute's type is `akeneo_reference_entity`, the `data` field sho
462490
"values": {
463491
"designer": [
464492
{
493+
"locale": null,
494+
"scope": null,
465495
"data": "bouroullec"
466496
}
467497
]
@@ -477,6 +507,8 @@ Whenever the attribute's type is `akeneo_reference_entity_collection`, the `data
477507
"values": {
478508
"collections": [
479509
{
510+
"locale": null,
511+
"scope": null,
480512
"data": ["winter_2019", "spring_2020"]
481513
}
482514
]
@@ -496,6 +528,8 @@ Whenever the attribute's type is `pim_assets_collection`, the `data` field shoul
496528
"values": {
497529
"userguides": [
498530
{
531+
"locale": null,
532+
"scope": null,
499533
"data": ["guarantee_notice", "how_to_guide"]
500534
}
501535
]
@@ -515,6 +549,8 @@ Whenever the attribute's type is `pim_catalog_asset_collection`, the `data` fiel
515549
"values": {
516550
"model_pictures": [
517551
{
552+
"locale": null,
553+
"scope": null,
518554
"data": ["allie_jean_frontview", "allie_jean_backview"]
519555
}
520556
]

0 commit comments

Comments
 (0)