oneentry 1.0.49 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +397 -397
- package/dist/attribute-sets/attributeSetsApi.js +1 -1
- package/dist/attribute-sets/attributeSetsInterfaces.d.ts +1 -1
- package/dist/base/oneEntry.d.ts +2 -0
- package/dist/base/oneEntry.js +25 -0
- package/dist/base/utils.d.ts +1 -1
- package/dist/blocks/blocksApi.js +1 -1
- package/dist/blocks/blocksInterfaces.d.ts +1 -1
- package/dist/forms/formsApi.js +2 -2
- package/dist/forms/formsInterfaces.d.ts +2 -2
- package/dist/formsData/formsDataApi.js +3 -3
- package/dist/formsData/formsDataInterfaces.d.ts +4 -1
- package/dist/menus/menusApi.js +1 -1
- package/dist/menus/menusInterfaces.d.ts +2 -2
- package/dist/pages/pagesInterfaces.d.ts +2 -2
- package/dist/products/productsApi.d.ts +1 -1
- package/dist/products/productsApi.js +8 -8
- package/dist/products/productsInterfaces.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ Example return:
|
|
|
132
132
|
<summary>Schema</summary>
|
|
133
133
|
|
|
134
134
|
**id:** number <br>
|
|
135
|
-
*object identifier
|
|
135
|
+
*object identifier*<br>
|
|
136
136
|
example: 1764 <br>
|
|
137
137
|
|
|
138
138
|
**identifier:** string <br>
|
|
@@ -142,11 +142,11 @@ default: admin1 <br>
|
|
|
142
142
|
|
|
143
143
|
**attributeSetId:** number <br>
|
|
144
144
|
*Attribute set identifier* <br>
|
|
145
|
-
example: 7
|
|
145
|
+
example: 7<br>
|
|
146
146
|
|
|
147
147
|
**isSync** boolean <br>
|
|
148
148
|
*Page indexing flag (true or false)* <br>
|
|
149
|
-
example: false
|
|
149
|
+
example: false <br>
|
|
150
150
|
|
|
151
151
|
**attributeValues:** Record<string, string> <br>
|
|
152
152
|
*Array of attribute values from the index (presented as a pair of user attribute identifier: attribute value)* <br>
|
|
@@ -154,7 +154,7 @@ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "",
|
|
|
154
154
|
|
|
155
155
|
**position:** number <br>
|
|
156
156
|
*Position number (for sorting)* <br>
|
|
157
|
-
example: 192
|
|
157
|
+
example: 192 <br>
|
|
158
158
|
|
|
159
159
|
</details>
|
|
160
160
|
|
|
@@ -227,8 +227,8 @@ example: list <br>
|
|
|
227
227
|
**marker:** string <br>
|
|
228
228
|
*textual identifier of the attribute (marker)* <br>
|
|
229
229
|
Enum:
|
|
230
|
-
[ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ]
|
|
231
|
-
example: list1
|
|
230
|
+
[ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ] <br>
|
|
231
|
+
example: list1 <br>
|
|
232
232
|
|
|
233
233
|
**position:** number <br>
|
|
234
234
|
*position number for sorting* <br>
|
|
@@ -236,7 +236,7 @@ example: 192 <br>
|
|
|
236
236
|
|
|
237
237
|
**validators:** Record<string, any> <br>
|
|
238
238
|
*set of validators for validation* <br>
|
|
239
|
-
example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } }
|
|
239
|
+
example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } } <br>
|
|
240
240
|
|
|
241
241
|
**localizeInfos:** Record<string, any> <br>
|
|
242
242
|
*localization data for the set (name)* <br>
|
|
@@ -244,7 +244,7 @@ example: OrderedMap { "title": "My attribute" } <br>
|
|
|
244
244
|
|
|
245
245
|
**listTitles** Record<string, any> <br>
|
|
246
246
|
*array of values (with extended data) for list and radioButton attributes* <br>
|
|
247
|
-
example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ]
|
|
247
|
+
example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ] <br>
|
|
248
248
|
|
|
249
249
|
</details>
|
|
250
250
|
|
|
@@ -304,8 +304,8 @@ example: list <br>
|
|
|
304
304
|
**marker:** string <br>
|
|
305
305
|
*textual identifier of the attribute (marker)* <br>
|
|
306
306
|
Enum:
|
|
307
|
-
[ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ]
|
|
308
|
-
example: list1
|
|
307
|
+
[ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ] <br>
|
|
308
|
+
example: list1 <br>
|
|
309
309
|
|
|
310
310
|
**position:** number <br>
|
|
311
311
|
*position number for sorting* <br>
|
|
@@ -313,7 +313,7 @@ example: 192 <br>
|
|
|
313
313
|
|
|
314
314
|
**validators:** Record<string, any> <br>
|
|
315
315
|
*set of validators for validation* <br>
|
|
316
|
-
example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } }
|
|
316
|
+
example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } } <br>
|
|
317
317
|
|
|
318
318
|
**localizeInfos:** Record<string, any> <br>
|
|
319
319
|
*localization data for the set (name)* <br>
|
|
@@ -321,7 +321,7 @@ example: OrderedMap { "title": "My attribute" } <br>
|
|
|
321
321
|
|
|
322
322
|
**listTitles** Record<string, any> <br>
|
|
323
323
|
*array of values (with extended data) for list and radioButton attributes* <br>
|
|
324
|
-
example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ]
|
|
324
|
+
example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ] <br>
|
|
325
325
|
|
|
326
326
|
</details>
|
|
327
327
|
|
|
@@ -390,42 +390,42 @@ example: 1764 <br>
|
|
|
390
390
|
|
|
391
391
|
**attributeSetId:** number <br>
|
|
392
392
|
*identifier for the used attribute set* <br>
|
|
393
|
-
example: 7
|
|
393
|
+
example: 7 <br>
|
|
394
394
|
|
|
395
395
|
**localizeInfos:** CommonLocalizeInfos <br>
|
|
396
396
|
*block name with localization* <br>
|
|
397
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "My block" } }
|
|
397
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "My block" } } <br>
|
|
398
398
|
|
|
399
399
|
**customSettings:** BlockCustomSettings <br>
|
|
400
400
|
*custom settings for different block types* <br>
|
|
401
|
-
example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] }
|
|
401
|
+
example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] } <br>
|
|
402
402
|
|
|
403
403
|
**version:** number <br>
|
|
404
404
|
*object version number* <br>
|
|
405
|
-
example: 10
|
|
405
|
+
example: 10 <br>
|
|
406
406
|
|
|
407
407
|
**identifier:** string <br>
|
|
408
408
|
*textual identifier for the field record* <br>
|
|
409
409
|
example: catalog <br>
|
|
410
|
-
default: marker
|
|
410
|
+
default: marker <br>
|
|
411
411
|
|
|
412
412
|
**position:** number <br>
|
|
413
413
|
*position number (for sorting)* <br>
|
|
414
|
-
example: 192
|
|
414
|
+
example: 192 <br>
|
|
415
415
|
|
|
416
416
|
**attributeValues:** Record<string, string> <br>
|
|
417
417
|
*array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
418
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
418
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
419
419
|
|
|
420
420
|
**type:** string <br>
|
|
421
421
|
*block type* <br>
|
|
422
|
-
example: forNewsPage
|
|
422
|
+
example: forNewsPage <br>
|
|
423
423
|
|
|
424
424
|
**templateIdentifier:** string <br>
|
|
425
425
|
*template marker used by the block (can be null)* <br>
|
|
426
426
|
Enum:
|
|
427
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
428
|
-
example: null
|
|
427
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
428
|
+
example: null <br>
|
|
429
429
|
|
|
430
430
|
</details>
|
|
431
431
|
---
|
|
@@ -470,13 +470,13 @@ Example return:
|
|
|
470
470
|
<summary>Schema</summary>
|
|
471
471
|
|
|
472
472
|
**filename:** string <br>
|
|
473
|
-
*filename with relative path*
|
|
473
|
+
*filename with relative path* <br>
|
|
474
474
|
|
|
475
475
|
**downloadLink:** string <br>
|
|
476
|
-
*link for downloading the file*
|
|
476
|
+
*link for downloading the file* <br>
|
|
477
477
|
|
|
478
478
|
**size** number <br>
|
|
479
|
-
*size of the file in bytes*
|
|
479
|
+
*size of the file in bytes* <br>
|
|
480
480
|
|
|
481
481
|
</details>
|
|
482
482
|
|
|
@@ -584,40 +584,40 @@ Example return:
|
|
|
584
584
|
|
|
585
585
|
**id:** number <br>
|
|
586
586
|
*object identifier* <br>
|
|
587
|
-
example: 1764
|
|
587
|
+
example: 1764 <br>
|
|
588
588
|
|
|
589
589
|
**attributeSetId:** number <br>
|
|
590
590
|
*identifier of the attribute set used* <br>
|
|
591
591
|
|
|
592
592
|
**processingType:** string <br>
|
|
593
593
|
*form processing type* <br>
|
|
594
|
-
example: email
|
|
594
|
+
example: email <br>
|
|
595
595
|
|
|
596
596
|
**localizeInfos:** FormLocalizeInfos <br>
|
|
597
597
|
*form name with localization* <br>
|
|
598
598
|
Enum:
|
|
599
599
|
[ db, email, script ]
|
|
600
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } }
|
|
600
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } } <br>
|
|
601
601
|
|
|
602
602
|
**processingData:** ProcessingData <br>
|
|
603
|
-
*form data*
|
|
603
|
+
*form data* <br>
|
|
604
604
|
|
|
605
605
|
**version:** number <br>
|
|
606
606
|
*object version number* <br>
|
|
607
|
-
example: 10
|
|
607
|
+
example: 10 <br>
|
|
608
608
|
|
|
609
609
|
**identifier:** string <br>
|
|
610
610
|
*textual identifier for the record field* <br>
|
|
611
|
-
example: catalog
|
|
612
|
-
default: marker
|
|
611
|
+
example: catalog <br>
|
|
612
|
+
default: marker <br>
|
|
613
613
|
|
|
614
614
|
**position:** number <br>
|
|
615
615
|
*position number (for sorting)* <br>
|
|
616
|
-
example: 192
|
|
616
|
+
example: 192 <br>
|
|
617
617
|
|
|
618
618
|
**attributes:** <br>
|
|
619
619
|
*array of attribute values from the used attribute set for displaying the form (taking into account the specified language)* <br>
|
|
620
|
-
example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ]
|
|
620
|
+
example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ] <br>
|
|
621
621
|
|
|
622
622
|
</details>
|
|
623
623
|
|
|
@@ -684,40 +684,40 @@ Example return:
|
|
|
684
684
|
|
|
685
685
|
**id:** number <br>
|
|
686
686
|
*object identifier* <br>
|
|
687
|
-
example: 1764
|
|
687
|
+
example: 1764 <br>
|
|
688
688
|
|
|
689
689
|
**attributeSetId:** number <br>
|
|
690
690
|
*identifier of the attribute set used* <br>
|
|
691
691
|
|
|
692
692
|
**processingType:** string <br>
|
|
693
693
|
*form processing type* <br>
|
|
694
|
-
example: email
|
|
694
|
+
example: email <br>
|
|
695
695
|
|
|
696
696
|
**localizeInfos:** FormLocalizeInfos <br>
|
|
697
697
|
*form name with localization* <br>
|
|
698
698
|
Enum:
|
|
699
699
|
[ db, email, script ]
|
|
700
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } }
|
|
700
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } } <br>
|
|
701
701
|
|
|
702
702
|
**processingData:** ProcessingData <br>
|
|
703
|
-
*form data*
|
|
703
|
+
*form data* <br>
|
|
704
704
|
|
|
705
705
|
**version:** number <br>
|
|
706
706
|
*object version number* <br>
|
|
707
|
-
example: 10
|
|
707
|
+
example: 10 <br>
|
|
708
708
|
|
|
709
709
|
**identifier:** string <br>
|
|
710
710
|
*textual identifier for the record field* <br>
|
|
711
|
-
example: catalog
|
|
712
|
-
default: marker
|
|
711
|
+
example: catalog <br>
|
|
712
|
+
default: marker <br>
|
|
713
713
|
|
|
714
714
|
**position:** number <br>
|
|
715
715
|
*position number (for sorting)* <br>
|
|
716
|
-
example: 192
|
|
716
|
+
example: 192 <br>
|
|
717
717
|
|
|
718
718
|
**attributes:** <br>
|
|
719
719
|
*array of attribute values from the used attribute set for displaying the form (taking into account the specified language)* <br>
|
|
720
|
-
example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ]
|
|
720
|
+
example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ] <br>
|
|
721
721
|
|
|
722
722
|
</details>
|
|
723
723
|
|
|
@@ -754,19 +754,19 @@ Example return:
|
|
|
754
754
|
|
|
755
755
|
**id:** number <br>
|
|
756
756
|
*object identifier* <br>
|
|
757
|
-
example: 1764
|
|
757
|
+
example: 1764 <br>
|
|
758
758
|
|
|
759
759
|
**formIdentifier:** string <br>
|
|
760
760
|
*Text identifier of the form object (marker)* <br>
|
|
761
|
-
example: my-form
|
|
761
|
+
example: my-form <br>
|
|
762
762
|
|
|
763
763
|
**time:** Date <br>
|
|
764
764
|
*Date and time of form modification* <br>
|
|
765
|
-
example: 2023-02-12 10:56
|
|
765
|
+
example: 2023-02-12 10:56 <br>
|
|
766
766
|
|
|
767
767
|
**formData:** FormDataLangType <br>
|
|
768
768
|
*Data submitted by the form* <br>
|
|
769
|
-
example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] }
|
|
769
|
+
example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] } <br>
|
|
770
770
|
|
|
771
771
|
</details>
|
|
772
772
|
|
|
@@ -798,23 +798,23 @@ Example return:
|
|
|
798
798
|
|
|
799
799
|
**id:** number <br>
|
|
800
800
|
*object identifier* <br>
|
|
801
|
-
example: 1764
|
|
801
|
+
example: 1764 <br>
|
|
802
802
|
|
|
803
803
|
**formIdentifier:** string <br>
|
|
804
804
|
*Text identifier of the form object (marker)* <br>
|
|
805
|
-
example: my-form
|
|
805
|
+
example: my-form <br>
|
|
806
806
|
|
|
807
807
|
**time:** Date <br>
|
|
808
808
|
*Date and time of form modification* <br>
|
|
809
|
-
example: 2023-02-12 10:56
|
|
809
|
+
example: 2023-02-12 10:56 <br>
|
|
810
810
|
|
|
811
811
|
**formData:** FormDataLangType <br>
|
|
812
812
|
*Data submitted by the form* <br>
|
|
813
|
-
example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] }
|
|
813
|
+
example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] } <br>
|
|
814
814
|
|
|
815
|
-
**attributeSetIdentifier:** string
|
|
816
|
-
*text identifier (marker) of the used attribute set*
|
|
817
|
-
example: test-form
|
|
815
|
+
**attributeSetIdentifier:** string <br>
|
|
816
|
+
*text identifier (marker) of the used attribute set* <br>
|
|
817
|
+
example: test-form <br>
|
|
818
818
|
|
|
819
819
|
</details>
|
|
820
820
|
|
|
@@ -847,23 +847,23 @@ Example return:
|
|
|
847
847
|
|
|
848
848
|
**id:** number <br>
|
|
849
849
|
*object identifier* <br>
|
|
850
|
-
example: 1764
|
|
850
|
+
example: 1764 <br>
|
|
851
851
|
|
|
852
852
|
**formIdentifier:** string <br>
|
|
853
853
|
*Text identifier of the form object (marker)* <br>
|
|
854
|
-
example: my-form
|
|
854
|
+
example: my-form <br>
|
|
855
855
|
|
|
856
856
|
**time:** Date <br>
|
|
857
857
|
*Date and time of form modification* <br>
|
|
858
|
-
example: 2023-02-12 10:56
|
|
858
|
+
example: 2023-02-12 10:56 <br>
|
|
859
859
|
|
|
860
860
|
**formData:** FormDataLangType <br>
|
|
861
861
|
*Data submitted by the form* <br>
|
|
862
|
-
example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] }
|
|
862
|
+
example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] } <br>
|
|
863
863
|
|
|
864
|
-
**attributeSetIdentifier:** string
|
|
865
|
-
*text identifier (marker) of the used attribute set*
|
|
866
|
-
example: test-form
|
|
864
|
+
**attributeSetIdentifier:** string <br>
|
|
865
|
+
*text identifier (marker) of the used attribute set* <br>
|
|
866
|
+
example: test-form <br>
|
|
867
867
|
|
|
868
868
|
</details>
|
|
869
869
|
|
|
@@ -897,13 +897,13 @@ Example return:
|
|
|
897
897
|
|
|
898
898
|
**id:** number <br>
|
|
899
899
|
*object identifier* <br>
|
|
900
|
-
example: 1764
|
|
900
|
+
example: 1764 <br>
|
|
901
901
|
|
|
902
902
|
**type:** string <br>
|
|
903
903
|
*type value* <br>
|
|
904
904
|
example: forNewsPage <br>
|
|
905
905
|
Enum:
|
|
906
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
906
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
907
907
|
|
|
908
908
|
</details>
|
|
909
909
|
---
|
|
@@ -945,35 +945,35 @@ Example return:
|
|
|
945
945
|
|
|
946
946
|
**id:** number <br>
|
|
947
947
|
*object identifier* <br>
|
|
948
|
-
example: 1764
|
|
948
|
+
example: 1764 <br>
|
|
949
949
|
|
|
950
950
|
**shortCode:** string <br>
|
|
951
951
|
*language code (short)* <br>
|
|
952
|
-
example: en
|
|
952
|
+
example: en <br>
|
|
953
953
|
|
|
954
954
|
**code:** string <br>
|
|
955
955
|
*language code with country code* <br>
|
|
956
|
-
example: en_US
|
|
956
|
+
example: en_US <br>
|
|
957
957
|
|
|
958
958
|
**name** string <br>
|
|
959
959
|
*Language name (in English)* <br>
|
|
960
|
-
example: Bengali
|
|
960
|
+
example: Bengali <br>
|
|
961
961
|
|
|
962
962
|
**nativeName** string <br>
|
|
963
963
|
*Language name (in native language)* <br>
|
|
964
|
-
example: বাংলা
|
|
964
|
+
example: বাংলা <br>
|
|
965
965
|
|
|
966
966
|
**isActive:** boolean <br>
|
|
967
967
|
*Flag of usage* <br>
|
|
968
|
-
example: false
|
|
968
|
+
example: false <br>
|
|
969
969
|
|
|
970
|
-
**image:** string
|
|
971
|
-
*Graphic image of the language (under development)*
|
|
972
|
-
example: 🇦🇨
|
|
970
|
+
**image:** string <br>
|
|
971
|
+
*Graphic image of the language (under development)* <br>
|
|
972
|
+
example: 🇦🇨 <br>
|
|
973
973
|
|
|
974
974
|
**position:** {
|
|
975
975
|
description:position number
|
|
976
|
-
}
|
|
976
|
+
} <br>
|
|
977
977
|
</details>
|
|
978
978
|
---
|
|
979
979
|
|
|
@@ -1017,28 +1017,28 @@ Example return:
|
|
|
1017
1017
|
|
|
1018
1018
|
**id:** number <br>
|
|
1019
1019
|
*object identifier* <br>
|
|
1020
|
-
example: 1764
|
|
1020
|
+
example: 1764 <br>
|
|
1021
1021
|
|
|
1022
1022
|
**updatedDate:** string($date-time) <br>
|
|
1023
1023
|
*object modification date* <br>
|
|
1024
1024
|
|
|
1025
1025
|
**version:** number <br>
|
|
1026
1026
|
*version number of the object change* <br>
|
|
1027
|
-
example: 10
|
|
1027
|
+
example: 10 <br>
|
|
1028
1028
|
|
|
1029
1029
|
**identifier?:** string <br>
|
|
1030
1030
|
*textual identifier for a record field* <br>
|
|
1031
|
-
example: catalog
|
|
1031
|
+
example: catalog <br>
|
|
1032
1032
|
|
|
1033
1033
|
**name?:** string <br>
|
|
1034
|
-
*name*
|
|
1034
|
+
*name* <br>
|
|
1035
1035
|
|
|
1036
1036
|
**marker?:** string <br>
|
|
1037
|
-
*textual identifier*
|
|
1037
|
+
*textual identifier* <br>
|
|
1038
1038
|
|
|
1039
1039
|
**localizeInfos:** CommonLocalizeInfos <br>
|
|
1040
1040
|
*localized marker name* <br>
|
|
1041
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } }
|
|
1041
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } } <br>
|
|
1042
1042
|
</details>
|
|
1043
1043
|
|
|
1044
1044
|
|
|
@@ -1071,28 +1071,28 @@ Example return:
|
|
|
1071
1071
|
|
|
1072
1072
|
**id:** number <br>
|
|
1073
1073
|
*object identifier* <br>
|
|
1074
|
-
example: 1764
|
|
1074
|
+
example: 1764 <br>
|
|
1075
1075
|
|
|
1076
1076
|
**updatedDate:** string($date-time) <br>
|
|
1077
1077
|
*object modification date* <br>
|
|
1078
1078
|
|
|
1079
1079
|
**version:** number <br>
|
|
1080
1080
|
*version number of the object change* <br>
|
|
1081
|
-
example: 10
|
|
1081
|
+
example: 10 <br>
|
|
1082
1082
|
|
|
1083
1083
|
**identifier?:** string <br>
|
|
1084
1084
|
*textual identifier for a record field* <br>
|
|
1085
|
-
example: catalog
|
|
1085
|
+
example: catalog <br>
|
|
1086
1086
|
|
|
1087
1087
|
**name?:** string <br>
|
|
1088
|
-
*name*
|
|
1088
|
+
*name* <br>
|
|
1089
1089
|
|
|
1090
1090
|
**marker?:** string <br>
|
|
1091
|
-
*textual identifier*
|
|
1091
|
+
*textual identifier* <br>
|
|
1092
1092
|
|
|
1093
1093
|
**localizeInfos:** CommonLocalizeInfos <br>
|
|
1094
1094
|
*localized marker name* <br>
|
|
1095
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } }
|
|
1095
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } } <br>
|
|
1096
1096
|
</details>
|
|
1097
1097
|
|
|
1098
1098
|
### Markers.getMarkerByMarker(marker)
|
|
@@ -1124,28 +1124,28 @@ Example return:
|
|
|
1124
1124
|
|
|
1125
1125
|
**id:** number <br>
|
|
1126
1126
|
*object identifier* <br>
|
|
1127
|
-
example: 1764
|
|
1127
|
+
example: 1764 <br>
|
|
1128
1128
|
|
|
1129
1129
|
**updatedDate:** string($date-time) <br>
|
|
1130
1130
|
*object modification date* <br>
|
|
1131
1131
|
|
|
1132
1132
|
**version:** number <br>
|
|
1133
1133
|
*version number of the object change* <br>
|
|
1134
|
-
example: 10
|
|
1134
|
+
example: 10 <br>
|
|
1135
1135
|
|
|
1136
1136
|
**identifier?:** string <br>
|
|
1137
1137
|
*textual identifier for a record field* <br>
|
|
1138
|
-
example: catalog
|
|
1138
|
+
example: catalog <br>
|
|
1139
1139
|
|
|
1140
1140
|
**name?:** string <br>
|
|
1141
|
-
*name*
|
|
1141
|
+
*name* <br>
|
|
1142
1142
|
|
|
1143
1143
|
**marker?:** string <br>
|
|
1144
|
-
*textual identifier*
|
|
1144
|
+
*textual identifier* <br>
|
|
1145
1145
|
|
|
1146
1146
|
**localizeInfos:** CommonLocalizeInfos <br>
|
|
1147
1147
|
*localized marker name* <br>
|
|
1148
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } }
|
|
1148
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } } <br>
|
|
1149
1149
|
</details>
|
|
1150
1150
|
|
|
1151
1151
|
---
|
|
@@ -1197,19 +1197,19 @@ Example return:
|
|
|
1197
1197
|
|
|
1198
1198
|
**id:** number <br>
|
|
1199
1199
|
*object identifier* <br>
|
|
1200
|
-
example: 1764
|
|
1200
|
+
example: 1764 <br>
|
|
1201
1201
|
|
|
1202
1202
|
**identifier:** string <br>
|
|
1203
1203
|
*textual identifier for a record field* <br>
|
|
1204
|
-
example: catalog
|
|
1204
|
+
example: catalog <br>
|
|
1205
1205
|
|
|
1206
1206
|
**localizeInfos** Record<string, any> <br>
|
|
1207
1207
|
*json object description of the menu item with the language "en_US" (for example)* <br>
|
|
1208
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Main Menu" } }
|
|
1208
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Main Menu" } } <br>
|
|
1209
1209
|
|
|
1210
|
-
**pages:**
|
|
1211
|
-
*data of the pages included in the menu*
|
|
1212
|
-
example: List [ OrderedMap { "id": 11, "pageUrl": "122", "localizeInfos": OrderedMap { "en_US": OrderedMap { "title": "12", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "12" } }, "position": 0, "parentId": null } ]
|
|
1210
|
+
**pages:** <br>
|
|
1211
|
+
*data of the pages included in the menu* <br>
|
|
1212
|
+
example: List [ OrderedMap { "id": 11, "pageUrl": "122", "localizeInfos": OrderedMap { "en_US": OrderedMap { "title": "12", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "12" } }, "position": 0, "parentId": null } ] <br>
|
|
1213
1213
|
</details>
|
|
1214
1214
|
|
|
1215
1215
|
---
|
|
@@ -1269,73 +1269,73 @@ Example return:
|
|
|
1269
1269
|
|
|
1270
1270
|
**id:** number <br>
|
|
1271
1271
|
*object identifier* <br>
|
|
1272
|
-
example: 1764
|
|
1272
|
+
example: 1764 <br>
|
|
1273
1273
|
|
|
1274
1274
|
**parentId** number <br>
|
|
1275
1275
|
*parent page identifier, if null, it is a top-level page* <br>
|
|
1276
|
-
example: null
|
|
1276
|
+
example: null <br>
|
|
1277
1277
|
|
|
1278
1278
|
**config** Record<string, number> <br>
|
|
1279
1279
|
*output settings for catalog pages* <br>
|
|
1280
|
-
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
|
|
1280
|
+
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
|
|
1281
1281
|
|
|
1282
1282
|
**pageUrl** string <br>
|
|
1283
|
-
*unique page URL*
|
|
1283
|
+
*unique page URL* <br>
|
|
1284
1284
|
|
|
1285
1285
|
**depth** number <br>
|
|
1286
1286
|
*page nesting depth relative to parentId* <br>
|
|
1287
|
-
example: 3
|
|
1287
|
+
example: 3 <br>
|
|
1288
1288
|
|
|
1289
1289
|
**localizeInfos:** Record<string, any> <br>
|
|
1290
1290
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1291
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1291
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1292
1292
|
|
|
1293
1293
|
**isVisible:** boolean <br>
|
|
1294
1294
|
*Page visibility flag* <br>
|
|
1295
|
-
example: true
|
|
1295
|
+
example: true <br>
|
|
1296
1296
|
|
|
1297
1297
|
**products** number <br>
|
|
1298
1298
|
*Number of products linked to the page* <br>
|
|
1299
|
-
example: 0
|
|
1299
|
+
example: 0 <br>
|
|
1300
1300
|
|
|
1301
1301
|
**attributeSetId:** number <br>
|
|
1302
1302
|
*attribute set identifier* <br>
|
|
1303
|
-
example: 7
|
|
1303
|
+
example: 7 <br>
|
|
1304
1304
|
|
|
1305
1305
|
**forms** <br>
|
|
1306
|
-
*Array of FormEntity object identifier values linked to the page (optional)*
|
|
1306
|
+
*Array of FormEntity object identifier values linked to the page (optional)* <br>
|
|
1307
1307
|
|
|
1308
1308
|
|
|
1309
1309
|
**blocks** <br>
|
|
1310
|
-
*Array of BlockEntity object identifier values linked to the page (optional)*
|
|
1310
|
+
*Array of BlockEntity object identifier values linked to the page (optional)* <br>
|
|
1311
1311
|
|
|
1312
1312
|
|
|
1313
1313
|
**isSync:** boolean <br>
|
|
1314
1314
|
*indicator of page indexing (true or false)* <br>
|
|
1315
|
-
example: false
|
|
1315
|
+
example: false <br>
|
|
1316
1316
|
|
|
1317
1317
|
**templateIdentifier:** string <br>
|
|
1318
1318
|
*Custom identifier of the linked template* <br>
|
|
1319
|
-
example: my-template
|
|
1319
|
+
example: my-template <br>
|
|
1320
1320
|
|
|
1321
1321
|
**attributeValues:** Record<string, string> <br>
|
|
1322
1322
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
1323
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
1323
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
1324
1324
|
|
|
1325
1325
|
**position:** number <br>
|
|
1326
1326
|
*position number for sorting (optional)* <br>
|
|
1327
|
-
example: 192
|
|
1327
|
+
example: 192 <br>
|
|
1328
1328
|
|
|
1329
1329
|
**type:** string <br>
|
|
1330
1330
|
*Page type* <br>
|
|
1331
|
-
example: forNewsPage
|
|
1331
|
+
example: forNewsPage <br>
|
|
1332
1332
|
Enum:
|
|
1333
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1333
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1334
1334
|
|
|
1335
1335
|
|
|
1336
1336
|
**childrenCount:** number <br>
|
|
1337
1337
|
*number of nested pages* <br>
|
|
1338
|
-
example: 0
|
|
1338
|
+
example: 0 <br>
|
|
1339
1339
|
|
|
1340
1340
|
</details>
|
|
1341
1341
|
|
|
@@ -1387,73 +1387,73 @@ Example return:
|
|
|
1387
1387
|
|
|
1388
1388
|
**id:** number <br>
|
|
1389
1389
|
*object identifier* <br>
|
|
1390
|
-
example: 1764
|
|
1390
|
+
example: 1764 <br>
|
|
1391
1391
|
|
|
1392
1392
|
**parentId** number <br>
|
|
1393
1393
|
*parent page identifier, if null, it is a top-level page* <br>
|
|
1394
|
-
example: null
|
|
1394
|
+
example: null <br>
|
|
1395
1395
|
|
|
1396
1396
|
**config** Record<string, number> <br>
|
|
1397
1397
|
*output settings for catalog pages* <br>
|
|
1398
|
-
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
|
|
1398
|
+
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
|
|
1399
1399
|
|
|
1400
1400
|
**pageUrl** string <br>
|
|
1401
|
-
*unique page URL*
|
|
1401
|
+
*unique page URL* <br>
|
|
1402
1402
|
|
|
1403
1403
|
**depth** number <br>
|
|
1404
1404
|
*page nesting depth relative to parentId* <br>
|
|
1405
|
-
example: 3
|
|
1405
|
+
example: 3 <br>
|
|
1406
1406
|
|
|
1407
1407
|
**localizeInfos:** Record<string, any> <br>
|
|
1408
1408
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1409
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1409
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1410
1410
|
|
|
1411
1411
|
**isVisible:** boolean <br>
|
|
1412
1412
|
*Page visibility flag* <br>
|
|
1413
|
-
example: true
|
|
1413
|
+
example: true <br>
|
|
1414
1414
|
|
|
1415
1415
|
**products** number <br>
|
|
1416
1416
|
*Number of products linked to the page* <br>
|
|
1417
|
-
example: 0
|
|
1417
|
+
example: 0 <br>
|
|
1418
1418
|
|
|
1419
1419
|
**attributeSetId:** number <br>
|
|
1420
1420
|
*attribute set identifier* <br>
|
|
1421
|
-
example: 7
|
|
1421
|
+
example: 7 <br>
|
|
1422
1422
|
|
|
1423
1423
|
**forms** <br>
|
|
1424
|
-
*Array of FormEntity object identifier values linked to the page (optional)*
|
|
1424
|
+
*Array of FormEntity object identifier values linked to the page (optional)* <br>
|
|
1425
1425
|
|
|
1426
1426
|
|
|
1427
1427
|
**blocks** <br>
|
|
1428
|
-
*Array of BlockEntity object identifier values linked to the page (optional)*
|
|
1428
|
+
*Array of BlockEntity object identifier values linked to the page (optional)* <br>
|
|
1429
1429
|
|
|
1430
1430
|
|
|
1431
1431
|
**isSync:** boolean <br>
|
|
1432
1432
|
*indicator of page indexing (true or false)* <br>
|
|
1433
|
-
example: false
|
|
1433
|
+
example: false <br>
|
|
1434
1434
|
|
|
1435
1435
|
**templateIdentifier:** string <br>
|
|
1436
1436
|
*Custom identifier of the linked template* <br>
|
|
1437
|
-
example: my-template
|
|
1437
|
+
example: my-template <br>
|
|
1438
1438
|
|
|
1439
1439
|
**attributeValues:** Record<string, string> <br>
|
|
1440
1440
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
1441
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
1441
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
1442
1442
|
|
|
1443
1443
|
**position:** number <br>
|
|
1444
1444
|
*position number for sorting (optional)* <br>
|
|
1445
|
-
example: 192
|
|
1445
|
+
example: 192 <br>
|
|
1446
1446
|
|
|
1447
1447
|
**type:** string <br>
|
|
1448
1448
|
*Page type* <br>
|
|
1449
|
-
example: forNewsPage
|
|
1449
|
+
example: forNewsPage <br>
|
|
1450
1450
|
Enum:
|
|
1451
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1451
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1452
1452
|
|
|
1453
1453
|
|
|
1454
1454
|
**childrenCount:** number <br>
|
|
1455
1455
|
*number of nested pages* <br>
|
|
1456
|
-
example: 0
|
|
1456
|
+
example: 0 <br>
|
|
1457
1457
|
|
|
1458
1458
|
</details>
|
|
1459
1459
|
|
|
@@ -1505,73 +1505,73 @@ Example return:
|
|
|
1505
1505
|
|
|
1506
1506
|
**id:** number <br>
|
|
1507
1507
|
*object identifier* <br>
|
|
1508
|
-
example: 1764
|
|
1508
|
+
example: 1764 <br>
|
|
1509
1509
|
|
|
1510
1510
|
**parentId** number <br>
|
|
1511
1511
|
*parent page identifier, if null, it is a top-level page* <br>
|
|
1512
|
-
example: null
|
|
1512
|
+
example: null <br>
|
|
1513
1513
|
|
|
1514
1514
|
**config** Record<string, number> <br>
|
|
1515
1515
|
*output settings for catalog pages* <br>
|
|
1516
|
-
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
|
|
1516
|
+
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
|
|
1517
1517
|
|
|
1518
1518
|
**pageUrl** string <br>
|
|
1519
|
-
*unique page URL*
|
|
1519
|
+
*unique page URL* <br>
|
|
1520
1520
|
|
|
1521
1521
|
**depth** number <br>
|
|
1522
1522
|
*page nesting depth relative to parentId* <br>
|
|
1523
|
-
example: 3
|
|
1523
|
+
example: 3 <br>
|
|
1524
1524
|
|
|
1525
1525
|
**localizeInfos:** Record<string, any> <br>
|
|
1526
1526
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1527
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1527
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1528
1528
|
|
|
1529
1529
|
**isVisible:** boolean <br>
|
|
1530
1530
|
*Page visibility flag* <br>
|
|
1531
|
-
example: true
|
|
1531
|
+
example: true <br>
|
|
1532
1532
|
|
|
1533
1533
|
**products** number <br>
|
|
1534
1534
|
*Number of products linked to the page* <br>
|
|
1535
|
-
example: 0
|
|
1535
|
+
example: 0 <br>
|
|
1536
1536
|
|
|
1537
1537
|
**attributeSetId:** number <br>
|
|
1538
1538
|
*attribute set identifier* <br>
|
|
1539
|
-
example: 7
|
|
1539
|
+
example: 7 <br>
|
|
1540
1540
|
|
|
1541
1541
|
**forms** <br>
|
|
1542
|
-
*Array of FormEntity object identifier values linked to the page (optional)*
|
|
1542
|
+
*Array of FormEntity object identifier values linked to the page (optional)* <br>
|
|
1543
1543
|
|
|
1544
1544
|
|
|
1545
1545
|
**blocks** <br>
|
|
1546
|
-
*Array of BlockEntity object identifier values linked to the page (optional)*
|
|
1546
|
+
*Array of BlockEntity object identifier values linked to the page (optional)* <br>
|
|
1547
1547
|
|
|
1548
1548
|
|
|
1549
1549
|
**isSync:** boolean <br>
|
|
1550
1550
|
*indicator of page indexing (true or false)* <br>
|
|
1551
|
-
example: false
|
|
1551
|
+
example: false <br>
|
|
1552
1552
|
|
|
1553
1553
|
**templateIdentifier:** string <br>
|
|
1554
1554
|
*Custom identifier of the linked template* <br>
|
|
1555
|
-
example: my-template
|
|
1555
|
+
example: my-template <br>
|
|
1556
1556
|
|
|
1557
1557
|
**attributeValues:** Record<string, string> <br>
|
|
1558
1558
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
1559
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
1559
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
1560
1560
|
|
|
1561
1561
|
**position:** number <br>
|
|
1562
1562
|
*position number for sorting (optional)* <br>
|
|
1563
|
-
example: 192
|
|
1563
|
+
example: 192 <br>
|
|
1564
1564
|
|
|
1565
1565
|
**type:** string <br>
|
|
1566
1566
|
*Page type* <br>
|
|
1567
|
-
example: forNewsPage
|
|
1567
|
+
example: forNewsPage <br>
|
|
1568
1568
|
Enum:
|
|
1569
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1569
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1570
1570
|
|
|
1571
1571
|
|
|
1572
1572
|
**childrenCount:** number <br>
|
|
1573
1573
|
*number of nested pages* <br>
|
|
1574
|
-
example: 0
|
|
1574
|
+
example: 0 <br>
|
|
1575
1575
|
|
|
1576
1576
|
</details>
|
|
1577
1577
|
|
|
@@ -1615,61 +1615,61 @@ Example return:
|
|
|
1615
1615
|
|
|
1616
1616
|
**id:** number <br>
|
|
1617
1617
|
*object identifier* <br>
|
|
1618
|
-
example: 1764
|
|
1618
|
+
example: 1764 <br>
|
|
1619
1619
|
|
|
1620
1620
|
**parentId** number <br>
|
|
1621
1621
|
*parent page identifier, if null, it is a top-level page* <br>
|
|
1622
|
-
example: null
|
|
1622
|
+
example: null <br>
|
|
1623
1623
|
|
|
1624
1624
|
**pageUrl** string <br>
|
|
1625
|
-
*unique page URL*
|
|
1625
|
+
*unique page URL* <br>
|
|
1626
1626
|
|
|
1627
1627
|
**depth** number <br>
|
|
1628
1628
|
*page nesting depth relative to parentId* <br>
|
|
1629
|
-
example: 3
|
|
1629
|
+
example: 3 <br>
|
|
1630
1630
|
|
|
1631
1631
|
**localizeInfos:** Record<string, any> <br>
|
|
1632
1632
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1633
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1633
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1634
1634
|
|
|
1635
1635
|
**isVisible:** boolean <br>
|
|
1636
1636
|
*Page visibility flag* <br>
|
|
1637
|
-
example: true
|
|
1637
|
+
example: true <br>
|
|
1638
1638
|
|
|
1639
1639
|
**position:** number <br>
|
|
1640
1640
|
*position number (for sorting)* <br>
|
|
1641
|
-
example: 192
|
|
1641
|
+
example: 192 <br>
|
|
1642
1642
|
|
|
1643
1643
|
**type** string <br>
|
|
1644
1644
|
*page type:* <br>
|
|
1645
1645
|
example: forNewsPage <br>
|
|
1646
1646
|
Enum:
|
|
1647
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1647
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1648
1648
|
|
|
1649
1649
|
|
|
1650
1650
|
**templateIdentifier:** string <br>
|
|
1651
1651
|
*custom identifier of the associated template* <br>
|
|
1652
|
-
example: my-template
|
|
1652
|
+
example: my-template <br>
|
|
1653
1653
|
|
|
1654
1654
|
**attributeSetId:** number <br>
|
|
1655
1655
|
*attribute set identifier* <br>
|
|
1656
|
-
example: 7
|
|
1656
|
+
example: 7 <br>
|
|
1657
1657
|
|
|
1658
1658
|
**forms** <br>
|
|
1659
|
-
*Array of FormEntity object identifier values linked to the page (optional)*
|
|
1659
|
+
*Array of FormEntity object identifier values linked to the page (optional)* <br>
|
|
1660
1660
|
|
|
1661
1661
|
|
|
1662
1662
|
**blocks** <br>
|
|
1663
|
-
*Array of BlockEntity object identifier values linked to the page (optional)*
|
|
1663
|
+
*Array of BlockEntity object identifier values linked to the page (optional)* <br>
|
|
1664
1664
|
|
|
1665
1665
|
|
|
1666
1666
|
**isSync:** boolean <br>
|
|
1667
1667
|
*indicator of page indexing (true or false)* <br>
|
|
1668
|
-
example: false
|
|
1668
|
+
example: false <br>
|
|
1669
1669
|
|
|
1670
1670
|
**products** number <br>
|
|
1671
1671
|
*number of products associated with the page* <br>
|
|
1672
|
-
example: 0
|
|
1672
|
+
example: 0 <br>
|
|
1673
1673
|
|
|
1674
1674
|
</details>
|
|
1675
1675
|
|
|
@@ -1713,52 +1713,52 @@ Example return:
|
|
|
1713
1713
|
|
|
1714
1714
|
**id:** number <br>
|
|
1715
1715
|
*object identifier* <br>
|
|
1716
|
-
example: 1764
|
|
1716
|
+
example: 1764 <br>
|
|
1717
1717
|
|
|
1718
1718
|
**parentId** number <br>
|
|
1719
1719
|
*parent page identifier, if null, it is a top-level page* <br>
|
|
1720
|
-
example: null
|
|
1720
|
+
example: null <br>
|
|
1721
1721
|
|
|
1722
1722
|
**pageUrl** string <br>
|
|
1723
|
-
*unique page URL*
|
|
1723
|
+
*unique page URL* <br>
|
|
1724
1724
|
|
|
1725
1725
|
**depth** number <br>
|
|
1726
1726
|
*page nesting depth relative to parentId* <br>
|
|
1727
|
-
example: 3
|
|
1727
|
+
example: 3 <br>
|
|
1728
1728
|
|
|
1729
1729
|
**localizeInfos:** Record<string, any> <br>
|
|
1730
1730
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1731
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1731
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1732
1732
|
|
|
1733
1733
|
**isVisible:** boolean <br>
|
|
1734
1734
|
*Page visibility flag* <br>
|
|
1735
|
-
example: true
|
|
1735
|
+
example: true <br>
|
|
1736
1736
|
|
|
1737
1737
|
**position:** number <br>
|
|
1738
1738
|
*position number (for sorting)* <br>
|
|
1739
|
-
example: 192
|
|
1739
|
+
example: 192 <br>
|
|
1740
1740
|
|
|
1741
1741
|
**type** string <br>
|
|
1742
1742
|
*page type:* <br>
|
|
1743
1743
|
example: forNewsPage <br>
|
|
1744
1744
|
Enum:
|
|
1745
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1745
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1746
1746
|
|
|
1747
1747
|
|
|
1748
1748
|
**templateIdentifier:** string <br>
|
|
1749
1749
|
*custom identifier of the associated template* <br>
|
|
1750
|
-
example: my-template
|
|
1750
|
+
example: my-template <br>
|
|
1751
1751
|
|
|
1752
1752
|
**attributeSetId:** number <br>
|
|
1753
1753
|
*attribute set identifier* <br>
|
|
1754
|
-
example: 7
|
|
1754
|
+
example: 7 <br>
|
|
1755
1755
|
|
|
1756
1756
|
**forms** <br>
|
|
1757
|
-
*Array of FormEntity object identifier values linked to the page (optional)*
|
|
1757
|
+
*Array of FormEntity object identifier values linked to the page (optional)* <br>
|
|
1758
1758
|
|
|
1759
1759
|
|
|
1760
1760
|
**blocks** <br>
|
|
1761
|
-
*Array of BlockEntity object identifier values linked to the page (optional)*
|
|
1761
|
+
*Array of BlockEntity object identifier values linked to the page (optional)* <br>
|
|
1762
1762
|
|
|
1763
1763
|
|
|
1764
1764
|
**isSync:** boolean <br>
|
|
@@ -1767,7 +1767,7 @@ example: false
|
|
|
1767
1767
|
|
|
1768
1768
|
**products** number <br>
|
|
1769
1769
|
*number of products associated with the page* <br>
|
|
1770
|
-
example: 0
|
|
1770
|
+
example: 0 <br>
|
|
1771
1771
|
|
|
1772
1772
|
</details>
|
|
1773
1773
|
|
|
@@ -1828,38 +1828,38 @@ Example return:
|
|
|
1828
1828
|
|
|
1829
1829
|
**id:** number <br>
|
|
1830
1830
|
*object identifier* <br>
|
|
1831
|
-
example: 1764
|
|
1831
|
+
example: 1764 <br>
|
|
1832
1832
|
|
|
1833
1833
|
**parentId** number <br>
|
|
1834
1834
|
*parent page identifier, if null, it is a top-level page* <br>
|
|
1835
|
-
example: null
|
|
1835
|
+
example: null <br>
|
|
1836
1836
|
|
|
1837
1837
|
**config** Record<string, number> <br>
|
|
1838
1838
|
*output settings for catalog pages* <br>
|
|
1839
|
-
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
|
|
1839
|
+
example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
|
|
1840
1840
|
|
|
1841
1841
|
**pageUrl** string <br>
|
|
1842
|
-
*unique page URL*
|
|
1842
|
+
*unique page URL* <br>
|
|
1843
1843
|
|
|
1844
1844
|
**depth** number <br>
|
|
1845
1845
|
*page nesting depth relative to parentId* <br>
|
|
1846
|
-
example: 3
|
|
1846
|
+
example: 3 <br>
|
|
1847
1847
|
|
|
1848
1848
|
**localizeInfos:** Record<string, any> <br>
|
|
1849
1849
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1850
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1850
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1851
1851
|
|
|
1852
1852
|
**isVisible:** boolean <br>
|
|
1853
1853
|
*Page visibility flag* <br>
|
|
1854
|
-
example: true
|
|
1854
|
+
example: true <br>
|
|
1855
1855
|
|
|
1856
1856
|
**products** number <br>
|
|
1857
1857
|
*Number of products linked to the page* <br>
|
|
1858
|
-
example: 0
|
|
1858
|
+
example: 0 <br>
|
|
1859
1859
|
|
|
1860
1860
|
**attributeSetId:** number <br>
|
|
1861
1861
|
*attribute set identifier* <br>
|
|
1862
|
-
example: 7
|
|
1862
|
+
example: 7 <br>
|
|
1863
1863
|
|
|
1864
1864
|
**forms** <br>
|
|
1865
1865
|
*Array of FormEntity object identifier values linked to the page (optional)*
|
|
@@ -1871,30 +1871,30 @@ example: 7
|
|
|
1871
1871
|
|
|
1872
1872
|
**isSync:** boolean <br>
|
|
1873
1873
|
*indicator of page indexing (true or false)* <br>
|
|
1874
|
-
example: false
|
|
1874
|
+
example: false <br>
|
|
1875
1875
|
|
|
1876
1876
|
**templateIdentifier:** string <br>
|
|
1877
1877
|
*Custom identifier of the linked template* <br>
|
|
1878
|
-
example: my-template
|
|
1878
|
+
example: my-template <br>
|
|
1879
1879
|
|
|
1880
1880
|
**attributeValues:** Record<string, string> <br>
|
|
1881
1881
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
1882
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
1882
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
1883
1883
|
|
|
1884
1884
|
**position:** number <br>
|
|
1885
1885
|
*position number for sorting (optional)* <br>
|
|
1886
|
-
example: 192
|
|
1886
|
+
example: 192 <br>
|
|
1887
1887
|
|
|
1888
1888
|
**type:** string <br>
|
|
1889
1889
|
*Page type* <br>
|
|
1890
|
-
example: forNewsPage
|
|
1890
|
+
example: forNewsPage <br>
|
|
1891
1891
|
Enum:
|
|
1892
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1892
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1893
1893
|
|
|
1894
1894
|
|
|
1895
1895
|
**childrenCount:** number <br>
|
|
1896
1896
|
*number of nested pages* <br>
|
|
1897
|
-
example: 0
|
|
1897
|
+
example: 0 <br>
|
|
1898
1898
|
|
|
1899
1899
|
</details>
|
|
1900
1900
|
|
|
@@ -1954,49 +1954,49 @@ Example return:
|
|
|
1954
1954
|
|
|
1955
1955
|
**id:** number <br>
|
|
1956
1956
|
*object identifier* <br>
|
|
1957
|
-
example: 1764
|
|
1957
|
+
example: 1764 <br>
|
|
1958
1958
|
|
|
1959
1959
|
**version** number <br>
|
|
1960
1960
|
*object version number* <br>
|
|
1961
|
-
example: 10
|
|
1961
|
+
example: 10 <br>
|
|
1962
1962
|
|
|
1963
1963
|
**identifier:** string <br>
|
|
1964
1964
|
*text identifier for the record field* <br>
|
|
1965
|
-
example: catalog
|
|
1965
|
+
example: catalog <br>
|
|
1966
1966
|
|
|
1967
1967
|
**attributeSetId:** number <br>
|
|
1968
1968
|
*attribute set identifier* <br>
|
|
1969
|
-
example: 7
|
|
1969
|
+
example: 7 <br>
|
|
1970
1970
|
|
|
1971
1971
|
**localizeInfos:** Record<string, any> <br>
|
|
1972
1972
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
1973
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
1973
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
1974
1974
|
|
|
1975
1975
|
**customSettings:** BlockCustomSettings <br>
|
|
1976
1976
|
*custom settings for different types of blocks* <br>
|
|
1977
|
-
example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] }
|
|
1977
|
+
example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] } <br>
|
|
1978
1978
|
|
|
1979
1979
|
**isSync:** boolean <br>
|
|
1980
1980
|
*indicator of page indexing (true or false)* <br>
|
|
1981
|
-
example: false
|
|
1981
|
+
example: false <br>
|
|
1982
1982
|
|
|
1983
1983
|
**attributeValues:** Record<string, string> <br>
|
|
1984
1984
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
1985
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
1985
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
1986
1986
|
|
|
1987
1987
|
**position:** number <br>
|
|
1988
1988
|
*position number for sorting (optional)* <br>
|
|
1989
|
-
example: 192
|
|
1989
|
+
example: 192 <br>
|
|
1990
1990
|
|
|
1991
1991
|
**type:** string <br>
|
|
1992
1992
|
*Page type* <br>
|
|
1993
|
-
example: forNewsPage
|
|
1993
|
+
example: forNewsPage <br>
|
|
1994
1994
|
Enum:
|
|
1995
|
-
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
|
|
1995
|
+
[ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
|
|
1996
1996
|
|
|
1997
1997
|
**templateIdentifier:** string <br>
|
|
1998
1998
|
*marker of the template used by the block (can be null)* <br>
|
|
1999
|
-
example: null
|
|
1999
|
+
example: null <br>
|
|
2000
2000
|
|
|
2001
2001
|
</details>
|
|
2002
2002
|
|
|
@@ -2066,41 +2066,41 @@ Example return:
|
|
|
2066
2066
|
|
|
2067
2067
|
**id:** number <br>
|
|
2068
2068
|
*object identifier* <br>
|
|
2069
|
-
example: 1764
|
|
2069
|
+
example: 1764 <br>
|
|
2070
2070
|
|
|
2071
2071
|
**version** number <br>
|
|
2072
2072
|
*object version number* <br>
|
|
2073
|
-
example: 10
|
|
2073
|
+
example: 10 <br>
|
|
2074
2074
|
|
|
2075
2075
|
**identifier:** string <br>
|
|
2076
2076
|
*text identifier for the record field* <br>
|
|
2077
|
-
example: catalog
|
|
2077
|
+
example: catalog <br>
|
|
2078
2078
|
|
|
2079
2079
|
**attributeSetId:** number <br>
|
|
2080
2080
|
*attribute set identifier* <br>
|
|
2081
|
-
example: 7
|
|
2081
|
+
example: 7 <br>
|
|
2082
2082
|
|
|
2083
2083
|
**processingType:** string <br>
|
|
2084
2084
|
*form processing type* <br>
|
|
2085
|
-
example: email
|
|
2085
|
+
example: email <br>
|
|
2086
2086
|
Enum:
|
|
2087
|
-
[ db, email, script ]
|
|
2087
|
+
[ db, email, script ] <br>
|
|
2088
2088
|
|
|
2089
2089
|
**localizeInfos:** Record<string, any> <br>
|
|
2090
2090
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2091
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2091
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2092
2092
|
|
|
2093
2093
|
**processingData:** <br>
|
|
2094
|
-
*form data*
|
|
2094
|
+
*form data* <br>
|
|
2095
2095
|
|
|
2096
2096
|
|
|
2097
2097
|
**attributes:** Record<string, string> <br>
|
|
2098
2098
|
*array of attribute values from the used attribute set for displaying the form (taking into account the specified language)* <br>
|
|
2099
|
-
example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ]
|
|
2099
|
+
example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ] <br>
|
|
2100
2100
|
|
|
2101
2101
|
**position:** number <br>
|
|
2102
2102
|
*position number for sorting (optional)* <br>
|
|
2103
|
-
example: 192
|
|
2103
|
+
example: 192 <br>
|
|
2104
2104
|
|
|
2105
2105
|
</details>
|
|
2106
2106
|
|
|
@@ -2123,13 +2123,13 @@ Example return:
|
|
|
2123
2123
|
<details>
|
|
2124
2124
|
<summary>Schema</summary>
|
|
2125
2125
|
|
|
2126
|
-
**rowsPerPage:** number
|
|
2127
|
-
*Number of rows per page*
|
|
2128
|
-
example: 10
|
|
2126
|
+
**rowsPerPage:** number <br>
|
|
2127
|
+
*Number of rows per page* <br>
|
|
2128
|
+
example: 10 <br>
|
|
2129
2129
|
|
|
2130
|
-
**productsPerRow** number
|
|
2131
|
-
*Number of products per row*
|
|
2132
|
-
example: 10
|
|
2130
|
+
**productsPerRow** number <br>
|
|
2131
|
+
*Number of products per row* <br>
|
|
2132
|
+
example: 10 <br>
|
|
2133
2133
|
|
|
2134
2134
|
</details>
|
|
2135
2135
|
|
|
@@ -2262,55 +2262,55 @@ Example return:
|
|
|
2262
2262
|
|
|
2263
2263
|
**id:** number <br>
|
|
2264
2264
|
*object identifier* <br>
|
|
2265
|
-
example: 1764
|
|
2265
|
+
example: 1764 <br>
|
|
2266
2266
|
|
|
2267
2267
|
**localizeInfos:** Record<string, any> <br>
|
|
2268
2268
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2269
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2269
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2270
2270
|
|
|
2271
2271
|
**isVisible:** boolean <br>
|
|
2272
2272
|
*Page visibility flag* <br>
|
|
2273
|
-
example: true
|
|
2273
|
+
example: true <br>
|
|
2274
2274
|
|
|
2275
2275
|
**position:** number <br>
|
|
2276
2276
|
*position number (for sorting)* <br>
|
|
2277
|
-
example: 192
|
|
2277
|
+
example: 192 <br>
|
|
2278
2278
|
|
|
2279
2279
|
**templateIdentifier:** string <br>
|
|
2280
2280
|
*custom identifier of the associated template* <br>
|
|
2281
|
-
example: my-template
|
|
2281
|
+
example: my-template <br>
|
|
2282
2282
|
|
|
2283
2283
|
**attributeSetId:** number <br>
|
|
2284
2284
|
*attribute set identifier* <br>
|
|
2285
|
-
example: 7
|
|
2285
|
+
example: 7 <br>
|
|
2286
2286
|
|
|
2287
2287
|
**isSync:** boolean <br>
|
|
2288
2288
|
*indicator of page indexing (true or false)* <br>
|
|
2289
|
-
example: false
|
|
2289
|
+
example: false <br>
|
|
2290
2290
|
|
|
2291
2291
|
**attributeValues:** Record<string, string> <br>
|
|
2292
2292
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2293
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2293
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2294
2294
|
|
|
2295
2295
|
**statusId:** number <br>
|
|
2296
2296
|
*status identifiers of the product page (can be null)* <br>
|
|
2297
|
-
example: 1
|
|
2297
|
+
example: 1 <br>
|
|
2298
2298
|
|
|
2299
2299
|
**relatedIds:** array <br>
|
|
2300
2300
|
*identifiers of related product pages* <br>
|
|
2301
|
-
example: List [ 1, 2, 3 ]
|
|
2301
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2302
2302
|
|
|
2303
2303
|
**price:** number <br>
|
|
2304
2304
|
*price value of the product page taken from the index* <br>
|
|
2305
|
-
example: 0
|
|
2305
|
+
example: 0 <br>
|
|
2306
2306
|
|
|
2307
|
-
**templateIdentifier** string
|
|
2308
|
-
*custom identifier of the associated template*
|
|
2309
|
-
example: my-template
|
|
2307
|
+
**templateIdentifier** string <br>
|
|
2308
|
+
*custom identifier of the associated template* <br>
|
|
2309
|
+
example: my-template <br>
|
|
2310
2310
|
|
|
2311
2311
|
**shortDescTemplateIdentifier** string <br>
|
|
2312
2312
|
*custom identifier of the associated template for short description* <br>
|
|
2313
|
-
example: my-template-short
|
|
2313
|
+
example: my-template-short <br>
|
|
2314
2314
|
|
|
2315
2315
|
</details>
|
|
2316
2316
|
|
|
@@ -2359,55 +2359,55 @@ Example return:
|
|
|
2359
2359
|
|
|
2360
2360
|
**id:** number <br>
|
|
2361
2361
|
*object identifier* <br>
|
|
2362
|
-
example: 1764
|
|
2362
|
+
example: 1764 <br>
|
|
2363
2363
|
|
|
2364
2364
|
**localizeInfos:** Record<string, any> <br>
|
|
2365
2365
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2366
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2366
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2367
2367
|
|
|
2368
2368
|
**isVisible:** boolean <br>
|
|
2369
2369
|
*Page visibility flag* <br>
|
|
2370
|
-
example: true
|
|
2370
|
+
example: true <br>
|
|
2371
2371
|
|
|
2372
2372
|
**position:** number <br>
|
|
2373
2373
|
*position number (for sorting)* <br>
|
|
2374
|
-
example: 192
|
|
2374
|
+
example: 192 <br>
|
|
2375
2375
|
|
|
2376
2376
|
**templateIdentifier:** string <br>
|
|
2377
2377
|
*custom identifier of the associated template* <br>
|
|
2378
|
-
example: my-template
|
|
2378
|
+
example: my-template <br>
|
|
2379
2379
|
|
|
2380
2380
|
**attributeSetId:** number <br>
|
|
2381
2381
|
*attribute set identifier* <br>
|
|
2382
|
-
example: 7
|
|
2382
|
+
example: 7 <br>
|
|
2383
2383
|
|
|
2384
2384
|
**isSync:** boolean <br>
|
|
2385
2385
|
*indicator of page indexing (true or false)* <br>
|
|
2386
|
-
example: false
|
|
2386
|
+
example: false <br>
|
|
2387
2387
|
|
|
2388
2388
|
**attributeValues:** Record<string, string> <br>
|
|
2389
2389
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2390
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2390
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2391
2391
|
|
|
2392
2392
|
**statusId:** number <br>
|
|
2393
2393
|
*status identifiers of the product page (can be null)* <br>
|
|
2394
|
-
example: 1
|
|
2394
|
+
example: 1 <br>
|
|
2395
2395
|
|
|
2396
2396
|
**relatedIds:** array <br>
|
|
2397
2397
|
*identifiers of related product pages* <br>
|
|
2398
|
-
example: List [ 1, 2, 3 ]
|
|
2398
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2399
2399
|
|
|
2400
2400
|
**price:** number <br>
|
|
2401
2401
|
*price value of the product page taken from the index* <br>
|
|
2402
|
-
example: 0
|
|
2402
|
+
example: 0 <br>
|
|
2403
2403
|
|
|
2404
|
-
**templateIdentifier** string
|
|
2405
|
-
*custom identifier of the associated template*
|
|
2406
|
-
example: my-template
|
|
2404
|
+
**templateIdentifier** string <br>
|
|
2405
|
+
*custom identifier of the associated template* <br>
|
|
2406
|
+
example: my-template <br>
|
|
2407
2407
|
|
|
2408
2408
|
**shortDescTemplateIdentifier** string <br>
|
|
2409
2409
|
*custom identifier of the associated template for short description* <br>
|
|
2410
|
-
example: my-template-short
|
|
2410
|
+
example: my-template-short <br>
|
|
2411
2411
|
|
|
2412
2412
|
</details>
|
|
2413
2413
|
|
|
@@ -2462,55 +2462,55 @@ Example return:
|
|
|
2462
2462
|
|
|
2463
2463
|
**id:** number <br>
|
|
2464
2464
|
*object identifier* <br>
|
|
2465
|
-
example: 1764
|
|
2465
|
+
example: 1764 <br>
|
|
2466
2466
|
|
|
2467
2467
|
**localizeInfos:** Record<string, any> <br>
|
|
2468
2468
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2469
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2469
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2470
2470
|
|
|
2471
2471
|
**isVisible:** boolean <br>
|
|
2472
2472
|
*Page visibility flag* <br>
|
|
2473
|
-
example: true
|
|
2473
|
+
example: true <br>
|
|
2474
2474
|
|
|
2475
2475
|
**position:** number <br>
|
|
2476
2476
|
*position number (for sorting)* <br>
|
|
2477
|
-
example: 192
|
|
2477
|
+
example: 192 <br>
|
|
2478
2478
|
|
|
2479
2479
|
**templateIdentifier:** string <br>
|
|
2480
2480
|
*custom identifier of the associated template* <br>
|
|
2481
|
-
example: my-template
|
|
2481
|
+
example: my-template <br>
|
|
2482
2482
|
|
|
2483
2483
|
**attributeSetId:** number <br>
|
|
2484
2484
|
*attribute set identifier* <br>
|
|
2485
|
-
example: 7
|
|
2485
|
+
example: 7 <br>
|
|
2486
2486
|
|
|
2487
2487
|
**isSync:** boolean <br>
|
|
2488
2488
|
*indicator of page indexing (true or false)* <br>
|
|
2489
|
-
example: false
|
|
2489
|
+
example: false <br>
|
|
2490
2490
|
|
|
2491
2491
|
**attributeValues:** Record<string, string> <br>
|
|
2492
2492
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2493
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2493
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2494
2494
|
|
|
2495
2495
|
**statusId:** number <br>
|
|
2496
2496
|
*status identifiers of the product page (can be null)* <br>
|
|
2497
|
-
example: 1
|
|
2497
|
+
example: 1 <br>
|
|
2498
2498
|
|
|
2499
2499
|
**relatedIds:** array <br>
|
|
2500
2500
|
*identifiers of related product pages* <br>
|
|
2501
|
-
example: List [ 1, 2, 3 ]
|
|
2501
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2502
2502
|
|
|
2503
2503
|
**price:** number <br>
|
|
2504
2504
|
*price value of the product page taken from the index* <br>
|
|
2505
|
-
example: 0
|
|
2505
|
+
example: 0 <br>
|
|
2506
2506
|
|
|
2507
|
-
**templateIdentifier** string
|
|
2508
|
-
*custom identifier of the associated template*
|
|
2509
|
-
example: my-template
|
|
2507
|
+
**templateIdentifier** string <br>
|
|
2508
|
+
*custom identifier of the associated template* <br>
|
|
2509
|
+
example: my-template <br>
|
|
2510
2510
|
|
|
2511
2511
|
**shortDescTemplateIdentifier** string <br>
|
|
2512
2512
|
*custom identifier of the associated template for short description* <br>
|
|
2513
|
-
example: my-template-short
|
|
2513
|
+
example: my-template-short <br>
|
|
2514
2514
|
|
|
2515
2515
|
</details>
|
|
2516
2516
|
|
|
@@ -2564,55 +2564,55 @@ Example return:
|
|
|
2564
2564
|
|
|
2565
2565
|
**id:** number <br>
|
|
2566
2566
|
*object identifier* <br>
|
|
2567
|
-
example: 1764
|
|
2567
|
+
example: 1764 <br>
|
|
2568
2568
|
|
|
2569
2569
|
**localizeInfos:** Record<string, any> <br>
|
|
2570
2570
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2571
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2571
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2572
2572
|
|
|
2573
2573
|
**isVisible:** boolean <br>
|
|
2574
2574
|
*Page visibility flag* <br>
|
|
2575
|
-
example: true
|
|
2575
|
+
example: true <br>
|
|
2576
2576
|
|
|
2577
2577
|
**position:** number <br>
|
|
2578
2578
|
*position number (for sorting)* <br>
|
|
2579
|
-
example: 192
|
|
2579
|
+
example: 192 <br>
|
|
2580
2580
|
|
|
2581
2581
|
**templateIdentifier:** string <br>
|
|
2582
2582
|
*custom identifier of the associated template* <br>
|
|
2583
|
-
example: my-template
|
|
2583
|
+
example: my-template <br>
|
|
2584
2584
|
|
|
2585
2585
|
**attributeSetId:** number <br>
|
|
2586
2586
|
*attribute set identifier* <br>
|
|
2587
|
-
example: 7
|
|
2587
|
+
example: 7 <br>
|
|
2588
2588
|
|
|
2589
2589
|
**isSync:** boolean <br>
|
|
2590
2590
|
*indicator of page indexing (true or false)* <br>
|
|
2591
|
-
example: false
|
|
2591
|
+
example: false <br>
|
|
2592
2592
|
|
|
2593
2593
|
**attributeValues:** Record<string, string> <br>
|
|
2594
2594
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2595
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2595
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2596
2596
|
|
|
2597
2597
|
**statusId:** number <br>
|
|
2598
2598
|
*status identifiers of the product page (can be null)* <br>
|
|
2599
|
-
example: 1
|
|
2599
|
+
example: 1 <br>
|
|
2600
2600
|
|
|
2601
2601
|
**relatedIds:** array <br>
|
|
2602
2602
|
*identifiers of related product pages* <br>
|
|
2603
|
-
example: List [ 1, 2, 3 ]
|
|
2603
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2604
2604
|
|
|
2605
2605
|
**price:** number <br>
|
|
2606
2606
|
*price value of the product page taken from the index* <br>
|
|
2607
|
-
example: 0
|
|
2607
|
+
example: 0 <br>
|
|
2608
2608
|
|
|
2609
|
-
**templateIdentifier** string
|
|
2610
|
-
*custom identifier of the associated template*
|
|
2611
|
-
example: my-template
|
|
2609
|
+
**templateIdentifier** string <br>
|
|
2610
|
+
*custom identifier of the associated template* <br>
|
|
2611
|
+
example: my-template <br>
|
|
2612
2612
|
|
|
2613
2613
|
**shortDescTemplateIdentifier** string <br>
|
|
2614
2614
|
*custom identifier of the associated template for short description* <br>
|
|
2615
|
-
example: my-template-short
|
|
2615
|
+
example: my-template-short <br>
|
|
2616
2616
|
|
|
2617
2617
|
</details>
|
|
2618
2618
|
|
|
@@ -2658,55 +2658,55 @@ Example return:
|
|
|
2658
2658
|
|
|
2659
2659
|
**id:** number <br>
|
|
2660
2660
|
*object identifier* <br>
|
|
2661
|
-
example: 1764
|
|
2661
|
+
example: 1764 <br>
|
|
2662
2662
|
|
|
2663
2663
|
**localizeInfos:** Record<string, any> <br>
|
|
2664
2664
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2665
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2665
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2666
2666
|
|
|
2667
2667
|
**isVisible:** boolean <br>
|
|
2668
2668
|
*Page visibility flag* <br>
|
|
2669
|
-
example: true
|
|
2669
|
+
example: true <br>
|
|
2670
2670
|
|
|
2671
2671
|
**position:** number <br>
|
|
2672
2672
|
*position number (for sorting)* <br>
|
|
2673
|
-
example: 192
|
|
2673
|
+
example: 192 <br>
|
|
2674
2674
|
|
|
2675
2675
|
**templateIdentifier:** string <br>
|
|
2676
2676
|
*custom identifier of the associated template* <br>
|
|
2677
|
-
example: my-template
|
|
2677
|
+
example: my-template <br>
|
|
2678
2678
|
|
|
2679
2679
|
**attributeSetId:** number <br>
|
|
2680
2680
|
*attribute set identifier* <br>
|
|
2681
|
-
example: 7
|
|
2681
|
+
example: 7 <br>
|
|
2682
2682
|
|
|
2683
2683
|
**isSync:** boolean <br>
|
|
2684
2684
|
*indicator of page indexing (true or false)* <br>
|
|
2685
|
-
example: false
|
|
2685
|
+
example: false <br>
|
|
2686
2686
|
|
|
2687
2687
|
**attributeValues:** Record<string, string> <br>
|
|
2688
2688
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2689
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2689
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2690
2690
|
|
|
2691
2691
|
**statusId:** number <br>
|
|
2692
2692
|
*status identifiers of the product page (can be null)* <br>
|
|
2693
|
-
example: 1
|
|
2693
|
+
example: 1 <br>
|
|
2694
2694
|
|
|
2695
2695
|
**relatedIds:** array <br>
|
|
2696
2696
|
*identifiers of related product pages* <br>
|
|
2697
|
-
example: List [ 1, 2, 3 ]
|
|
2697
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2698
2698
|
|
|
2699
2699
|
**price:** number <br>
|
|
2700
2700
|
*price value of the product page taken from the index* <br>
|
|
2701
|
-
example: 0
|
|
2701
|
+
example: 0 <br>
|
|
2702
2702
|
|
|
2703
|
-
**templateIdentifier** string
|
|
2704
|
-
*custom identifier of the associated template*
|
|
2705
|
-
example: my-template
|
|
2703
|
+
**templateIdentifier** string <br>
|
|
2704
|
+
*custom identifier of the associated template* <br>
|
|
2705
|
+
example: my-template <br>
|
|
2706
2706
|
|
|
2707
2707
|
**shortDescTemplateIdentifier** string <br>
|
|
2708
2708
|
*custom identifier of the associated template for short description* <br>
|
|
2709
|
-
example: my-template-short
|
|
2709
|
+
example: my-template-short <br>
|
|
2710
2710
|
|
|
2711
2711
|
</details>
|
|
2712
2712
|
|
|
@@ -2752,55 +2752,55 @@ Example return:
|
|
|
2752
2752
|
|
|
2753
2753
|
**id:** number <br>
|
|
2754
2754
|
*object identifier* <br>
|
|
2755
|
-
example: 1764
|
|
2755
|
+
example: 1764 <br>
|
|
2756
2756
|
|
|
2757
2757
|
**localizeInfos:** Record<string, any> <br>
|
|
2758
2758
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2759
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2759
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2760
2760
|
|
|
2761
2761
|
**isVisible:** boolean <br>
|
|
2762
2762
|
*Page visibility flag* <br>
|
|
2763
|
-
example: true
|
|
2763
|
+
example: true <br>
|
|
2764
2764
|
|
|
2765
2765
|
**position:** number <br>
|
|
2766
2766
|
*position number (for sorting)* <br>
|
|
2767
|
-
example: 192
|
|
2767
|
+
example: 192 <br>
|
|
2768
2768
|
|
|
2769
2769
|
**templateIdentifier:** string <br>
|
|
2770
2770
|
*custom identifier of the associated template* <br>
|
|
2771
|
-
example: my-template
|
|
2771
|
+
example: my-template <br>
|
|
2772
2772
|
|
|
2773
2773
|
**attributeSetId:** number <br>
|
|
2774
2774
|
*attribute set identifier* <br>
|
|
2775
|
-
example: 7
|
|
2775
|
+
example: 7 <br>
|
|
2776
2776
|
|
|
2777
2777
|
**isSync:** boolean <br>
|
|
2778
2778
|
*indicator of page indexing (true or false)* <br>
|
|
2779
|
-
example: false
|
|
2779
|
+
example: false <br>
|
|
2780
2780
|
|
|
2781
2781
|
**attributeValues:** Record<string, string> <br>
|
|
2782
2782
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2783
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2783
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2784
2784
|
|
|
2785
2785
|
**statusId:** number <br>
|
|
2786
2786
|
*status identifiers of the product page (can be null)* <br>
|
|
2787
|
-
example: 1
|
|
2787
|
+
example: 1 <br>
|
|
2788
2788
|
|
|
2789
2789
|
**relatedIds:** array <br>
|
|
2790
2790
|
*identifiers of related product pages* <br>
|
|
2791
|
-
example: List [ 1, 2, 3 ]
|
|
2791
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2792
2792
|
|
|
2793
2793
|
**price:** number <br>
|
|
2794
2794
|
*price value of the product page taken from the index* <br>
|
|
2795
|
-
example: 0
|
|
2795
|
+
example: 0 <br>
|
|
2796
2796
|
|
|
2797
|
-
**templateIdentifier** string
|
|
2798
|
-
*custom identifier of the associated template*
|
|
2799
|
-
example: my-template
|
|
2797
|
+
**templateIdentifier** string <br>
|
|
2798
|
+
*custom identifier of the associated template* <br>
|
|
2799
|
+
example: my-template <br>
|
|
2800
2800
|
|
|
2801
2801
|
**shortDescTemplateIdentifier** string <br>
|
|
2802
2802
|
*custom identifier of the associated template for short description* <br>
|
|
2803
|
-
example: my-template-short
|
|
2803
|
+
example: my-template-short <br>
|
|
2804
2804
|
|
|
2805
2805
|
</details>
|
|
2806
2806
|
|
|
@@ -2880,55 +2880,55 @@ Example return:
|
|
|
2880
2880
|
|
|
2881
2881
|
**id:** number <br>
|
|
2882
2882
|
*object identifier* <br>
|
|
2883
|
-
example: 1764
|
|
2883
|
+
example: 1764 <br>
|
|
2884
2884
|
|
|
2885
2885
|
**localizeInfos:** Record<string, any> <br>
|
|
2886
2886
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2887
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2887
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2888
2888
|
|
|
2889
2889
|
**isVisible:** boolean <br>
|
|
2890
2890
|
*Page visibility flag* <br>
|
|
2891
|
-
example: true
|
|
2891
|
+
example: true <br>
|
|
2892
2892
|
|
|
2893
2893
|
**position:** number <br>
|
|
2894
2894
|
*position number (for sorting)* <br>
|
|
2895
|
-
example: 192
|
|
2895
|
+
example: 192 <br>
|
|
2896
2896
|
|
|
2897
2897
|
**templateIdentifier:** string <br>
|
|
2898
2898
|
*custom identifier of the associated template* <br>
|
|
2899
|
-
example: my-template
|
|
2899
|
+
example: my-template <br>
|
|
2900
2900
|
|
|
2901
2901
|
**attributeSetId:** number <br>
|
|
2902
2902
|
*attribute set identifier* <br>
|
|
2903
|
-
example: 7
|
|
2903
|
+
example: 7 <br>
|
|
2904
2904
|
|
|
2905
2905
|
**isSync:** boolean <br>
|
|
2906
2906
|
*indicator of page indexing (true or false)* <br>
|
|
2907
|
-
example: false
|
|
2907
|
+
example: false <br>
|
|
2908
2908
|
|
|
2909
2909
|
**attributeValues:** Record<string, string> <br>
|
|
2910
2910
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
2911
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
2911
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
2912
2912
|
|
|
2913
2913
|
**statusId:** number <br>
|
|
2914
2914
|
*status identifiers of the product page (can be null)* <br>
|
|
2915
|
-
example: 1
|
|
2915
|
+
example: 1 <br>
|
|
2916
2916
|
|
|
2917
2917
|
**relatedIds:** array <br>
|
|
2918
2918
|
*identifiers of related product pages* <br>
|
|
2919
|
-
example: List [ 1, 2, 3 ]
|
|
2919
|
+
example: List [ 1, 2, 3 ] <br>
|
|
2920
2920
|
|
|
2921
2921
|
**price:** number <br>
|
|
2922
2922
|
*price value of the product page taken from the index* <br>
|
|
2923
|
-
example: 0
|
|
2923
|
+
example: 0 <br>
|
|
2924
2924
|
|
|
2925
|
-
**templateIdentifier** string
|
|
2926
|
-
*custom identifier of the associated template*
|
|
2927
|
-
example: my-template
|
|
2925
|
+
**templateIdentifier** string <br>
|
|
2926
|
+
*custom identifier of the associated template* <br>
|
|
2927
|
+
example: my-template <br>
|
|
2928
2928
|
|
|
2929
2929
|
**shortDescTemplateIdentifier** string <br>
|
|
2930
2930
|
*custom identifier of the associated template for short description* <br>
|
|
2931
|
-
example: my-template-short
|
|
2931
|
+
example: my-template-short <br>
|
|
2932
2932
|
|
|
2933
2933
|
</details>
|
|
2934
2934
|
|
|
@@ -2984,55 +2984,55 @@ Example return:
|
|
|
2984
2984
|
|
|
2985
2985
|
**id:** number <br>
|
|
2986
2986
|
*object identifier* <br>
|
|
2987
|
-
example: 1764
|
|
2987
|
+
example: 1764 <br>
|
|
2988
2988
|
|
|
2989
2989
|
**localizeInfos:** Record<string, any> <br>
|
|
2990
2990
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
2991
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
2991
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
2992
2992
|
|
|
2993
2993
|
**isVisible:** boolean <br>
|
|
2994
2994
|
*Page visibility flag* <br>
|
|
2995
|
-
example: true
|
|
2995
|
+
example: true <br>
|
|
2996
2996
|
|
|
2997
2997
|
**position:** number <br>
|
|
2998
2998
|
*position number (for sorting)* <br>
|
|
2999
|
-
example: 192
|
|
2999
|
+
example: 192 <br>
|
|
3000
3000
|
|
|
3001
3001
|
**templateIdentifier:** string <br>
|
|
3002
3002
|
*custom identifier of the associated template* <br>
|
|
3003
|
-
example: my-template
|
|
3003
|
+
example: my-template <br>
|
|
3004
3004
|
|
|
3005
3005
|
**attributeSetId:** number <br>
|
|
3006
3006
|
*attribute set identifier* <br>
|
|
3007
|
-
example: 7
|
|
3007
|
+
example: 7 <br>
|
|
3008
3008
|
|
|
3009
3009
|
**isSync:** boolean <br>
|
|
3010
3010
|
*indicator of page indexing (true or false)* <br>
|
|
3011
|
-
example: false
|
|
3011
|
+
example: false <br>
|
|
3012
3012
|
|
|
3013
3013
|
**attributeValues:** Record<string, string> <br>
|
|
3014
3014
|
*Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
|
|
3015
|
-
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
|
|
3015
|
+
example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
|
|
3016
3016
|
|
|
3017
3017
|
**statusId:** number <br>
|
|
3018
3018
|
*status identifiers of the product page (can be null)* <br>
|
|
3019
|
-
example: 1
|
|
3019
|
+
example: 1 <br>
|
|
3020
3020
|
|
|
3021
3021
|
**relatedIds:** array <br>
|
|
3022
3022
|
*identifiers of related product pages* <br>
|
|
3023
|
-
example: List [ 1, 2, 3 ]
|
|
3023
|
+
example: List [ 1, 2, 3 ] <br>
|
|
3024
3024
|
|
|
3025
3025
|
**price:** number <br>
|
|
3026
3026
|
*price value of the product page taken from the index* <br>
|
|
3027
|
-
example: 0
|
|
3027
|
+
example: 0 <br>
|
|
3028
3028
|
|
|
3029
|
-
**templateIdentifier** string
|
|
3030
|
-
*custom identifier of the associated template*
|
|
3031
|
-
example: my-template
|
|
3029
|
+
**templateIdentifier** string <br>
|
|
3030
|
+
*custom identifier of the associated template* <br>
|
|
3031
|
+
example: my-template <br>
|
|
3032
3032
|
|
|
3033
3033
|
**shortDescTemplateIdentifier** string <br>
|
|
3034
3034
|
*custom identifier of the associated template for short description* <br>
|
|
3035
|
-
example: my-template-short
|
|
3035
|
+
example: my-template-short <br>
|
|
3036
3036
|
|
|
3037
3037
|
</details>
|
|
3038
3038
|
|
|
@@ -3074,22 +3074,22 @@ Example return:
|
|
|
3074
3074
|
|
|
3075
3075
|
**id:** number <br>
|
|
3076
3076
|
*object identifier* <br>
|
|
3077
|
-
example: 1764
|
|
3077
|
+
example: 1764 <br>
|
|
3078
3078
|
|
|
3079
3079
|
**updatedDate:** string($date-time) <br>
|
|
3080
3080
|
*object's date of modification* <br>
|
|
3081
3081
|
|
|
3082
3082
|
**version** number <br>
|
|
3083
3083
|
*object's version number of modification* <br>
|
|
3084
|
-
example: 10
|
|
3084
|
+
example: 10 <br>
|
|
3085
3085
|
|
|
3086
3086
|
**identifier:** string <br>
|
|
3087
3087
|
*textual identifier for a field in the record* <br>
|
|
3088
|
-
example: catalog
|
|
3088
|
+
example: catalog <br>
|
|
3089
3089
|
|
|
3090
3090
|
**localizeInfos:** Record<string, any> <br>
|
|
3091
3091
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3092
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3092
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3093
3093
|
|
|
3094
3094
|
</details>
|
|
3095
3095
|
|
|
@@ -3119,22 +3119,22 @@ Example return:
|
|
|
3119
3119
|
|
|
3120
3120
|
**id:** number <br>
|
|
3121
3121
|
*object identifier* <br>
|
|
3122
|
-
example: 1764
|
|
3122
|
+
example: 1764 <br>
|
|
3123
3123
|
|
|
3124
3124
|
**updatedDate:** string($date-time) <br>
|
|
3125
3125
|
*object's date of modification* <br>
|
|
3126
3126
|
|
|
3127
3127
|
**version** number <br>
|
|
3128
3128
|
*object's version number of modification* <br>
|
|
3129
|
-
example: 10
|
|
3129
|
+
example: 10 <br>
|
|
3130
3130
|
|
|
3131
3131
|
**identifier:** string <br>
|
|
3132
3132
|
*textual identifier for a field in the record* <br>
|
|
3133
|
-
example: catalog
|
|
3133
|
+
example: catalog <br>
|
|
3134
3134
|
|
|
3135
3135
|
**localizeInfos:** Record<string, any> <br>
|
|
3136
3136
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3137
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3137
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3138
3138
|
|
|
3139
3139
|
</details>
|
|
3140
3140
|
|
|
@@ -3164,22 +3164,22 @@ Example return:
|
|
|
3164
3164
|
|
|
3165
3165
|
**id:** number <br>
|
|
3166
3166
|
*object identifier* <br>
|
|
3167
|
-
example: 1764
|
|
3167
|
+
example: 1764 <br>
|
|
3168
3168
|
|
|
3169
3169
|
**updatedDate:** string($date-time) <br>
|
|
3170
3170
|
*object's date of modification* <br>
|
|
3171
3171
|
|
|
3172
3172
|
**version** number <br>
|
|
3173
3173
|
*object's version number of modification* <br>
|
|
3174
|
-
example: 10
|
|
3174
|
+
example: 10 <br>
|
|
3175
3175
|
|
|
3176
3176
|
**identifier:** string <br>
|
|
3177
3177
|
*textual identifier for a field in the record* <br>
|
|
3178
|
-
example: catalog
|
|
3178
|
+
example: catalog <br>
|
|
3179
3179
|
|
|
3180
3180
|
**localizeInfos:** Record<string, any> <br>
|
|
3181
3181
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3182
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3182
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3183
3183
|
|
|
3184
3184
|
</details>
|
|
3185
3185
|
|
|
@@ -3267,43 +3267,43 @@ Example return:
|
|
|
3267
3267
|
|
|
3268
3268
|
**id:** number <br>
|
|
3269
3269
|
*object identifier* <br>
|
|
3270
|
-
example: 1764
|
|
3270
|
+
example: 1764 <br>
|
|
3271
3271
|
|
|
3272
3272
|
**updatedDate:** string($date-time) <br>
|
|
3273
3273
|
*object's date of modification* <br>
|
|
3274
3274
|
|
|
3275
3275
|
**version** number <br>
|
|
3276
3276
|
*object's version number of modification* <br>
|
|
3277
|
-
example: 10
|
|
3277
|
+
example: 10 <br>
|
|
3278
3278
|
|
|
3279
3279
|
**identifier:** string <br>
|
|
3280
3280
|
*textual identifier for a field in the record* <br>
|
|
3281
|
-
example: catalog
|
|
3281
|
+
example: catalog <br>
|
|
3282
3282
|
|
|
3283
3283
|
**generalType:**: object <br>
|
|
3284
3284
|
*object type* <br>
|
|
3285
|
-
example: OrderedMap { "id": 4, "type": "forCatalogPages" }
|
|
3285
|
+
example: OrderedMap { "id": 4, "type": "forCatalogPages" } <br>
|
|
3286
3286
|
|
|
3287
|
-
**generalTypeId:** number
|
|
3288
|
-
*type identifier*
|
|
3289
|
-
example: 4
|
|
3287
|
+
**generalTypeId:** number <br>
|
|
3288
|
+
*type identifier* <br>
|
|
3289
|
+
example: 4 <br>
|
|
3290
3290
|
|
|
3291
3291
|
**localizeInfos:** Record<string, any> <br>
|
|
3292
3292
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3293
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3293
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3294
3294
|
|
|
3295
3295
|
**position** object <br>
|
|
3296
3296
|
*position number* <br>
|
|
3297
|
-
example: 0
|
|
3297
|
+
example: 0 <br>
|
|
3298
3298
|
|
|
3299
3299
|
|
|
3300
3300
|
**positionId:** number <br>
|
|
3301
3301
|
*position object identifier* <br>
|
|
3302
|
-
example: 12
|
|
3302
|
+
example: 12 <br>
|
|
3303
3303
|
|
|
3304
3304
|
**generalTypeName** string <br>
|
|
3305
3305
|
*example: forProductPreview* <br>
|
|
3306
|
-
general type name
|
|
3306
|
+
general type name <br>
|
|
3307
3307
|
|
|
3308
3308
|
</details>
|
|
3309
3309
|
|
|
@@ -3343,43 +3343,43 @@ Example return:
|
|
|
3343
3343
|
|
|
3344
3344
|
**id:** number <br>
|
|
3345
3345
|
*object identifier* <br>
|
|
3346
|
-
example: 1764
|
|
3346
|
+
example: 1764 <br>
|
|
3347
3347
|
|
|
3348
3348
|
**updatedDate:** string($date-time) <br>
|
|
3349
3349
|
*object's date of modification* <br>
|
|
3350
3350
|
|
|
3351
3351
|
**version** number <br>
|
|
3352
3352
|
*object's version number of modification* <br>
|
|
3353
|
-
example: 10
|
|
3353
|
+
example: 10 <br>
|
|
3354
3354
|
|
|
3355
3355
|
**identifier:** string <br>
|
|
3356
3356
|
*textual identifier for a field in the record* <br>
|
|
3357
|
-
example: catalog
|
|
3357
|
+
example: catalog <br>
|
|
3358
3358
|
|
|
3359
3359
|
**generalType:**: object <br>
|
|
3360
3360
|
*object type* <br>
|
|
3361
|
-
example: OrderedMap { "id": 4, "type": "forCatalogPages" }
|
|
3361
|
+
example: OrderedMap { "id": 4, "type": "forCatalogPages" } <br>
|
|
3362
3362
|
|
|
3363
|
-
**generalTypeId:** number
|
|
3364
|
-
*type identifier*
|
|
3365
|
-
example: 4
|
|
3363
|
+
**generalTypeId:** number <br>
|
|
3364
|
+
*type identifier* <br>
|
|
3365
|
+
example: 4 <br>
|
|
3366
3366
|
|
|
3367
3367
|
**localizeInfos:** Record<string, any> <br>
|
|
3368
3368
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3369
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3369
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3370
3370
|
|
|
3371
3371
|
**position** object <br>
|
|
3372
3372
|
*position number* <br>
|
|
3373
|
-
example: 0
|
|
3373
|
+
example: 0 <br>
|
|
3374
3374
|
|
|
3375
3375
|
|
|
3376
3376
|
**positionId:** number <br>
|
|
3377
3377
|
*position object identifier* <br>
|
|
3378
|
-
example: 12
|
|
3378
|
+
example: 12 <br>
|
|
3379
3379
|
|
|
3380
3380
|
**generalTypeName** string <br>
|
|
3381
3381
|
*example: forProductPreview* <br>
|
|
3382
|
-
general type name
|
|
3382
|
+
general type name <br>
|
|
3383
3383
|
|
|
3384
3384
|
</details>
|
|
3385
3385
|
|
|
@@ -3444,35 +3444,35 @@ Example return:
|
|
|
3444
3444
|
|
|
3445
3445
|
**id:** number <br>
|
|
3446
3446
|
*object identifier* <br>
|
|
3447
|
-
example: 1764
|
|
3447
|
+
example: 1764 <br>
|
|
3448
3448
|
|
|
3449
3449
|
**updatedDate:** string($date-time) <br>
|
|
3450
3450
|
*object's date of modification* <br>
|
|
3451
3451
|
|
|
3452
3452
|
**version** number <br>
|
|
3453
3453
|
*object's version number of modification* <br>
|
|
3454
|
-
example: 10
|
|
3454
|
+
example: 10 <br>
|
|
3455
3455
|
|
|
3456
3456
|
**identifier:** string <br>
|
|
3457
3457
|
*textual identifier for a field in the record* <br>
|
|
3458
|
-
example: catalog
|
|
3458
|
+
example: catalog <br>
|
|
3459
3459
|
|
|
3460
3460
|
**proportion** ITemplateProportionType <br>
|
|
3461
3461
|
*template proportion parameters* <br>
|
|
3462
|
-
example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } }
|
|
3462
|
+
example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } } <br>
|
|
3463
3463
|
|
|
3464
3464
|
**localizeInfos:** Record<string, any> <br>
|
|
3465
3465
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3466
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3466
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3467
3467
|
|
|
3468
3468
|
**position** object <br>
|
|
3469
3469
|
*position number* <br>
|
|
3470
|
-
example: 0
|
|
3470
|
+
example: 0 <br>
|
|
3471
3471
|
|
|
3472
3472
|
|
|
3473
3473
|
**positionId:** number <br>
|
|
3474
3474
|
*position object identifier* <br>
|
|
3475
|
-
example: 12
|
|
3475
|
+
example: 12 <br>
|
|
3476
3476
|
|
|
3477
3477
|
</details>
|
|
3478
3478
|
|
|
@@ -3526,35 +3526,35 @@ Example return:
|
|
|
3526
3526
|
|
|
3527
3527
|
**id:** number <br>
|
|
3528
3528
|
*object identifier* <br>
|
|
3529
|
-
example: 1764
|
|
3529
|
+
example: 1764 <br>
|
|
3530
3530
|
|
|
3531
3531
|
**updatedDate:** string($date-time) <br>
|
|
3532
3532
|
*object's date of modification* <br>
|
|
3533
3533
|
|
|
3534
3534
|
**version** number <br>
|
|
3535
3535
|
*object's version number of modification* <br>
|
|
3536
|
-
example: 10
|
|
3536
|
+
example: 10 <br>
|
|
3537
3537
|
|
|
3538
3538
|
**identifier:** string <br>
|
|
3539
3539
|
*textual identifier for a field in the record* <br>
|
|
3540
|
-
example: catalog
|
|
3540
|
+
example: catalog <br>
|
|
3541
3541
|
|
|
3542
3542
|
**proportion** ITemplateProportionType <br>
|
|
3543
3543
|
*template proportion parameters* <br>
|
|
3544
|
-
example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } }
|
|
3544
|
+
example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } } <br>
|
|
3545
3545
|
|
|
3546
3546
|
**localizeInfos:** Record<string, any> <br>
|
|
3547
3547
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3548
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3548
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3549
3549
|
|
|
3550
3550
|
**position** object <br>
|
|
3551
3551
|
*position number* <br>
|
|
3552
|
-
example: 0
|
|
3552
|
+
example: 0 <br>
|
|
3553
3553
|
|
|
3554
3554
|
|
|
3555
3555
|
**positionId:** number <br>
|
|
3556
3556
|
*position object identifier* <br>
|
|
3557
|
-
example: 12
|
|
3557
|
+
example: 12 <br>
|
|
3558
3558
|
|
|
3559
3559
|
</details>
|
|
3560
3560
|
|
|
@@ -3607,35 +3607,35 @@ Example return:
|
|
|
3607
3607
|
|
|
3608
3608
|
**id:** number <br>
|
|
3609
3609
|
*object identifier* <br>
|
|
3610
|
-
example: 1764
|
|
3610
|
+
example: 1764 <br>
|
|
3611
3611
|
|
|
3612
3612
|
**updatedDate:** string($date-time) <br>
|
|
3613
3613
|
*object's date of modification* <br>
|
|
3614
3614
|
|
|
3615
3615
|
**version** number <br>
|
|
3616
3616
|
*object's version number of modification* <br>
|
|
3617
|
-
example: 10
|
|
3617
|
+
example: 10 <br>
|
|
3618
3618
|
|
|
3619
3619
|
**identifier:** string <br>
|
|
3620
3620
|
*textual identifier for a field in the record* <br>
|
|
3621
|
-
example: catalog
|
|
3621
|
+
example: catalog <br>
|
|
3622
3622
|
|
|
3623
3623
|
**proportion** ITemplateProportionType <br>
|
|
3624
3624
|
*template proportion parameters* <br>
|
|
3625
|
-
example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } }
|
|
3625
|
+
example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } } <br>
|
|
3626
3626
|
|
|
3627
3627
|
**localizeInfos:** Record<string, any> <br>
|
|
3628
3628
|
*json description of the main page data object taking into account the language "en_US" (for example)* <br>
|
|
3629
|
-
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
|
|
3629
|
+
example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
|
|
3630
3630
|
|
|
3631
3631
|
**position** object <br>
|
|
3632
3632
|
*position number* <br>
|
|
3633
|
-
example: 0
|
|
3633
|
+
example: 0 <br>
|
|
3634
3634
|
|
|
3635
3635
|
|
|
3636
3636
|
**positionId:** number <br>
|
|
3637
3637
|
*position object identifier* <br>
|
|
3638
|
-
example: 12
|
|
3638
|
+
example: 12 <br>
|
|
3639
3639
|
|
|
3640
3640
|
</details>
|
|
3641
3641
|
---
|