@gofynd/fdk-client-javascript 1.4.2-beta.1 → 1.4.2-beta.3

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.
Files changed (106) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationModel.d.ts +1742 -1726
  4. package/sdk/application/Cart/CartApplicationModel.js +1497 -1481
  5. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
  6. package/sdk/application/Catalog/CatalogApplicationModel.js +1611 -1611
  7. package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
  8. package/sdk/application/Common/CommonApplicationModel.js +172 -172
  9. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
  10. package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
  11. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1614 -1614
  12. package/sdk/application/Configuration/ConfigurationApplicationModel.js +1151 -1151
  13. package/sdk/application/Content/ContentApplicationModel.d.ts +797 -797
  14. package/sdk/application/Content/ContentApplicationModel.js +757 -757
  15. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
  16. package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
  17. package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
  18. package/sdk/application/Lead/LeadApplicationModel.js +301 -301
  19. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +666 -666
  20. package/sdk/application/Logistic/LogisticApplicationModel.js +601 -601
  21. package/sdk/application/Order/OrderApplicationModel.d.ts +846 -846
  22. package/sdk/application/Order/OrderApplicationModel.js +822 -822
  23. package/sdk/application/Payment/PaymentApplicationClient.d.ts +5 -5
  24. package/sdk/application/Payment/PaymentApplicationClient.js +10 -10
  25. package/sdk/application/Payment/PaymentApplicationModel.d.ts +2155 -2150
  26. package/sdk/application/Payment/PaymentApplicationModel.js +1460 -1458
  27. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  28. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  29. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1462 -1462
  30. package/sdk/application/PosCart/PosCartApplicationModel.js +1260 -1260
  31. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
  32. package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
  33. package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
  34. package/sdk/application/Share/ShareApplicationModel.js +121 -121
  35. package/sdk/application/Theme/ThemeApplicationModel.d.ts +895 -895
  36. package/sdk/application/Theme/ThemeApplicationModel.js +684 -684
  37. package/sdk/application/User/UserApplicationModel.d.ts +762 -762
  38. package/sdk/application/User/UserApplicationModel.js +738 -738
  39. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +63 -63
  40. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +65 -65
  41. package/sdk/partner/Lead/LeadPartnerModel.d.ts +661 -661
  42. package/sdk/partner/Lead/LeadPartnerModel.js +491 -491
  43. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +223 -223
  44. package/sdk/partner/Logistics/LogisticsPartnerModel.js +235 -235
  45. package/sdk/partner/Theme/ThemePartnerModel.d.ts +1087 -1087
  46. package/sdk/partner/Theme/ThemePartnerModel.js +819 -819
  47. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +386 -386
  48. package/sdk/partner/Webhook/WebhookPartnerModel.js +342 -342
  49. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
  50. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
  51. package/sdk/platform/Billing/BillingPlatformModel.d.ts +801 -801
  52. package/sdk/platform/Billing/BillingPlatformModel.js +783 -783
  53. package/sdk/platform/Cart/CartPlatformModel.d.ts +3333 -3317
  54. package/sdk/platform/Cart/CartPlatformModel.js +2936 -2920
  55. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1013 -1013
  56. package/sdk/platform/Catalog/CatalogPlatformModel.js +923 -923
  57. package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
  58. package/sdk/platform/Common/CommonPlatformModel.js +187 -187
  59. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1238 -1238
  60. package/sdk/platform/Communication/CommunicationPlatformModel.js +1273 -1273
  61. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +661 -661
  62. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +692 -692
  63. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +3198 -3198
  64. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2247 -2247
  65. package/sdk/platform/Content/ContentPlatformModel.d.ts +1833 -1833
  66. package/sdk/platform/Content/ContentPlatformModel.js +1837 -1837
  67. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +245 -245
  68. package/sdk/platform/Discount/DiscountPlatformModel.js +248 -248
  69. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +865 -865
  70. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +877 -877
  71. package/sdk/platform/Finance/FinancePlatformModel.d.ts +1044 -1044
  72. package/sdk/platform/Finance/FinancePlatformModel.js +974 -974
  73. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
  74. package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
  75. package/sdk/platform/Lead/LeadPlatformModel.d.ts +608 -608
  76. package/sdk/platform/Lead/LeadPlatformModel.js +465 -465
  77. package/sdk/platform/Order/OrderPlatformModel.d.ts +5180 -5176
  78. package/sdk/platform/Order/OrderPlatformModel.js +4740 -4736
  79. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
  80. package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
  81. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2670 -2660
  82. package/sdk/platform/Payment/PaymentPlatformModel.js +1831 -1827
  83. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
  84. package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
  85. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +1505 -1507
  86. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1532 -1536
  87. package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
  88. package/sdk/platform/Share/SharePlatformModel.js +139 -139
  89. package/sdk/platform/Theme/ThemePlatformModel.d.ts +1046 -1046
  90. package/sdk/platform/Theme/ThemePlatformModel.js +789 -789
  91. package/sdk/platform/User/UserPlatformModel.d.ts +758 -758
  92. package/sdk/platform/User/UserPlatformModel.js +643 -643
  93. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +439 -439
  94. package/sdk/platform/Webhook/WebhookPlatformModel.js +364 -364
  95. package/sdk/public/Billing/BillingPublicModel.d.ts +55 -55
  96. package/sdk/public/Billing/BillingPublicModel.js +51 -51
  97. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
  98. package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
  99. package/sdk/public/Content/ContentPublicModel.d.ts +26 -26
  100. package/sdk/public/Content/ContentPublicModel.js +28 -28
  101. package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
  102. package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
  103. package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
  104. package/sdk/public/Partner/PartnerPublicModel.js +113 -113
  105. package/sdk/public/Webhook/WebhookPublicModel.d.ts +87 -87
  106. package/sdk/public/Webhook/WebhookPublicModel.js +93 -93
@@ -9,12 +9,8 @@ export = CatalogPlatformModel;
9
9
  * @typedef ActionPage
10
10
  * @property {Object} [params]
11
11
  * @property {Object} [query]
12
- * @property {PageType} type
13
12
  * @property {string} [url]
14
- */
15
- /**
16
- * @typedef AllowSingleRequest
17
- * @property {boolean} allow_single
13
+ * @property {PageType} type
18
14
  */
19
15
  /**
20
16
  * @typedef AllSizes
@@ -27,6 +23,10 @@ export = CatalogPlatformModel;
27
23
  * @property {number} item_width
28
24
  * @property {string} size
29
25
  */
26
+ /**
27
+ * @typedef AllowSingleRequest
28
+ * @property {boolean} allow_single
29
+ */
30
30
  /**
31
31
  * @typedef AppCatalogConfiguration
32
32
  * @property {string} app_id
@@ -117,6 +117,13 @@ export = CatalogPlatformModel;
117
117
  * @property {ApplicationDepartment[]} [items]
118
118
  * @property {Page} page
119
119
  */
120
+ /**
121
+ * @typedef ApplicationItemMOQ
122
+ * @property {number} [increment_unit] - The minimum quantity increment in which
123
+ * the item can be purchased.
124
+ * @property {number} [maximum] - The maximum quantity allowed for purchase.
125
+ * @property {number} [minimum] - The minimum quantity required for purchase.
126
+ */
120
127
  /**
121
128
  * @typedef ApplicationItemMeta
122
129
  * @property {Object} [_custom_json] - Custom JSON data for the item
@@ -131,38 +138,11 @@ export = CatalogPlatformModel;
131
138
  * @property {SizePromotionThreshold} [size_promotion_threshold] - Size level
132
139
  * promotion limitation information for item
133
140
  */
134
- /**
135
- * @typedef ApplicationItemMOQ
136
- * @property {number} [increment_unit] - The minimum quantity increment in which
137
- * the item can be purchased.
138
- * @property {number} [maximum] - The maximum quantity allowed for purchase.
139
- * @property {number} [minimum] - The minimum quantity required for purchase.
140
- */
141
141
  /**
142
142
  * @typedef ApplicationItemSEO
143
143
  * @property {string} [description] - The SEO description of the item
144
144
  * @property {string} [title] - The SEO title of the item
145
145
  */
146
- /**
147
- * @typedef ApplicationItemSeoAction
148
- * @property {Object} [page]
149
- * @property {string} [type]
150
- */
151
- /**
152
- * @typedef ApplicationItemSeoBreadcrumbs
153
- * @property {ApplicationItemSeoAction[]} [action]
154
- * @property {string} [url]
155
- */
156
- /**
157
- * @typedef ApplicationItemSeoMetaTagItem
158
- * @property {string} [key]
159
- * @property {string} [value]
160
- */
161
- /**
162
- * @typedef ApplicationItemSeoMetaTags
163
- * @property {ApplicationItemSeoMetaTagItem[]} [items]
164
- * @property {string} [title]
165
- */
166
146
  /**
167
147
  * @typedef ApplicationProductListingResponse
168
148
  * @property {ProductFilters[]} [filters]
@@ -295,17 +275,17 @@ export = CatalogPlatformModel;
295
275
  * @property {number} [max]
296
276
  * @property {number} [min]
297
277
  */
298
- /**
299
- * @typedef AutocompleteAction
300
- * @property {AutocompletePageAction} [page]
301
- * @property {string} [type]
302
- */
303
278
  /**
304
279
  * @typedef AutoCompleteMedia
305
280
  * @property {string} [aspect_ratio]
306
281
  * @property {string} [type]
307
282
  * @property {string} [url]
308
283
  */
284
+ /**
285
+ * @typedef AutocompleteAction
286
+ * @property {AutocompletePageAction} [page]
287
+ * @property {string} [type]
288
+ */
309
289
  /**
310
290
  * @typedef AutocompletePageAction
311
291
  * @property {Object} [params]
@@ -579,6 +559,7 @@ export = CatalogPlatformModel;
579
559
  */
580
560
  /**
581
561
  * @typedef CollectionCreateResponse
562
+ * @property {string} [uid]
582
563
  * @property {Object} [_schedule]
583
564
  * @property {boolean} [allow_facets]
584
565
  * @property {boolean} [allow_sort]
@@ -597,7 +578,6 @@ export = CatalogPlatformModel;
597
578
  * @property {string} [sort_on]
598
579
  * @property {string[]} [tag]
599
580
  * @property {string} [type]
600
- * @property {string} [uid]
601
581
  * @property {string[]} [visible_facets_keys]
602
582
  */
603
583
  /**
@@ -633,12 +613,6 @@ export = CatalogPlatformModel;
633
613
  * @property {number} item_id
634
614
  * @property {number} [priority]
635
615
  */
636
- /**
637
- * @typedef CollectionItemSchemaV2
638
- * @property {string} action
639
- * @property {number} item_id
640
- * @property {number} [priority]
641
- */
642
616
  /**
643
617
  * @typedef CollectionItemUpdate
644
618
  * @property {boolean} [allow_facets]
@@ -648,15 +622,6 @@ export = CatalogPlatformModel;
648
622
  * @property {string} [type]
649
623
  * @property {string[]} [visible_facets_keys]
650
624
  */
651
- /**
652
- * @typedef CollectionItemUpdateSchemaV2
653
- * @property {boolean} [allow_facets]
654
- * @property {boolean} [allow_sort]
655
- * @property {CollectionItemSchemaV2[]} [items]
656
- * @property {CollectionQuerySchemaV2[]} [query]
657
- * @property {string} type
658
- * @property {string[]} [visible_facets_keys]
659
- */
660
625
  /**
661
626
  * @typedef CollectionListingFilter
662
627
  * @property {CollectionListingFilterTag[]} [tags]
@@ -681,13 +646,6 @@ export = CatalogPlatformModel;
681
646
  * collection query
682
647
  * @property {Object[]} value - The value of the attribute of the collection query
683
648
  */
684
- /**
685
- * @typedef CollectionQuerySchemaV2
686
- * @property {string} attribute - The attribute of the collection query
687
- * @property {string} op - The operation to be performed on the attribute of the
688
- * collection query
689
- * @property {Object[]} value - The value of the attribute of the collection query
690
- */
691
649
  /**
692
650
  * @typedef CollectionSchedule
693
651
  * @property {string} [cron]
@@ -696,10 +654,6 @@ export = CatalogPlatformModel;
696
654
  * @property {NextSchedule[]} [next_schedule]
697
655
  * @property {string} [start]
698
656
  */
699
- /**
700
- * @typedef CommonResponseSchemaCollection
701
- * @property {string} [message]
702
- */
703
657
  /**
704
658
  * @typedef CompanyBrandDetail
705
659
  * @property {number} [brand_id]
@@ -862,11 +816,6 @@ export = CatalogPlatformModel;
862
816
  * @property {string} type
863
817
  * @property {string[]} [visible_facets_keys]
864
818
  */
865
- /**
866
- * @typedef CreatedBy
867
- * @property {string} [user_id]
868
- * @property {string} [username]
869
- */
870
819
  /**
871
820
  * @typedef CreateSearchConfigurationRequest
872
821
  * @property {string} application_id - The application id where custom search
@@ -1071,6 +1020,82 @@ export = CatalogPlatformModel;
1071
1020
  * @property {string} [display]
1072
1021
  * @property {string} [value]
1073
1022
  */
1023
+ /**
1024
+ * @typedef RawProduct
1025
+ * @property {Object} [_custom_json]
1026
+ * @property {number[]} [all_company_ids]
1027
+ * @property {string[]} [all_identifiers]
1028
+ * @property {Object[]} [all_sizes]
1029
+ * @property {Object} [attributes]
1030
+ * @property {Brand} [brand]
1031
+ * @property {number} [brand_uid]
1032
+ * @property {Object} [category]
1033
+ * @property {string} [category_slug]
1034
+ * @property {number} [category_uid]
1035
+ * @property {string} [color]
1036
+ * @property {number} [company_id]
1037
+ * @property {string} [country_of_origin]
1038
+ * @property {Object} [created_by]
1039
+ * @property {string} [created_on]
1040
+ * @property {string} [currency]
1041
+ * @property {Object} [custom_order]
1042
+ * @property {number[]} [departments]
1043
+ * @property {string} [description]
1044
+ * @property {string[]} [highlights]
1045
+ * @property {string} [hsn_code]
1046
+ * @property {string} [id]
1047
+ * @property {string} [image_nature]
1048
+ * @property {string[]} [images]
1049
+ * @property {boolean} [is_active]
1050
+ * @property {boolean} [is_dependent]
1051
+ * @property {boolean} [is_expirable]
1052
+ * @property {boolean} [is_image_less_product]
1053
+ * @property {boolean} [is_physical]
1054
+ * @property {boolean} [is_set]
1055
+ * @property {string} [item_code]
1056
+ * @property {string} [item_type]
1057
+ * @property {string[]} [l3_mapping]
1058
+ * @property {Media[]} [media]
1059
+ * @property {Object} [modified_by]
1060
+ * @property {string} [modified_on]
1061
+ * @property {Object} [moq]
1062
+ * @property {boolean} [multi_size]
1063
+ * @property {string} [name]
1064
+ * @property {NetQuantityResponse} [net_quantity]
1065
+ * @property {number} [no_of_boxes]
1066
+ * @property {string} [pending]
1067
+ * @property {string} [primary_color]
1068
+ * @property {string[]} [product_group_tag]
1069
+ * @property {ProductPublished} [product_publish]
1070
+ * @property {ReturnConfigResponse} [return_config]
1071
+ * @property {string} [short_description]
1072
+ * @property {string} [size_guide]
1073
+ * @property {Object[]} [sizes]
1074
+ * @property {string} [slug]
1075
+ * @property {string} [stage]
1076
+ * @property {string[]} [tags]
1077
+ * @property {Object} [tax_identifier]
1078
+ * @property {Object} [teaser_tag]
1079
+ * @property {string} [template_tag]
1080
+ * @property {Trader[]} [trader]
1081
+ * @property {number} [uid]
1082
+ * @property {Object} [variant_group]
1083
+ * @property {Object} [variant_media]
1084
+ * @property {Object} [variants]
1085
+ * @property {VerifiedBy} [verified_by]
1086
+ * @property {string} [verified_on]
1087
+ */
1088
+ /**
1089
+ * @typedef RawProductListingResponse
1090
+ * @property {RawProduct[]} [items]
1091
+ * @property {Page} [page]
1092
+ */
1093
+ /**
1094
+ * @typedef GTIN
1095
+ * @property {string} gtin_type
1096
+ * @property {string} gtin_value
1097
+ * @property {boolean} [primary]
1098
+ */
1074
1099
  /**
1075
1100
  * @typedef GenderDetail
1076
1101
  * @property {string[]} [departments]
@@ -1088,9 +1113,9 @@ export = CatalogPlatformModel;
1088
1113
  */
1089
1114
  /**
1090
1115
  * @typedef GetAddressSerializer
1091
- * @property {string} [address_type]
1092
1116
  * @property {string} [address1]
1093
1117
  * @property {string} [address2]
1118
+ * @property {string} [address_type]
1094
1119
  * @property {string} [city]
1095
1120
  * @property {string} [country]
1096
1121
  * @property {string} [country_code]
@@ -1100,11 +1125,6 @@ export = CatalogPlatformModel;
1100
1125
  * @property {number} [pincode]
1101
1126
  * @property {string} [state]
1102
1127
  */
1103
- /**
1104
- * @typedef GetAllMarketplaces
1105
- * @property {Marketplaces[]} [items]
1106
- * @property {Page} [page]
1107
- */
1108
1128
  /**
1109
1129
  * @typedef GetAllSizes
1110
1130
  * @property {AllSizes[]} [all_sizes]
@@ -1172,34 +1192,6 @@ export = CatalogPlatformModel;
1172
1192
  * @property {string} [uid]
1173
1193
  * @property {string[]} [visible_facets_keys]
1174
1194
  */
1175
- /**
1176
- * @typedef GetCollectionDetailResponse
1177
- * @property {Object} [_custom_json]
1178
- * @property {Object} [_locale_language]
1179
- * @property {CollectionSchedule} [_schedule]
1180
- * @property {Object} [action]
1181
- * @property {boolean} [allow_facets]
1182
- * @property {boolean} [allow_sort]
1183
- * @property {string} [app_id]
1184
- * @property {CollectionBadge} [badge]
1185
- * @property {ImageUrls} [banners]
1186
- * @property {string} [description]
1187
- * @property {boolean} [is_active]
1188
- * @property {boolean} [is_visible]
1189
- * @property {Media} [logo]
1190
- * @property {Object} [meta]
1191
- * @property {string} [name]
1192
- * @property {number} [priority]
1193
- * @property {boolean} [published]
1194
- * @property {CollectionQuery[]} [query]
1195
- * @property {SeoDetail} [seo]
1196
- * @property {string} [slug]
1197
- * @property {string} [sort_on]
1198
- * @property {string[]} [tags]
1199
- * @property {string} [type]
1200
- * @property {string} [uid]
1201
- * @property {string[]} [visible_facets_keys]
1202
- */
1203
1195
  /**
1204
1196
  * @typedef GetCollectionItemsResponse
1205
1197
  * @property {ProductFilters[]} [filters]
@@ -1207,11 +1199,6 @@ export = CatalogPlatformModel;
1207
1199
  * @property {Page} [page]
1208
1200
  * @property {ProductSortOn[]} [sort_on]
1209
1201
  */
1210
- /**
1211
- * @typedef GetCollectionItemsResponseSchemaV2
1212
- * @property {ProductDetailV2[]} [items]
1213
- * @property {Page1} [page]
1214
- */
1215
1202
  /**
1216
1203
  * @typedef GetCollectionListingResponse
1217
1204
  * @property {CollectionListingFilter} [filters]
@@ -1389,6 +1376,38 @@ export = CatalogPlatformModel;
1389
1376
  * @property {number} [product_uid]
1390
1377
  * @property {Size[]} [sizes]
1391
1378
  */
1379
+ /**
1380
+ * @typedef GetCollectionDetailResponse
1381
+ * @property {Object} [_custom_json]
1382
+ * @property {Object} [_locale_language]
1383
+ * @property {CollectionSchedule} [_schedule]
1384
+ * @property {Object} [action]
1385
+ * @property {boolean} [allow_facets]
1386
+ * @property {boolean} [allow_sort]
1387
+ * @property {string} [app_id]
1388
+ * @property {CollectionBadge} [badge]
1389
+ * @property {ImageUrls} [banners]
1390
+ * @property {string} [description]
1391
+ * @property {boolean} [is_active]
1392
+ * @property {boolean} [is_visible]
1393
+ * @property {Media} [logo]
1394
+ * @property {Object} [meta]
1395
+ * @property {string} [name]
1396
+ * @property {number} [priority]
1397
+ * @property {boolean} [published]
1398
+ * @property {CollectionQuery[]} [query]
1399
+ * @property {SeoDetail} [seo]
1400
+ * @property {string} [slug]
1401
+ * @property {string} [sort_on]
1402
+ * @property {string[]} [tags]
1403
+ * @property {string} [type]
1404
+ * @property {string} [uid]
1405
+ * @property {string[]} [visible_facets_keys]
1406
+ */
1407
+ /**
1408
+ * @typedef CommonResponseSchemaCollection
1409
+ * @property {string} [message]
1410
+ */
1392
1411
  /**
1393
1412
  * @typedef GetQueryFiltersResponse
1394
1413
  * @property {ProductFilters[]} [filters]
@@ -1396,26 +1415,79 @@ export = CatalogPlatformModel;
1396
1415
  * @property {ProductSortOn[]} [sort_on]
1397
1416
  */
1398
1417
  /**
1399
- * @typedef GetSearchConfigurationResponse
1400
- * @property {string} application_id - The application id where custom search
1401
- * configuration is set
1402
- * @property {number} company_id - The company id where custom search configuration is set
1403
- * @property {UserSerializer} [created_by] - The user who created the search
1404
- * configuration.
1405
- * @property {string} [created_on] - The date and time when the search
1406
- * configuration was created.
1407
- * @property {boolean} [is_proximity_enabled] - Flag indicating if proximity
1408
- * search is enabled for this attribute.
1409
- * @property {UserSerializer} [modified_by] - The user who modified the search
1410
- * configuration.
1411
- * @property {string} [modified_on] - The date and time when the search
1412
- * configuration was last modified.
1413
- * @property {number} [proximity] - Proximity distance configuration
1414
- * @property {SearchableAttribute[]} [searchable_attributes] - The searchable
1415
- * attributes defined on the application.
1418
+ * @typedef GetCollectionItemsResponseSchemaV2
1419
+ * @property {ProductDetailV2[]} [items]
1420
+ * @property {Page1} [page]
1416
1421
  */
1417
1422
  /**
1418
- * @typedef GetSearchWordsData
1423
+ * @typedef Page1
1424
+ * @property {boolean} [ca]
1425
+ * @property {string} [department]
1426
+ * @property {number} [page_no]
1427
+ * @property {number} [page_size]
1428
+ * @property {string} [q]
1429
+ * @property {string} [sort]
1430
+ * @property {string} [sort_on]
1431
+ * @property {string} [type]
1432
+ * @property {string} [variant]
1433
+ */
1434
+ /**
1435
+ * @typedef CollectionItemSchemaV2
1436
+ * @property {string} action
1437
+ * @property {number} item_id
1438
+ * @property {number} [priority]
1439
+ */
1440
+ /**
1441
+ * @typedef CollectionItemUpdateSchemaV2
1442
+ * @property {boolean} [allow_facets]
1443
+ * @property {boolean} [allow_sort]
1444
+ * @property {CollectionItemSchemaV2[]} [items]
1445
+ * @property {CollectionQuerySchemaV2[]} [query]
1446
+ * @property {string} type
1447
+ * @property {string[]} [visible_facets_keys]
1448
+ */
1449
+ /**
1450
+ * @typedef CollectionQuerySchemaV2
1451
+ * @property {string} attribute - The attribute of the collection query
1452
+ * @property {string} op - The operation to be performed on the attribute of the
1453
+ * collection query
1454
+ * @property {Object[]} value - The value of the attribute of the collection query
1455
+ */
1456
+ /**
1457
+ * @typedef ProductDetailV2
1458
+ * @property {ProductBrand} [brand]
1459
+ * @property {boolean} [is_excluded]
1460
+ * @property {boolean} [is_pinned]
1461
+ * @property {string} [item_code]
1462
+ * @property {string} [item_type]
1463
+ * @property {Media[]} [medias]
1464
+ * @property {string} [name]
1465
+ * @property {number} [priority]
1466
+ * @property {string} [short_description]
1467
+ * @property {string} slug
1468
+ * @property {number} [uid]
1469
+ */
1470
+ /**
1471
+ * @typedef GetSearchConfigurationResponse
1472
+ * @property {string} application_id - The application id where custom search
1473
+ * configuration is set
1474
+ * @property {number} company_id - The company id where custom search configuration is set
1475
+ * @property {UserSerializer} [created_by] - The user who created the search
1476
+ * configuration.
1477
+ * @property {string} [created_on] - The date and time when the search
1478
+ * configuration was created.
1479
+ * @property {boolean} [is_proximity_enabled] - Flag indicating if proximity
1480
+ * search is enabled for this attribute.
1481
+ * @property {UserSerializer} [modified_by] - The user who modified the search
1482
+ * configuration.
1483
+ * @property {string} [modified_on] - The date and time when the search
1484
+ * configuration was last modified.
1485
+ * @property {number} [proximity] - Proximity distance configuration
1486
+ * @property {SearchableAttribute[]} [searchable_attributes] - The searchable
1487
+ * attributes defined on the application.
1488
+ */
1489
+ /**
1490
+ * @typedef GetSearchWordsData
1419
1491
  * @property {Object} [_custom_json]
1420
1492
  * @property {string} [app_id]
1421
1493
  * @property {boolean} [is_active]
@@ -1442,16 +1514,34 @@ export = CatalogPlatformModel;
1442
1514
  * @property {string} [title]
1443
1515
  * @property {string} [type]
1444
1516
  */
1445
- /**
1446
- * @typedef GTIN
1447
- * @property {string} gtin_type
1448
- * @property {string} gtin_value
1449
- * @property {boolean} [primary]
1450
- */
1451
1517
  /**
1452
1518
  * @typedef Guide
1453
1519
  * @property {Meta} [meta]
1454
1520
  */
1521
+ /**
1522
+ * @typedef HSNCodesResponse
1523
+ * @property {HSNData} [data]
1524
+ * @property {string} [message]
1525
+ */
1526
+ /**
1527
+ * @typedef HSNData
1528
+ * @property {string[]} [country_of_origin]
1529
+ * @property {string[]} [hsn_code]
1530
+ */
1531
+ /**
1532
+ * @typedef HSNDataInsertV2
1533
+ * @property {string} country_code - Country code.
1534
+ * @property {Object} [created_by] - Details of the user who created the HSN data.
1535
+ * @property {string} [created_on] - Date and time when the HSN data was created.
1536
+ * @property {string} description - Description of the HSN data.
1537
+ * @property {string} hsn_code - HSN code.
1538
+ * @property {string} [hsn_code_id] - Unique identifier of the HSN code.
1539
+ * @property {Object} [modified_by] - Details of the user who last modified the HSN data.
1540
+ * @property {string} [modified_on] - Date and time when the HSN data was last modified.
1541
+ * @property {string} reporting_hsn - HSN code.
1542
+ * @property {TaxSlab[]} taxes - List of tax slabs.
1543
+ * @property {string} type - Type of HSN data (goods or services).
1544
+ */
1455
1545
  /**
1456
1546
  * @typedef Hierarchy
1457
1547
  * @property {number} department - It is the unique identifier of the department
@@ -1478,47 +1568,23 @@ export = CatalogPlatformModel;
1478
1568
  * @property {string} [id] - The identifier of the HSN code.
1479
1569
  * @property {string} [modified_on] - The date and time when the HSN code was
1480
1570
  * last modified.
1481
- * @property {boolean} [tax_on_esp] - Flag indicating whether tax is applicable on ESP.
1482
- * @property {boolean} [tax_on_mrp] - Flag indicating whether tax is applicable on MRP.
1483
1571
  * @property {number} [tax1] - The first tax rate.
1484
1572
  * @property {number} [tax2] - The second tax rate.
1573
+ * @property {boolean} [tax_on_esp] - Flag indicating whether tax is applicable on ESP.
1574
+ * @property {boolean} [tax_on_mrp] - Flag indicating whether tax is applicable on MRP.
1485
1575
  * @property {number} [threshold1] - The threshold for the first tax rate.
1486
1576
  * @property {number} [threshold2] - The threshold for the second tax rate.
1487
1577
  */
1488
- /**
1489
- * @typedef HSNCodesResponse
1490
- * @property {HSNData} [data]
1491
- * @property {string} [message]
1492
- */
1493
- /**
1494
- * @typedef HSNData
1495
- * @property {string[]} [country_of_origin]
1496
- * @property {string[]} [hsn_code]
1497
- */
1498
- /**
1499
- * @typedef HSNDataInsertV2
1500
- * @property {string} country_code - Country code.
1501
- * @property {Object} [created_by] - Details of the user who created the HSN data.
1502
- * @property {string} [created_on] - Date and time when the HSN data was created.
1503
- * @property {string} description - Description of the HSN data.
1504
- * @property {string} hsn_code - HSN code.
1505
- * @property {string} [hsn_code_id] - Unique identifier of the HSN code.
1506
- * @property {Object} [modified_by] - Details of the user who last modified the HSN data.
1507
- * @property {string} [modified_on] - Date and time when the HSN data was last modified.
1508
- * @property {string} reporting_hsn - HSN code.
1509
- * @property {TaxSlab[]} taxes - List of tax slabs.
1510
- * @property {string} type - Type of HSN data (goods or services).
1511
- */
1512
1578
  /**
1513
1579
  * @typedef HsnUpsert
1514
1580
  * @property {number} company_id - The ID of the company.
1515
1581
  * @property {string} hs2_code - The HS2 code.
1516
1582
  * @property {string} hsn_code - The HSN code.
1517
1583
  * @property {boolean} [is_active] - Flag indicating whether the entry is active.
1518
- * @property {boolean} [tax_on_esp] - Flag indicating whether tax is applicable on ESP.
1519
- * @property {boolean} tax_on_mrp - Flag indicating whether tax is applicable on MRP.
1520
1584
  * @property {number} tax1 - The first tax rate.
1521
1585
  * @property {number} [tax2] - The second tax rate.
1586
+ * @property {boolean} [tax_on_esp] - Flag indicating whether tax is applicable on ESP.
1587
+ * @property {boolean} tax_on_mrp - Flag indicating whether tax is applicable on MRP.
1522
1588
  * @property {number} threshold1 - The threshold for the first tax rate.
1523
1589
  * @property {number} [threshold2] - The threshold for the second tax rate.
1524
1590
  * @property {number} [uid] - The unique identifier.
@@ -1535,6 +1601,28 @@ export = CatalogPlatformModel;
1535
1601
  * @property {BannerImage} [landscape]
1536
1602
  * @property {BannerImage} [portrait]
1537
1603
  */
1604
+ /**
1605
+ * @typedef InvSize
1606
+ * @property {string} currency - The currency used for the item price.
1607
+ * @property {string} [expiration_date]
1608
+ * @property {GTIN[]} identifiers
1609
+ * @property {boolean} [is_set]
1610
+ * @property {string} [item_dimensions_unit_of_measure] - The unit of measure
1611
+ * for the item dimensions.
1612
+ * @property {number} [item_height] - The height of the item.
1613
+ * @property {number} [item_length] - The length of the item.
1614
+ * @property {number} [item_weight] - The weight of the item.
1615
+ * @property {string} [item_weight_unit_of_measure] - The unit of measure for
1616
+ * the item weight.
1617
+ * @property {number} [item_width] - The width of the item.
1618
+ * @property {number} [price]
1619
+ * @property {number} price_effective
1620
+ * @property {number} [price_transfer]
1621
+ * @property {number} quantity
1622
+ * @property {InventorySet} [set]
1623
+ * @property {string} size
1624
+ * @property {string} store_code
1625
+ */
1538
1626
  /**
1539
1627
  * @typedef InventoryBulkRequest
1540
1628
  * @property {string} batch_id
@@ -1810,28 +1898,6 @@ export = CatalogPlatformModel;
1810
1898
  * @property {InvoiceCredSerializer} [e_invoice]
1811
1899
  * @property {InvoiceCredSerializer} [e_waybill]
1812
1900
  */
1813
- /**
1814
- * @typedef InvSize
1815
- * @property {string} currency - The currency used for the item price.
1816
- * @property {string} [expiration_date]
1817
- * @property {GTIN[]} identifiers
1818
- * @property {boolean} [is_set]
1819
- * @property {string} [item_dimensions_unit_of_measure] - The unit of measure
1820
- * for the item dimensions.
1821
- * @property {number} [item_height] - The height of the item.
1822
- * @property {number} [item_length] - The length of the item.
1823
- * @property {number} [item_weight] - The weight of the item.
1824
- * @property {string} [item_weight_unit_of_measure] - The unit of measure for
1825
- * the item weight.
1826
- * @property {number} [item_width] - The width of the item.
1827
- * @property {number} [price]
1828
- * @property {number} price_effective
1829
- * @property {number} [price_transfer]
1830
- * @property {number} quantity
1831
- * @property {InventorySet} [set]
1832
- * @property {string} size
1833
- * @property {string} store_code
1834
- */
1835
1901
  /**
1836
1902
  * @typedef ItemQuery
1837
1903
  * @property {number} [brand_uid]
@@ -1913,6 +1979,12 @@ export = CatalogPlatformModel;
1913
1979
  * @property {string} [secure_url]
1914
1980
  * @property {string} [url]
1915
1981
  */
1982
+ /**
1983
+ * @typedef MOQData
1984
+ * @property {number} [increment_unit]
1985
+ * @property {number} [maximum]
1986
+ * @property {number} [minimum]
1987
+ */
1916
1988
  /**
1917
1989
  * @typedef ManufacturerResponse
1918
1990
  * @property {string} address - The address of the manufacturer.
@@ -1925,21 +1997,6 @@ export = CatalogPlatformModel;
1925
1997
  * @property {boolean} [is_default]
1926
1998
  * @property {string} [name]
1927
1999
  */
1928
- /**
1929
- * @typedef Marketplaces
1930
- * @property {string} [_id]
1931
- * @property {string} [app_id]
1932
- * @property {number[]} [brand_ids]
1933
- * @property {number} [company_id]
1934
- * @property {CreatedBy} [created_by]
1935
- * @property {Object} [created_on]
1936
- * @property {boolean} [enabled]
1937
- * @property {CreatedBy} [modified_by]
1938
- * @property {Object} [modified_on]
1939
- * @property {string} [opt_level]
1940
- * @property {string} [platforms]
1941
- * @property {number[]} [store_ids]
1942
- */
1943
2000
  /**
1944
2001
  * @typedef Media
1945
2002
  * @property {Object} [meta]
@@ -1996,17 +2053,6 @@ export = CatalogPlatformModel;
1996
2053
  * @property {string} value - The value of the metadata. Should be a non-empty
1997
2054
  * string and length should not exceed 100 characters.
1998
2055
  */
1999
- /**
2000
- * @typedef Metatags
2001
- * @property {ApplicationItemSeoMetaTags[]} [items]
2002
- * @property {string} [title]
2003
- */
2004
- /**
2005
- * @typedef MOQData
2006
- * @property {number} [increment_unit]
2007
- * @property {number} [maximum]
2008
- * @property {number} [minimum]
2009
- */
2010
2056
  /**
2011
2057
  * @typedef NetQuantity
2012
2058
  * @property {string} [unit] - The unit of measurement used for the net quantity
@@ -2023,6 +2069,15 @@ export = CatalogPlatformModel;
2023
2069
  * @property {string} [end]
2024
2070
  * @property {string} [start]
2025
2071
  */
2072
+ /**
2073
+ * @typedef OptInPostRequest
2074
+ * @property {number[]} [brand_ids]
2075
+ * @property {number} [company_id]
2076
+ * @property {boolean} [enabled]
2077
+ * @property {string} opt_level
2078
+ * @property {string} [platform]
2079
+ * @property {number[]} [store_ids]
2080
+ */
2026
2081
  /**
2027
2082
  * @typedef OptinCompanyBrandDetailsView
2028
2083
  * @property {CompanyBrandDetail[]} [items]
@@ -2041,15 +2096,6 @@ export = CatalogPlatformModel;
2041
2096
  * @property {string} [company]
2042
2097
  * @property {number} [store]
2043
2098
  */
2044
- /**
2045
- * @typedef OptInPostRequest
2046
- * @property {number[]} [brand_ids]
2047
- * @property {number} [company_id]
2048
- * @property {boolean} [enabled]
2049
- * @property {string} opt_level
2050
- * @property {string} [platform]
2051
- * @property {number[]} [store_ids]
2052
- */
2053
2099
  /**
2054
2100
  * @typedef OptinStoreDetails
2055
2101
  * @property {StoreDetail[]} [items]
@@ -2063,27 +2109,23 @@ export = CatalogPlatformModel;
2063
2109
  * @property {MOQData} [moq]
2064
2110
  * @property {SEOData} [seo]
2065
2111
  */
2112
+ /**
2113
+ * @typedef PTErrorResponse
2114
+ * @property {string} [code]
2115
+ * @property {Object} [errors]
2116
+ * @property {string} [message]
2117
+ * @property {Object} [meta]
2118
+ * @property {number} [status]
2119
+ */
2066
2120
  /**
2067
2121
  * @typedef Page
2068
- * @property {number} [current]
2069
- * @property {boolean} [has_next]
2070
- * @property {boolean} [has_previous]
2071
2122
  * @property {number} [item_total]
2072
2123
  * @property {string} [next_id]
2073
- * @property {number} [size]
2124
+ * @property {boolean} [has_previous]
2125
+ * @property {boolean} [has_next]
2126
+ * @property {number} [current]
2074
2127
  * @property {string} type
2075
- */
2076
- /**
2077
- * @typedef Page1
2078
- * @property {boolean} [ca]
2079
- * @property {string} [department]
2080
- * @property {number} [page_no]
2081
- * @property {number} [page_size]
2082
- * @property {string} [q]
2083
- * @property {string} [sort]
2084
- * @property {string} [sort_on]
2085
- * @property {string} [type]
2086
- * @property {string} [variant]
2128
+ * @property {number} [size]
2087
2129
  */
2088
2130
  /**
2089
2131
  * @typedef PageResponse
@@ -2383,20 +2425,6 @@ export = CatalogPlatformModel;
2383
2425
  * @property {ProductDetailAttribute[]} [details]
2384
2426
  * @property {string} [title]
2385
2427
  */
2386
- /**
2387
- * @typedef ProductDetailV2
2388
- * @property {ProductBrand} [brand]
2389
- * @property {boolean} [is_excluded]
2390
- * @property {boolean} [is_pinned]
2391
- * @property {string} [item_code]
2392
- * @property {string} [item_type]
2393
- * @property {Media[]} [medias]
2394
- * @property {string} [name]
2395
- * @property {number} [priority]
2396
- * @property {string} [short_description]
2397
- * @property {string} slug
2398
- * @property {number} [uid]
2399
- */
2400
2428
  /**
2401
2429
  * @typedef ProductDownloadsResponse
2402
2430
  * @property {ProductTemplateExportResponse[]} [items] - The items of the job.
@@ -2488,17 +2516,17 @@ export = CatalogPlatformModel;
2488
2516
  * @property {boolean} [is_set]
2489
2517
  * @property {number} [product_online_date]
2490
2518
  */
2519
+ /**
2520
+ * @typedef ProductReturnConfigSerializer
2521
+ * @property {boolean} [on_same_store]
2522
+ * @property {number} [store_uid]
2523
+ */
2491
2524
  /**
2492
2525
  * @typedef ProductReturnConfigBaseSerializer
2493
2526
  * @property {boolean} returnable - Boolean Flag for item returnable
2494
2527
  * @property {number} time - Valid return time for an item
2495
2528
  * @property {string} unit - Unit of return config days|hours
2496
2529
  */
2497
- /**
2498
- * @typedef ProductReturnConfigSerializer
2499
- * @property {boolean} [on_same_store]
2500
- * @property {number} [store_uid]
2501
- */
2502
2530
  /**
2503
2531
  * @typedef ProductSchemaV2
2504
2532
  * @property {Object} [_custom_json]
@@ -2687,14 +2715,6 @@ export = CatalogPlatformModel;
2687
2715
  * @property {Object} [trader_type]
2688
2716
  * @property {Object} [variants]
2689
2717
  */
2690
- /**
2691
- * @typedef PTErrorResponse
2692
- * @property {string} [code]
2693
- * @property {Object} [errors]
2694
- * @property {string} [message]
2695
- * @property {Object} [meta]
2696
- * @property {number} [status]
2697
- */
2698
2718
  /**
2699
2719
  * @typedef Quantities
2700
2720
  * @property {QuantityBase} [damaged]
@@ -2718,76 +2738,6 @@ export = CatalogPlatformModel;
2718
2738
  * @property {number} [count]
2719
2739
  * @property {string} [updated_at]
2720
2740
  */
2721
- /**
2722
- * @typedef RawProduct
2723
- * @property {Object} [_custom_json]
2724
- * @property {number[]} [all_company_ids]
2725
- * @property {string[]} [all_identifiers]
2726
- * @property {Object[]} [all_sizes]
2727
- * @property {Object} [attributes]
2728
- * @property {Brand} [brand]
2729
- * @property {number} [brand_uid]
2730
- * @property {Object} [category]
2731
- * @property {string} [category_slug]
2732
- * @property {number} [category_uid]
2733
- * @property {string} [color]
2734
- * @property {number} [company_id]
2735
- * @property {string} [country_of_origin]
2736
- * @property {Object} [created_by]
2737
- * @property {string} [created_on]
2738
- * @property {string} [currency]
2739
- * @property {Object} [custom_order]
2740
- * @property {number[]} [departments]
2741
- * @property {string} [description]
2742
- * @property {string[]} [highlights]
2743
- * @property {string} [hsn_code]
2744
- * @property {string} [id]
2745
- * @property {string} [image_nature]
2746
- * @property {string[]} [images]
2747
- * @property {boolean} [is_active]
2748
- * @property {boolean} [is_dependent]
2749
- * @property {boolean} [is_expirable]
2750
- * @property {boolean} [is_image_less_product]
2751
- * @property {boolean} [is_physical]
2752
- * @property {boolean} [is_set]
2753
- * @property {string} [item_code]
2754
- * @property {string} [item_type]
2755
- * @property {string[]} [l3_mapping]
2756
- * @property {Media[]} [media]
2757
- * @property {Object} [modified_by]
2758
- * @property {string} [modified_on]
2759
- * @property {Object} [moq]
2760
- * @property {boolean} [multi_size]
2761
- * @property {string} [name]
2762
- * @property {NetQuantityResponse} [net_quantity]
2763
- * @property {number} [no_of_boxes]
2764
- * @property {string} [pending]
2765
- * @property {string} [primary_color]
2766
- * @property {string[]} [product_group_tag]
2767
- * @property {ProductPublished} [product_publish]
2768
- * @property {ReturnConfigResponse} [return_config]
2769
- * @property {string} [short_description]
2770
- * @property {string} [size_guide]
2771
- * @property {Object[]} [sizes]
2772
- * @property {string} [slug]
2773
- * @property {string} [stage]
2774
- * @property {string[]} [tags]
2775
- * @property {Object} [tax_identifier]
2776
- * @property {Object} [teaser_tag]
2777
- * @property {string} [template_tag]
2778
- * @property {Trader[]} [trader]
2779
- * @property {number} [uid]
2780
- * @property {Object} [variant_group]
2781
- * @property {Object} [variant_media]
2782
- * @property {Object} [variants]
2783
- * @property {VerifiedBy} [verified_by]
2784
- * @property {string} [verified_on]
2785
- */
2786
- /**
2787
- * @typedef RawProductListingResponse
2788
- * @property {RawProduct[]} [items]
2789
- * @property {Page} [page]
2790
- */
2791
2741
  /**
2792
2742
  * @typedef ReturnConfig
2793
2743
  * @property {boolean} returnable
@@ -2812,6 +2762,55 @@ export = CatalogPlatformModel;
2812
2762
  * @property {number} [time]
2813
2763
  * @property {string} [unit]
2814
2764
  */
2765
+ /**
2766
+ * @typedef Sitemap
2767
+ * @property {number} [priority]
2768
+ * @property {string} [frequency]
2769
+ */
2770
+ /**
2771
+ * @typedef ApplicationItemSeoAction
2772
+ * @property {Object} [page]
2773
+ * @property {string} [type]
2774
+ */
2775
+ /**
2776
+ * @typedef ApplicationItemSeoBreadcrumbs
2777
+ * @property {string} [url]
2778
+ * @property {ApplicationItemSeoAction[]} [action]
2779
+ */
2780
+ /**
2781
+ * @typedef ApplicationItemSeoMetaTagItem
2782
+ * @property {string} [key]
2783
+ * @property {string} [value]
2784
+ */
2785
+ /**
2786
+ * @typedef ApplicationItemSeoMetaTags
2787
+ * @property {string} [title]
2788
+ * @property {ApplicationItemSeoMetaTagItem[]} [items]
2789
+ */
2790
+ /**
2791
+ * @typedef Metatags
2792
+ * @property {string} [title]
2793
+ * @property {ApplicationItemSeoMetaTags[]} [items]
2794
+ */
2795
+ /**
2796
+ * @typedef SizePromotionThreshold
2797
+ * @property {string} [threshold_type]
2798
+ * @property {number} [threshold_value]
2799
+ */
2800
+ /**
2801
+ * @typedef SEOData
2802
+ * @property {string} [description]
2803
+ * @property {string} [title]
2804
+ * @property {Sitemap} [sitemap]
2805
+ * @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
2806
+ * @property {Metatags[]} [meta_tags]
2807
+ * @property {string} [canonical_url]
2808
+ */
2809
+ /**
2810
+ * @typedef SearchKeywordResult
2811
+ * @property {Object} query
2812
+ * @property {string} sort_on
2813
+ */
2815
2814
  /**
2816
2815
  * @typedef SearchableAttribute
2817
2816
  * @property {string} key - The attribute key to search on. This key matches the
@@ -2821,11 +2820,6 @@ export = CatalogPlatformModel;
2821
2820
  * @property {number} priority - Order in which the searchable attribute should
2822
2821
  * kick in. Higher the priority, higher the weight considered while searching
2823
2822
  */
2824
- /**
2825
- * @typedef SearchKeywordResult
2826
- * @property {Object} query
2827
- * @property {string} sort_on
2828
- */
2829
2823
  /**
2830
2824
  * @typedef SecondLevelChild
2831
2825
  * @property {Object} [_custom_json]
@@ -2842,22 +2836,13 @@ export = CatalogPlatformModel;
2842
2836
  * @property {string} number
2843
2837
  */
2844
2838
  /**
2845
- * @typedef SEOData
2846
- * @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
2847
- * @property {string} [canonical_url]
2839
+ * @typedef SeoDetail
2848
2840
  * @property {string} [description]
2849
- * @property {Metatags[]} [meta_tags]
2850
- * @property {Sitemap} [sitemap]
2851
2841
  * @property {string} [title]
2852
- */
2853
- /**
2854
- * @typedef SeoDetail
2842
+ * @property {Object} [sitemap]
2855
2843
  * @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
2856
- * @property {string} [canonical_url]
2857
- * @property {string} [description]
2858
2844
  * @property {Metatags[]} [meta_tags]
2859
- * @property {Object} [sitemap]
2860
- * @property {string} [title]
2845
+ * @property {string} [canonical_url]
2861
2846
  */
2862
2847
  /**
2863
2848
  * @typedef SetSize
@@ -2872,11 +2857,6 @@ export = CatalogPlatformModel;
2872
2857
  * @typedef SingleProductResponse
2873
2858
  * @property {ProductSchemaV2} [data]
2874
2859
  */
2875
- /**
2876
- * @typedef Sitemap
2877
- * @property {string} [frequency]
2878
- * @property {number} [priority]
2879
- */
2880
2860
  /**
2881
2861
  * @typedef Size
2882
2862
  * @property {string} [display]
@@ -2904,11 +2884,6 @@ export = CatalogPlatformModel;
2904
2884
  * @property {string} [tag]
2905
2885
  * @property {string} [title]
2906
2886
  */
2907
- /**
2908
- * @typedef SizePromotionThreshold
2909
- * @property {string} [threshold_type]
2910
- * @property {number} [threshold_value]
2911
- */
2912
2887
  /**
2913
2888
  * @typedef StoreAssignResponse
2914
2889
  * @property {string} [_id]
@@ -2992,6 +2967,11 @@ export = CatalogPlatformModel;
2992
2967
  * @property {string} slug
2993
2968
  * @property {string} [tag]
2994
2969
  */
2970
+ /**
2971
+ * @typedef TemplateValidationData
2972
+ * @property {GlobalValidation} [global_validation]
2973
+ * @property {Object} [template_validation]
2974
+ */
2995
2975
  /**
2996
2976
  * @typedef TemplatesResponse
2997
2977
  * @property {ProductTemplate} [items]
@@ -3002,11 +2982,6 @@ export = CatalogPlatformModel;
3002
2982
  * @property {TemplateValidationData} [data]
3003
2983
  * @property {TemplateDetails} [template_details]
3004
2984
  */
3005
- /**
3006
- * @typedef TemplateValidationData
3007
- * @property {GlobalValidation} [global_validation]
3008
- * @property {Object} [template_validation]
3009
- */
3010
2985
  /**
3011
2986
  * @typedef ThirdLevelChild
3012
2987
  * @property {Object} [_custom_json]
@@ -3061,32 +3036,6 @@ export = CatalogPlatformModel;
3061
3036
  * @property {string} [type]
3062
3037
  * @property {string[]} [visible_facets_keys]
3063
3038
  */
3064
- /**
3065
- * @typedef UpdatedResponse
3066
- * @property {number[]} [items_not_updated]
3067
- * @property {string} [message]
3068
- */
3069
- /**
3070
- * @typedef UpdateMarketplaceOptinRequest
3071
- * @property {number[]} [brand_ids]
3072
- * @property {number} [company_id]
3073
- * @property {boolean} [enabled]
3074
- * @property {string} [opt_level]
3075
- * @property {string} [platform]
3076
- * @property {number[]} [store_ids]
3077
- */
3078
- /**
3079
- * @typedef UpdateMarketplaceOptinResponse
3080
- * @property {string} [app_id]
3081
- * @property {number[]} [brand_ids]
3082
- * @property {number} [company_id]
3083
- * @property {CreatedBy} [created_by]
3084
- * @property {boolean} [enabled]
3085
- * @property {CreatedBy} [modified_by]
3086
- * @property {string} [opt_level]
3087
- * @property {string} [platform]
3088
- * @property {number[]} [store_ids]
3089
- */
3090
3039
  /**
3091
3040
  * @typedef UpdateSearchConfigurationRequest
3092
3041
  * @property {string} application_id - The application id where custom search
@@ -3110,6 +3059,11 @@ export = CatalogPlatformModel;
3110
3059
  * @typedef UpdateSearchConfigurationResponse
3111
3060
  * @property {boolean} [success]
3112
3061
  */
3062
+ /**
3063
+ * @typedef UpdatedResponse
3064
+ * @property {number[]} [items_not_updated]
3065
+ * @property {string} [message]
3066
+ */
3113
3067
  /**
3114
3068
  * @typedef UserCommon
3115
3069
  * @property {number} [company_id]
@@ -3214,44 +3168,90 @@ export = CatalogPlatformModel;
3214
3168
  * @property {string} [unit]
3215
3169
  */
3216
3170
  /**
3217
- * @typedef {| "about-us"
3218
- * | "addresses"
3219
- * | "blog"
3220
- * | "brands"
3221
- * | "cards"
3222
- * | "cart"
3223
- * | "categories"
3224
- * | "brand"
3225
- * | "category"
3226
- * | "collection"
3227
- * | "collections"
3228
- * | "contact-us"
3229
- * | "external"
3230
- * | "faq"
3231
- * | "freshchat"
3232
- * | "home"
3233
- * | "notification-settings"
3234
- * | "orders"
3235
- * | "page"
3236
- * | "policy"
3237
- * | "product"
3238
- * | "product-request"
3239
- * | "products"
3240
- * | "profile"
3241
- * | "profile-order-shipment"
3242
- * | "profile-basic"
3243
- * | "profile-company"
3244
- * | "profile-emails"
3245
- * | "profile-phones"
3246
- * | "rate-us"
3247
- * | "refer-earn"
3248
- * | "settings"
3249
- * | "shared-cart"
3250
- * | "tnc"
3251
- * | "track-order"
3252
- * | "wishlist"
3253
- * | "sections"
3254
- * | "form"
3171
+ * @typedef CreatedBy
3172
+ * @property {string} [username]
3173
+ * @property {string} [user_id]
3174
+ */
3175
+ /**
3176
+ * @typedef Marketplaces
3177
+ * @property {number[]} [brand_ids]
3178
+ * @property {string} [app_id]
3179
+ * @property {boolean} [enabled]
3180
+ * @property {CreatedBy} [created_by]
3181
+ * @property {Object} [created_on]
3182
+ * @property {string} [opt_level]
3183
+ * @property {number} [company_id]
3184
+ * @property {CreatedBy} [modified_by]
3185
+ * @property {number[]} [store_ids]
3186
+ * @property {Object} [modified_on]
3187
+ * @property {string} [platforms]
3188
+ * @property {string} [_id]
3189
+ */
3190
+ /**
3191
+ * @typedef GetAllMarketplaces
3192
+ * @property {Marketplaces[]} [items]
3193
+ * @property {Page} [page]
3194
+ */
3195
+ /**
3196
+ * @typedef UpdateMarketplaceOptinRequest
3197
+ * @property {number[]} [brand_ids]
3198
+ * @property {number} [company_id]
3199
+ * @property {boolean} [enabled]
3200
+ * @property {string} [opt_level]
3201
+ * @property {string} [platform]
3202
+ * @property {number[]} [store_ids]
3203
+ */
3204
+ /**
3205
+ * @typedef UpdateMarketplaceOptinResponse
3206
+ * @property {number[]} [brand_ids]
3207
+ * @property {number} [company_id]
3208
+ * @property {string} [app_id]
3209
+ * @property {boolean} [enabled]
3210
+ * @property {string} [opt_level]
3211
+ * @property {string} [platform]
3212
+ * @property {number[]} [store_ids]
3213
+ * @property {CreatedBy} [created_by]
3214
+ * @property {CreatedBy} [modified_by]
3215
+ */
3216
+ /**
3217
+ * @typedef {| "about-us"
3218
+ * | "addresses"
3219
+ * | "blog"
3220
+ * | "brands"
3221
+ * | "cards"
3222
+ * | "cart"
3223
+ * | "categories"
3224
+ * | "brand"
3225
+ * | "category"
3226
+ * | "collection"
3227
+ * | "collections"
3228
+ * | "contact-us"
3229
+ * | "external"
3230
+ * | "faq"
3231
+ * | "freshchat"
3232
+ * | "home"
3233
+ * | "notification-settings"
3234
+ * | "orders"
3235
+ * | "page"
3236
+ * | "policy"
3237
+ * | "product"
3238
+ * | "product-request"
3239
+ * | "products"
3240
+ * | "profile"
3241
+ * | "profile-order-shipment"
3242
+ * | "profile-basic"
3243
+ * | "profile-company"
3244
+ * | "profile-emails"
3245
+ * | "profile-phones"
3246
+ * | "rate-us"
3247
+ * | "refer-earn"
3248
+ * | "settings"
3249
+ * | "shared-cart"
3250
+ * | "tnc"
3251
+ * | "track-order"
3252
+ * | "wishlist"
3253
+ * | "sections"
3254
+ * | "form"
3255
3255
  * | "cart-delivery"
3256
3256
  * | "cart-payment"
3257
3257
  * | "cart-review"
@@ -3264,7 +3264,7 @@ export = CatalogPlatformModel;
3264
3264
  declare class CatalogPlatformModel {
3265
3265
  }
3266
3266
  declare namespace CatalogPlatformModel {
3267
- export { Action, ActionPage, AllowSingleRequest, AllSizes, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponse, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponse, ApplicationItemMeta, ApplicationItemMOQ, ApplicationItemSEO, ApplicationItemSeoAction, ApplicationItemSeoBreadcrumbs, ApplicationItemSeoMetaTagItem, ApplicationItemSeoMetaTags, ApplicationProductListingResponse, ApplicationStoreJson, AppReturnConfigResponse, ArticleAssignment, ArticleAssignment1, ArticleQuery, ArticleStoreResponse, AssignStore, AssignStoreArticle, AttributeDetailsGroup, AttributeMaster, AttributeMasterDetails, AttributeMasterFilter, AttributeMasterMandatoryDetails, AttributeMasterMeta, AttributeMasterSerializer, AttributeSchemaRange, AutocompleteAction, AutoCompleteMedia, AutocompletePageAction, AutocompleteResult, BannerImage, BaseAppCategoryReturnConfig, BaseAppCategoryReturnConfigResponse, Brand, BrandItem, BrandListingResponse, BrandMeta, BrandMeta1, BulkAssetResponse, BulkHsnResponse, BulkHsnUpsert, BulkInventoryGet, BulkInventoryGetItems, BulkJob, BulkProductRequest, BulkResponse, CatalogInsightBrand, CatalogInsightItem, CatalogInsightResponse, CategoriesResponse, Category, CategoryCreateResponse, CategoryItems, CategoryListingResponse, CategoryMapping, CategoryMappingValues, CategoryRequestBody, CategoryResponse, CategoryUpdateResponse, Child, CollectionBadge, CollectionBanner, CollectionCreateResponse, CollectionDetailResponse, CollectionImage, CollectionItem, CollectionItemSchemaV2, CollectionItemUpdate, CollectionItemUpdateSchemaV2, CollectionListingFilter, CollectionListingFilterTag, CollectionListingFilterType, CollectionQuery, CollectionQuerySchemaV2, CollectionSchedule, CommonResponseSchemaCollection, CompanyBrandDetail, CompanyMeta, CompanyMeta1, CompanyOptIn, ConfigErrorResponse, ConfigSuccessResponse, ConfigurationBucketPoints, ConfigurationListing, ConfigurationListingFilter, ConfigurationListingFilterConfig, ConfigurationListingFilterValue, ConfigurationListingSort, ConfigurationListingSortConfig, ConfigurationProduct, ConfigurationProductConfig, ConfigurationProductSimilar, ConfigurationProductVariant, ConfigurationProductVariantConfig, CreateAutocompleteKeyword, CreateAutocompleteWordsResponse, CreateCollection, CreatedBy, CreateSearchConfigurationRequest, CreateSearchConfigurationResponse, CreateSearchKeyword, CreateUpdateAppReturnConfig, CrossSellingData, CrossSellingResponse, CustomOrder, DateMeta, DefaultKeyRequest, DeleteAppCategoryReturnConfig, DeleteResponse, DeleteSearchConfigurationResponse, Department, DepartmentCategoryTree, DepartmentCreateErrorResponse, DepartmentCreateResponse, DepartmentCreateUpdate, DepartmentErrorResponse, DepartmentIdentifier, DepartmentModel, DepartmentResponse, DepartmentsResponse, DimensionResponse, DimensionResponse1, Document, EntityConfiguration, ErrorResponse, FilerList, GenderDetail, GetAddressSerializer, GetAllMarketplaces, GetAllSizes, GetAppCatalogConfiguration, GetAppCatalogEntityConfiguration, GetAutocompleteWordsData, GetAutocompleteWordsResponse, GetCatalogConfigurationDetailsProduct, GetCatalogConfigurationDetailsSchemaListing, GetCatalogConfigurationMetaData, GetCollectionDetailNest, GetCollectionDetailResponse, GetCollectionItemsResponse, GetCollectionItemsResponseSchemaV2, GetCollectionListingResponse, GetCollectionQueryOptionResponse, GetCompanySerializer, GetConfigMetadataResponse, GetConfigResponse, GetDepartment, GetInventories, GetInventoriesResponse, GetLocationSerializer, GetOptInPlatform, GetProductBundleCreateResponse, GetProductBundleListingResponse, GetProductBundleResponse, GetProducts, GetQueryFiltersResponse, GetSearchConfigurationResponse, GetSearchWordsData, GetSearchWordsDetailResponse, GetSearchWordsResponse, GlobalValidation, GTIN, Guide, Hierarchy, HsnCode, HsnCodesListingResponseSchemaV2, HsnCodesObject, HSNCodesResponse, HSNData, HSNDataInsertV2, HsnUpsert, Image, ImageUrls, InventoryBulkRequest, InventoryConfig, InventoryCreateRequest, InventoryExportAdvanceOption, InventoryExportFilter, InventoryExportJob, InventoryExportJobListResponse, InventoryExportQuantityFilter, InventoryExportRequest, InventoryExportResponse, InventoryFailedReason, InventoryJobDetailResponse, InventoryJobFilters, InventoryJobPayload, InventoryPage, InventoryPayload, InventoryRequest, InventoryRequestSchemaV2, InventoryResponse, InventoryResponseItem, InventoryResponsePaginated, InventorySellerIdentifierResponsePaginated, InventorySellerResponse, InventorySet, InventoryStockResponse, InventoryUpdateResponse, InventoryValidationResponse, InvoiceCredSerializer, InvoiceDetailsSerializer, InvSize, ItemQuery, Items, LimitedProductData, ListSizeGuide, LocationDayWiseSerializer, LocationIntegrationType, LocationListSerializer, LocationManagerSerializer, LocationTimingSerializer, Logo, ManufacturerResponse, ManufacturerResponse1, Marketplaces, Media, Media1, Media2, Meta, MetaDataListingFilterMetaResponse, MetaDataListingFilterResponse, MetaDataListingResponse, MetaDataListingSortMetaResponse, MetaDataListingSortResponse, MetaFields, Metatags, MOQData, NetQuantity, NetQuantityResponse, NextSchedule, OptinCompanyBrandDetailsView, OptinCompanyDetail, OptinCompanyMetrics, OptInPostRequest, OptinStoreDetails, OwnerAppItemResponse, Page, Page1, PageResponse, PageResponse1, PageResponseType, Price, Price1, PriceArticle, PriceMeta, ProdcutTemplateCategoriesResponse, Product, ProductAttributesResponse, ProductBrand, ProductBulkAssets, ProductBulkRequest, ProductBulkRequestList, ProductBundleItem, ProductBundleRequest, ProductBundleUpdateRequest, ProductConfigurationDownloads, ProductCreateUpdateSchemaV2, ProductDetail, ProductDetailAttribute, ProductDetailGroupedAttribute, ProductDetailV2, ProductDownloadsResponse, ProductFilters, ProductFiltersKey, ProductFiltersValue, ProductListingDetail, ProductListingPrice, ProductListingResponse, ProductListingResponseV2, ProductPublish, ProductPublish1, ProductPublished, ProductReturnConfigBaseSerializer, ProductReturnConfigSerializer, ProductSchemaV2, ProductSize, ProductSizeDeleteDataResponse, ProductSizeDeleteResponse, ProductSortOn, ProductTagsViewResponse, ProductTemplate, ProductTemplateDownloadsExport, ProductTemplateExportFilterRequest, ProductTemplateExportResponse, ProductVariants, ProductVariantsResponse, Properties, PTErrorResponse, Quantities, QuantitiesArticle, Quantity, QuantityBase, RawProduct, RawProductListingResponse, ReturnConfig, ReturnConfig1, ReturnConfig2, ReturnConfigResponse, SearchableAttribute, SearchKeywordResult, SecondLevelChild, SellerPhoneNumber, SEOData, SeoDetail, SetSize, SingleCategoryResponse, SingleProductResponse, Sitemap, Size, SizeDistribution, SizeGuideResponse, SizePromotionThreshold, StoreAssignResponse, StoreDetail, StoreMeta, SuccessResponse, SuccessResponse1, TaxIdentifier, TaxSlab, TeaserTag, TemplateDetails, TemplatesResponse, TemplatesValidationResponse, TemplateValidationData, ThirdLevelChild, Trader, Trader1, Trader2, UpdateCollection, UpdatedResponse, UpdateMarketplaceOptinRequest, UpdateMarketplaceOptinResponse, UpdateSearchConfigurationRequest, UpdateSearchConfigurationResponse, UserCommon, UserDetail, UserDetail1, UserInfo, UserInfo1, UserSerializer, UserSerializer1, UserSerializer2, UserSerializer3, ValidateIdentifier, ValidateProduct, ValidateSizeGuide, VerifiedBy, WeightResponse, WeightResponse1, PageType };
3267
+ export { Action, ActionPage, AllSizes, AllowSingleRequest, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponse, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponse, ApplicationItemMOQ, ApplicationItemMeta, ApplicationItemSEO, ApplicationProductListingResponse, ApplicationStoreJson, AppReturnConfigResponse, ArticleAssignment, ArticleAssignment1, ArticleQuery, ArticleStoreResponse, AssignStore, AssignStoreArticle, AttributeDetailsGroup, AttributeMaster, AttributeMasterDetails, AttributeMasterFilter, AttributeMasterMandatoryDetails, AttributeMasterMeta, AttributeMasterSerializer, AttributeSchemaRange, AutoCompleteMedia, AutocompleteAction, AutocompletePageAction, AutocompleteResult, BannerImage, BaseAppCategoryReturnConfig, BaseAppCategoryReturnConfigResponse, Brand, BrandItem, BrandListingResponse, BrandMeta, BrandMeta1, BulkAssetResponse, BulkHsnResponse, BulkHsnUpsert, BulkInventoryGet, BulkInventoryGetItems, BulkJob, BulkProductRequest, BulkResponse, CatalogInsightBrand, CatalogInsightItem, CatalogInsightResponse, CategoriesResponse, Category, CategoryCreateResponse, CategoryItems, CategoryListingResponse, CategoryMapping, CategoryMappingValues, CategoryRequestBody, CategoryResponse, CategoryUpdateResponse, Child, CollectionBadge, CollectionBanner, CollectionCreateResponse, CollectionDetailResponse, CollectionImage, CollectionItem, CollectionItemUpdate, CollectionListingFilter, CollectionListingFilterTag, CollectionListingFilterType, CollectionQuery, CollectionSchedule, CompanyBrandDetail, CompanyMeta, CompanyMeta1, CompanyOptIn, ConfigErrorResponse, ConfigSuccessResponse, ConfigurationBucketPoints, ConfigurationListing, ConfigurationListingFilter, ConfigurationListingFilterConfig, ConfigurationListingFilterValue, ConfigurationListingSort, ConfigurationListingSortConfig, ConfigurationProduct, ConfigurationProductConfig, ConfigurationProductSimilar, ConfigurationProductVariant, ConfigurationProductVariantConfig, CreateAutocompleteKeyword, CreateAutocompleteWordsResponse, CreateCollection, CreateSearchConfigurationRequest, CreateSearchConfigurationResponse, CreateSearchKeyword, CreateUpdateAppReturnConfig, CrossSellingData, CrossSellingResponse, CustomOrder, DateMeta, DefaultKeyRequest, DeleteAppCategoryReturnConfig, DeleteResponse, DeleteSearchConfigurationResponse, Department, DepartmentCategoryTree, DepartmentCreateErrorResponse, DepartmentCreateResponse, DepartmentCreateUpdate, DepartmentErrorResponse, DepartmentIdentifier, DepartmentModel, DepartmentResponse, DepartmentsResponse, DimensionResponse, DimensionResponse1, Document, EntityConfiguration, ErrorResponse, FilerList, RawProduct, RawProductListingResponse, GTIN, GenderDetail, GetAddressSerializer, GetAllSizes, GetAppCatalogConfiguration, GetAppCatalogEntityConfiguration, GetAutocompleteWordsData, GetAutocompleteWordsResponse, GetCatalogConfigurationDetailsProduct, GetCatalogConfigurationDetailsSchemaListing, GetCatalogConfigurationMetaData, GetCollectionDetailNest, GetCollectionItemsResponse, GetCollectionListingResponse, GetCollectionQueryOptionResponse, GetCompanySerializer, GetConfigMetadataResponse, GetConfigResponse, GetDepartment, GetInventories, GetInventoriesResponse, GetLocationSerializer, GetOptInPlatform, GetProductBundleCreateResponse, GetProductBundleListingResponse, GetProductBundleResponse, GetProducts, GetCollectionDetailResponse, CommonResponseSchemaCollection, GetQueryFiltersResponse, GetCollectionItemsResponseSchemaV2, Page1, CollectionItemSchemaV2, CollectionItemUpdateSchemaV2, CollectionQuerySchemaV2, ProductDetailV2, GetSearchConfigurationResponse, GetSearchWordsData, GetSearchWordsDetailResponse, GetSearchWordsResponse, GlobalValidation, Guide, HSNCodesResponse, HSNData, HSNDataInsertV2, Hierarchy, HsnCode, HsnCodesListingResponseSchemaV2, HsnCodesObject, HsnUpsert, Image, ImageUrls, InvSize, InventoryBulkRequest, InventoryConfig, InventoryCreateRequest, InventoryExportAdvanceOption, InventoryExportFilter, InventoryExportJob, InventoryExportJobListResponse, InventoryExportQuantityFilter, InventoryExportRequest, InventoryExportResponse, InventoryFailedReason, InventoryJobDetailResponse, InventoryJobFilters, InventoryJobPayload, InventoryPage, InventoryPayload, InventoryRequest, InventoryRequestSchemaV2, InventoryResponse, InventoryResponseItem, InventoryResponsePaginated, InventorySellerIdentifierResponsePaginated, InventorySellerResponse, InventorySet, InventoryStockResponse, InventoryUpdateResponse, InventoryValidationResponse, InvoiceCredSerializer, InvoiceDetailsSerializer, ItemQuery, Items, LimitedProductData, ListSizeGuide, LocationDayWiseSerializer, LocationIntegrationType, LocationListSerializer, LocationManagerSerializer, LocationTimingSerializer, Logo, MOQData, ManufacturerResponse, ManufacturerResponse1, Media, Media1, Media2, Meta, MetaDataListingFilterMetaResponse, MetaDataListingFilterResponse, MetaDataListingResponse, MetaDataListingSortMetaResponse, MetaDataListingSortResponse, MetaFields, NetQuantity, NetQuantityResponse, NextSchedule, OptInPostRequest, OptinCompanyBrandDetailsView, OptinCompanyDetail, OptinCompanyMetrics, OptinStoreDetails, OwnerAppItemResponse, PTErrorResponse, Page, PageResponse, PageResponse1, PageResponseType, Price, Price1, PriceArticle, PriceMeta, ProdcutTemplateCategoriesResponse, Product, ProductAttributesResponse, ProductBrand, ProductBulkAssets, ProductBulkRequest, ProductBulkRequestList, ProductBundleItem, ProductBundleRequest, ProductBundleUpdateRequest, ProductConfigurationDownloads, ProductCreateUpdateSchemaV2, ProductDetail, ProductDetailAttribute, ProductDetailGroupedAttribute, ProductDownloadsResponse, ProductFilters, ProductFiltersKey, ProductFiltersValue, ProductListingDetail, ProductListingPrice, ProductListingResponse, ProductListingResponseV2, ProductPublish, ProductPublish1, ProductPublished, ProductReturnConfigSerializer, ProductReturnConfigBaseSerializer, ProductSchemaV2, ProductSize, ProductSizeDeleteDataResponse, ProductSizeDeleteResponse, ProductSortOn, ProductTagsViewResponse, ProductTemplate, ProductTemplateDownloadsExport, ProductTemplateExportFilterRequest, ProductTemplateExportResponse, ProductVariants, ProductVariantsResponse, Properties, Quantities, QuantitiesArticle, Quantity, QuantityBase, ReturnConfig, ReturnConfig1, ReturnConfig2, ReturnConfigResponse, Sitemap, ApplicationItemSeoAction, ApplicationItemSeoBreadcrumbs, ApplicationItemSeoMetaTagItem, ApplicationItemSeoMetaTags, Metatags, SizePromotionThreshold, SEOData, SearchKeywordResult, SearchableAttribute, SecondLevelChild, SellerPhoneNumber, SeoDetail, SetSize, SingleCategoryResponse, SingleProductResponse, Size, SizeDistribution, SizeGuideResponse, StoreAssignResponse, StoreDetail, StoreMeta, SuccessResponse, SuccessResponse1, TaxIdentifier, TaxSlab, TeaserTag, TemplateDetails, TemplateValidationData, TemplatesResponse, TemplatesValidationResponse, ThirdLevelChild, Trader, Trader1, Trader2, UpdateCollection, UpdateSearchConfigurationRequest, UpdateSearchConfigurationResponse, UpdatedResponse, UserCommon, UserDetail, UserDetail1, UserInfo, UserInfo1, UserSerializer, UserSerializer1, UserSerializer2, UserSerializer3, ValidateIdentifier, ValidateProduct, ValidateSizeGuide, VerifiedBy, WeightResponse, WeightResponse1, CreatedBy, Marketplaces, GetAllMarketplaces, UpdateMarketplaceOptinRequest, UpdateMarketplaceOptinResponse, PageType };
3268
3268
  }
3269
3269
  /** @returns {Action} */
3270
3270
  declare function Action(): Action;
@@ -3278,13 +3278,8 @@ declare function ActionPage(): ActionPage;
3278
3278
  type ActionPage = {
3279
3279
  params?: any;
3280
3280
  query?: any;
3281
- type: PageType;
3282
3281
  url?: string;
3283
- };
3284
- /** @returns {AllowSingleRequest} */
3285
- declare function AllowSingleRequest(): AllowSingleRequest;
3286
- type AllowSingleRequest = {
3287
- allow_single: boolean;
3282
+ type: PageType;
3288
3283
  };
3289
3284
  /** @returns {AllSizes} */
3290
3285
  declare function AllSizes(): AllSizes;
@@ -3298,6 +3293,11 @@ type AllSizes = {
3298
3293
  item_width: number;
3299
3294
  size: string;
3300
3295
  };
3296
+ /** @returns {AllowSingleRequest} */
3297
+ declare function AllowSingleRequest(): AllowSingleRequest;
3298
+ type AllowSingleRequest = {
3299
+ allow_single: boolean;
3300
+ };
3301
3301
  /** @returns {AppCatalogConfiguration} */
3302
3302
  declare function AppCatalogConfiguration(): AppCatalogConfiguration;
3303
3303
  type AppCatalogConfiguration = {
@@ -3414,6 +3414,23 @@ type ApplicationDepartmentListingResponse = {
3414
3414
  items?: ApplicationDepartment[];
3415
3415
  page: Page;
3416
3416
  };
3417
+ /** @returns {ApplicationItemMOQ} */
3418
+ declare function ApplicationItemMOQ(): ApplicationItemMOQ;
3419
+ type ApplicationItemMOQ = {
3420
+ /**
3421
+ * - The minimum quantity increment in which
3422
+ * the item can be purchased.
3423
+ */
3424
+ increment_unit?: number;
3425
+ /**
3426
+ * - The maximum quantity allowed for purchase.
3427
+ */
3428
+ maximum?: number;
3429
+ /**
3430
+ * - The minimum quantity required for purchase.
3431
+ */
3432
+ minimum?: number;
3433
+ };
3417
3434
  /** @returns {ApplicationItemMeta} */
3418
3435
  declare function ApplicationItemMeta(): ApplicationItemMeta;
3419
3436
  type ApplicationItemMeta = {
@@ -3453,23 +3470,6 @@ type ApplicationItemMeta = {
3453
3470
  */
3454
3471
  size_promotion_threshold?: SizePromotionThreshold;
3455
3472
  };
3456
- /** @returns {ApplicationItemMOQ} */
3457
- declare function ApplicationItemMOQ(): ApplicationItemMOQ;
3458
- type ApplicationItemMOQ = {
3459
- /**
3460
- * - The minimum quantity increment in which
3461
- * the item can be purchased.
3462
- */
3463
- increment_unit?: number;
3464
- /**
3465
- * - The maximum quantity allowed for purchase.
3466
- */
3467
- maximum?: number;
3468
- /**
3469
- * - The minimum quantity required for purchase.
3470
- */
3471
- minimum?: number;
3472
- };
3473
3473
  /** @returns {ApplicationItemSEO} */
3474
3474
  declare function ApplicationItemSEO(): ApplicationItemSEO;
3475
3475
  type ApplicationItemSEO = {
@@ -3482,30 +3482,6 @@ type ApplicationItemSEO = {
3482
3482
  */
3483
3483
  title?: string;
3484
3484
  };
3485
- /** @returns {ApplicationItemSeoAction} */
3486
- declare function ApplicationItemSeoAction(): ApplicationItemSeoAction;
3487
- type ApplicationItemSeoAction = {
3488
- page?: any;
3489
- type?: string;
3490
- };
3491
- /** @returns {ApplicationItemSeoBreadcrumbs} */
3492
- declare function ApplicationItemSeoBreadcrumbs(): ApplicationItemSeoBreadcrumbs;
3493
- type ApplicationItemSeoBreadcrumbs = {
3494
- action?: ApplicationItemSeoAction[];
3495
- url?: string;
3496
- };
3497
- /** @returns {ApplicationItemSeoMetaTagItem} */
3498
- declare function ApplicationItemSeoMetaTagItem(): ApplicationItemSeoMetaTagItem;
3499
- type ApplicationItemSeoMetaTagItem = {
3500
- key?: string;
3501
- value?: string;
3502
- };
3503
- /** @returns {ApplicationItemSeoMetaTags} */
3504
- declare function ApplicationItemSeoMetaTags(): ApplicationItemSeoMetaTags;
3505
- type ApplicationItemSeoMetaTags = {
3506
- items?: ApplicationItemSeoMetaTagItem[];
3507
- title?: string;
3508
- };
3509
3485
  /** @returns {ApplicationProductListingResponse} */
3510
3486
  declare function ApplicationProductListingResponse(): ApplicationProductListingResponse;
3511
3487
  type ApplicationProductListingResponse = {
@@ -3676,12 +3652,6 @@ type AttributeSchemaRange = {
3676
3652
  max?: number;
3677
3653
  min?: number;
3678
3654
  };
3679
- /** @returns {AutocompleteAction} */
3680
- declare function AutocompleteAction(): AutocompleteAction;
3681
- type AutocompleteAction = {
3682
- page?: AutocompletePageAction;
3683
- type?: string;
3684
- };
3685
3655
  /** @returns {AutoCompleteMedia} */
3686
3656
  declare function AutoCompleteMedia(): AutoCompleteMedia;
3687
3657
  type AutoCompleteMedia = {
@@ -3689,6 +3659,12 @@ type AutoCompleteMedia = {
3689
3659
  type?: string;
3690
3660
  url?: string;
3691
3661
  };
3662
+ /** @returns {AutocompleteAction} */
3663
+ declare function AutocompleteAction(): AutocompleteAction;
3664
+ type AutocompleteAction = {
3665
+ page?: AutocompletePageAction;
3666
+ type?: string;
3667
+ };
3692
3668
  /** @returns {AutocompletePageAction} */
3693
3669
  declare function AutocompletePageAction(): AutocompletePageAction;
3694
3670
  type AutocompletePageAction = {
@@ -4150,6 +4126,7 @@ type CollectionBanner = {
4150
4126
  /** @returns {CollectionCreateResponse} */
4151
4127
  declare function CollectionCreateResponse(): CollectionCreateResponse;
4152
4128
  type CollectionCreateResponse = {
4129
+ uid?: string;
4153
4130
  _schedule?: any;
4154
4131
  allow_facets?: boolean;
4155
4132
  allow_sort?: boolean;
@@ -4168,7 +4145,6 @@ type CollectionCreateResponse = {
4168
4145
  sort_on?: string;
4169
4146
  tag?: string[];
4170
4147
  type?: string;
4171
- uid?: string;
4172
4148
  visible_facets_keys?: string[];
4173
4149
  };
4174
4150
  /** @returns {CollectionDetailResponse} */
@@ -4207,13 +4183,6 @@ type CollectionItem = {
4207
4183
  item_id: number;
4208
4184
  priority?: number;
4209
4185
  };
4210
- /** @returns {CollectionItemSchemaV2} */
4211
- declare function CollectionItemSchemaV2(): CollectionItemSchemaV2;
4212
- type CollectionItemSchemaV2 = {
4213
- action: string;
4214
- item_id: number;
4215
- priority?: number;
4216
- };
4217
4186
  /** @returns {CollectionItemUpdate} */
4218
4187
  declare function CollectionItemUpdate(): CollectionItemUpdate;
4219
4188
  type CollectionItemUpdate = {
@@ -4224,16 +4193,6 @@ type CollectionItemUpdate = {
4224
4193
  type?: string;
4225
4194
  visible_facets_keys?: string[];
4226
4195
  };
4227
- /** @returns {CollectionItemUpdateSchemaV2} */
4228
- declare function CollectionItemUpdateSchemaV2(): CollectionItemUpdateSchemaV2;
4229
- type CollectionItemUpdateSchemaV2 = {
4230
- allow_facets?: boolean;
4231
- allow_sort?: boolean;
4232
- items?: CollectionItemSchemaV2[];
4233
- query?: CollectionQuerySchemaV2[];
4234
- type: string;
4235
- visible_facets_keys?: string[];
4236
- };
4237
4196
  /** @returns {CollectionListingFilter} */
4238
4197
  declare function CollectionListingFilter(): CollectionListingFilter;
4239
4198
  type CollectionListingFilter = {
@@ -4271,23 +4230,6 @@ type CollectionQuery = {
4271
4230
  */
4272
4231
  value: any[];
4273
4232
  };
4274
- /** @returns {CollectionQuerySchemaV2} */
4275
- declare function CollectionQuerySchemaV2(): CollectionQuerySchemaV2;
4276
- type CollectionQuerySchemaV2 = {
4277
- /**
4278
- * - The attribute of the collection query
4279
- */
4280
- attribute: string;
4281
- /**
4282
- * - The operation to be performed on the attribute of the
4283
- * collection query
4284
- */
4285
- op: string;
4286
- /**
4287
- * - The value of the attribute of the collection query
4288
- */
4289
- value: any[];
4290
- };
4291
4233
  /** @returns {CollectionSchedule} */
4292
4234
  declare function CollectionSchedule(): CollectionSchedule;
4293
4235
  type CollectionSchedule = {
@@ -4297,11 +4239,6 @@ type CollectionSchedule = {
4297
4239
  next_schedule?: NextSchedule[];
4298
4240
  start?: string;
4299
4241
  };
4300
- /** @returns {CommonResponseSchemaCollection} */
4301
- declare function CommonResponseSchemaCollection(): CommonResponseSchemaCollection;
4302
- type CommonResponseSchemaCollection = {
4303
- message?: string;
4304
- };
4305
4242
  /** @returns {CompanyBrandDetail} */
4306
4243
  declare function CompanyBrandDetail(): CompanyBrandDetail;
4307
4244
  type CompanyBrandDetail = {
@@ -4485,12 +4422,6 @@ type CreateCollection = {
4485
4422
  type: string;
4486
4423
  visible_facets_keys?: string[];
4487
4424
  };
4488
- /** @returns {CreatedBy} */
4489
- declare function CreatedBy(): CreatedBy;
4490
- type CreatedBy = {
4491
- user_id?: string;
4492
- username?: string;
4493
- };
4494
4425
  /** @returns {CreateSearchConfigurationRequest} */
4495
4426
  declare function CreateSearchConfigurationRequest(): CreateSearchConfigurationRequest;
4496
4427
  type CreateSearchConfigurationRequest = {
@@ -4822,28 +4753,107 @@ type FilerList = {
4822
4753
  display?: string;
4823
4754
  value?: string;
4824
4755
  };
4825
- /** @returns {GenderDetail} */
4826
- declare function GenderDetail(): GenderDetail;
4827
- type GenderDetail = {
4828
- departments?: string[];
4756
+ /** @returns {RawProduct} */
4757
+ declare function RawProduct(): RawProduct;
4758
+ type RawProduct = {
4759
+ _custom_json?: any;
4760
+ all_company_ids?: number[];
4761
+ all_identifiers?: string[];
4762
+ all_sizes?: any[];
4763
+ attributes?: any;
4764
+ brand?: Brand;
4765
+ brand_uid?: number;
4766
+ category?: any;
4767
+ category_slug?: string;
4768
+ category_uid?: number;
4769
+ color?: string;
4770
+ company_id?: number;
4771
+ country_of_origin?: string;
4772
+ created_by?: any;
4773
+ created_on?: string;
4774
+ currency?: string;
4775
+ custom_order?: any;
4776
+ departments?: number[];
4829
4777
  description?: string;
4830
- details?: AttributeMasterDetails;
4831
- enabled_for_end_consumer?: boolean;
4832
- filters?: AttributeMasterFilter;
4778
+ highlights?: string[];
4779
+ hsn_code?: string;
4833
4780
  id?: string;
4834
- is_nested?: boolean;
4835
- logo?: string;
4836
- meta?: AttributeMasterMeta;
4837
- name?: string;
4838
- schema?: AttributeMaster;
4839
- slug?: string;
4840
- };
4841
- /** @returns {GetAddressSerializer} */
4842
- declare function GetAddressSerializer(): GetAddressSerializer;
4843
- type GetAddressSerializer = {
4844
- address_type?: string;
4845
- address1?: string;
4846
- address2?: string;
4781
+ image_nature?: string;
4782
+ images?: string[];
4783
+ is_active?: boolean;
4784
+ is_dependent?: boolean;
4785
+ is_expirable?: boolean;
4786
+ is_image_less_product?: boolean;
4787
+ is_physical?: boolean;
4788
+ is_set?: boolean;
4789
+ item_code?: string;
4790
+ item_type?: string;
4791
+ l3_mapping?: string[];
4792
+ media?: Media[];
4793
+ modified_by?: any;
4794
+ modified_on?: string;
4795
+ moq?: any;
4796
+ multi_size?: boolean;
4797
+ name?: string;
4798
+ net_quantity?: NetQuantityResponse;
4799
+ no_of_boxes?: number;
4800
+ pending?: string;
4801
+ primary_color?: string;
4802
+ product_group_tag?: string[];
4803
+ product_publish?: ProductPublished;
4804
+ return_config?: ReturnConfigResponse;
4805
+ short_description?: string;
4806
+ size_guide?: string;
4807
+ sizes?: any[];
4808
+ slug?: string;
4809
+ stage?: string;
4810
+ tags?: string[];
4811
+ tax_identifier?: any;
4812
+ teaser_tag?: any;
4813
+ template_tag?: string;
4814
+ trader?: Trader[];
4815
+ uid?: number;
4816
+ variant_group?: any;
4817
+ variant_media?: any;
4818
+ variants?: any;
4819
+ verified_by?: VerifiedBy;
4820
+ verified_on?: string;
4821
+ };
4822
+ /** @returns {RawProductListingResponse} */
4823
+ declare function RawProductListingResponse(): RawProductListingResponse;
4824
+ type RawProductListingResponse = {
4825
+ items?: RawProduct[];
4826
+ page?: Page;
4827
+ };
4828
+ /** @returns {GTIN} */
4829
+ declare function GTIN(): GTIN;
4830
+ type GTIN = {
4831
+ gtin_type: string;
4832
+ gtin_value: string;
4833
+ primary?: boolean;
4834
+ };
4835
+ /** @returns {GenderDetail} */
4836
+ declare function GenderDetail(): GenderDetail;
4837
+ type GenderDetail = {
4838
+ departments?: string[];
4839
+ description?: string;
4840
+ details?: AttributeMasterDetails;
4841
+ enabled_for_end_consumer?: boolean;
4842
+ filters?: AttributeMasterFilter;
4843
+ id?: string;
4844
+ is_nested?: boolean;
4845
+ logo?: string;
4846
+ meta?: AttributeMasterMeta;
4847
+ name?: string;
4848
+ schema?: AttributeMaster;
4849
+ slug?: string;
4850
+ };
4851
+ /** @returns {GetAddressSerializer} */
4852
+ declare function GetAddressSerializer(): GetAddressSerializer;
4853
+ type GetAddressSerializer = {
4854
+ address1?: string;
4855
+ address2?: string;
4856
+ address_type?: string;
4847
4857
  city?: string;
4848
4858
  country?: string;
4849
4859
  country_code?: string;
@@ -4853,12 +4863,6 @@ type GetAddressSerializer = {
4853
4863
  pincode?: number;
4854
4864
  state?: string;
4855
4865
  };
4856
- /** @returns {GetAllMarketplaces} */
4857
- declare function GetAllMarketplaces(): GetAllMarketplaces;
4858
- type GetAllMarketplaces = {
4859
- items?: Marketplaces[];
4860
- page?: Page;
4861
- };
4862
4866
  /** @returns {GetAllSizes} */
4863
4867
  declare function GetAllSizes(): GetAllSizes;
4864
4868
  type GetAllSizes = {
@@ -4935,35 +4939,6 @@ type GetCollectionDetailNest = {
4935
4939
  uid?: string;
4936
4940
  visible_facets_keys?: string[];
4937
4941
  };
4938
- /** @returns {GetCollectionDetailResponse} */
4939
- declare function GetCollectionDetailResponse(): GetCollectionDetailResponse;
4940
- type GetCollectionDetailResponse = {
4941
- _custom_json?: any;
4942
- _locale_language?: any;
4943
- _schedule?: CollectionSchedule;
4944
- action?: any;
4945
- allow_facets?: boolean;
4946
- allow_sort?: boolean;
4947
- app_id?: string;
4948
- badge?: CollectionBadge;
4949
- banners?: ImageUrls;
4950
- description?: string;
4951
- is_active?: boolean;
4952
- is_visible?: boolean;
4953
- logo?: Media;
4954
- meta?: any;
4955
- name?: string;
4956
- priority?: number;
4957
- published?: boolean;
4958
- query?: CollectionQuery[];
4959
- seo?: SeoDetail;
4960
- slug?: string;
4961
- sort_on?: string;
4962
- tags?: string[];
4963
- type?: string;
4964
- uid?: string;
4965
- visible_facets_keys?: string[];
4966
- };
4967
4942
  /** @returns {GetCollectionItemsResponse} */
4968
4943
  declare function GetCollectionItemsResponse(): GetCollectionItemsResponse;
4969
4944
  type GetCollectionItemsResponse = {
@@ -4972,12 +4947,6 @@ type GetCollectionItemsResponse = {
4972
4947
  page?: Page;
4973
4948
  sort_on?: ProductSortOn[];
4974
4949
  };
4975
- /** @returns {GetCollectionItemsResponseSchemaV2} */
4976
- declare function GetCollectionItemsResponseSchemaV2(): GetCollectionItemsResponseSchemaV2;
4977
- type GetCollectionItemsResponseSchemaV2 = {
4978
- items?: ProductDetailV2[];
4979
- page?: Page1;
4980
- };
4981
4950
  /** @returns {GetCollectionListingResponse} */
4982
4951
  declare function GetCollectionListingResponse(): GetCollectionListingResponse;
4983
4952
  type GetCollectionListingResponse = {
@@ -5169,6 +5138,40 @@ type GetProducts = {
5169
5138
  product_uid?: number;
5170
5139
  sizes?: Size[];
5171
5140
  };
5141
+ /** @returns {GetCollectionDetailResponse} */
5142
+ declare function GetCollectionDetailResponse(): GetCollectionDetailResponse;
5143
+ type GetCollectionDetailResponse = {
5144
+ _custom_json?: any;
5145
+ _locale_language?: any;
5146
+ _schedule?: CollectionSchedule;
5147
+ action?: any;
5148
+ allow_facets?: boolean;
5149
+ allow_sort?: boolean;
5150
+ app_id?: string;
5151
+ badge?: CollectionBadge;
5152
+ banners?: ImageUrls;
5153
+ description?: string;
5154
+ is_active?: boolean;
5155
+ is_visible?: boolean;
5156
+ logo?: Media;
5157
+ meta?: any;
5158
+ name?: string;
5159
+ priority?: number;
5160
+ published?: boolean;
5161
+ query?: CollectionQuery[];
5162
+ seo?: SeoDetail;
5163
+ slug?: string;
5164
+ sort_on?: string;
5165
+ tags?: string[];
5166
+ type?: string;
5167
+ uid?: string;
5168
+ visible_facets_keys?: string[];
5169
+ };
5170
+ /** @returns {CommonResponseSchemaCollection} */
5171
+ declare function CommonResponseSchemaCollection(): CommonResponseSchemaCollection;
5172
+ type CommonResponseSchemaCollection = {
5173
+ message?: string;
5174
+ };
5172
5175
  /** @returns {GetQueryFiltersResponse} */
5173
5176
  declare function GetQueryFiltersResponse(): GetQueryFiltersResponse;
5174
5177
  type GetQueryFiltersResponse = {
@@ -5176,6 +5179,74 @@ type GetQueryFiltersResponse = {
5176
5179
  operators: any;
5177
5180
  sort_on?: ProductSortOn[];
5178
5181
  };
5182
+ /** @returns {GetCollectionItemsResponseSchemaV2} */
5183
+ declare function GetCollectionItemsResponseSchemaV2(): GetCollectionItemsResponseSchemaV2;
5184
+ type GetCollectionItemsResponseSchemaV2 = {
5185
+ items?: ProductDetailV2[];
5186
+ page?: Page1;
5187
+ };
5188
+ /** @returns {Page1} */
5189
+ declare function Page1(): Page1;
5190
+ type Page1 = {
5191
+ ca?: boolean;
5192
+ department?: string;
5193
+ page_no?: number;
5194
+ page_size?: number;
5195
+ q?: string;
5196
+ sort?: string;
5197
+ sort_on?: string;
5198
+ type?: string;
5199
+ variant?: string;
5200
+ };
5201
+ /** @returns {CollectionItemSchemaV2} */
5202
+ declare function CollectionItemSchemaV2(): CollectionItemSchemaV2;
5203
+ type CollectionItemSchemaV2 = {
5204
+ action: string;
5205
+ item_id: number;
5206
+ priority?: number;
5207
+ };
5208
+ /** @returns {CollectionItemUpdateSchemaV2} */
5209
+ declare function CollectionItemUpdateSchemaV2(): CollectionItemUpdateSchemaV2;
5210
+ type CollectionItemUpdateSchemaV2 = {
5211
+ allow_facets?: boolean;
5212
+ allow_sort?: boolean;
5213
+ items?: CollectionItemSchemaV2[];
5214
+ query?: CollectionQuerySchemaV2[];
5215
+ type: string;
5216
+ visible_facets_keys?: string[];
5217
+ };
5218
+ /** @returns {CollectionQuerySchemaV2} */
5219
+ declare function CollectionQuerySchemaV2(): CollectionQuerySchemaV2;
5220
+ type CollectionQuerySchemaV2 = {
5221
+ /**
5222
+ * - The attribute of the collection query
5223
+ */
5224
+ attribute: string;
5225
+ /**
5226
+ * - The operation to be performed on the attribute of the
5227
+ * collection query
5228
+ */
5229
+ op: string;
5230
+ /**
5231
+ * - The value of the attribute of the collection query
5232
+ */
5233
+ value: any[];
5234
+ };
5235
+ /** @returns {ProductDetailV2} */
5236
+ declare function ProductDetailV2(): ProductDetailV2;
5237
+ type ProductDetailV2 = {
5238
+ brand?: ProductBrand;
5239
+ is_excluded?: boolean;
5240
+ is_pinned?: boolean;
5241
+ item_code?: string;
5242
+ item_type?: string;
5243
+ medias?: Media[];
5244
+ name?: string;
5245
+ priority?: number;
5246
+ short_description?: string;
5247
+ slug: string;
5248
+ uid?: number;
5249
+ };
5179
5250
  /** @returns {GetSearchConfigurationResponse} */
5180
5251
  declare function GetSearchConfigurationResponse(): GetSearchConfigurationResponse;
5181
5252
  type GetSearchConfigurationResponse = {
@@ -5255,18 +5326,71 @@ type GlobalValidation = {
5255
5326
  title?: string;
5256
5327
  type?: string;
5257
5328
  };
5258
- /** @returns {GTIN} */
5259
- declare function GTIN(): GTIN;
5260
- type GTIN = {
5261
- gtin_type: string;
5262
- gtin_value: string;
5263
- primary?: boolean;
5264
- };
5265
5329
  /** @returns {Guide} */
5266
5330
  declare function Guide(): Guide;
5267
5331
  type Guide = {
5268
5332
  meta?: Meta;
5269
5333
  };
5334
+ /** @returns {HSNCodesResponse} */
5335
+ declare function HSNCodesResponse(): HSNCodesResponse;
5336
+ type HSNCodesResponse = {
5337
+ data?: HSNData;
5338
+ message?: string;
5339
+ };
5340
+ /** @returns {HSNData} */
5341
+ declare function HSNData(): HSNData;
5342
+ type HSNData = {
5343
+ country_of_origin?: string[];
5344
+ hsn_code?: string[];
5345
+ };
5346
+ /** @returns {HSNDataInsertV2} */
5347
+ declare function HSNDataInsertV2(): HSNDataInsertV2;
5348
+ type HSNDataInsertV2 = {
5349
+ /**
5350
+ * - Country code.
5351
+ */
5352
+ country_code: string;
5353
+ /**
5354
+ * - Details of the user who created the HSN data.
5355
+ */
5356
+ created_by?: any;
5357
+ /**
5358
+ * - Date and time when the HSN data was created.
5359
+ */
5360
+ created_on?: string;
5361
+ /**
5362
+ * - Description of the HSN data.
5363
+ */
5364
+ description: string;
5365
+ /**
5366
+ * - HSN code.
5367
+ */
5368
+ hsn_code: string;
5369
+ /**
5370
+ * - Unique identifier of the HSN code.
5371
+ */
5372
+ hsn_code_id?: string;
5373
+ /**
5374
+ * - Details of the user who last modified the HSN data.
5375
+ */
5376
+ modified_by?: any;
5377
+ /**
5378
+ * - Date and time when the HSN data was last modified.
5379
+ */
5380
+ modified_on?: string;
5381
+ /**
5382
+ * - HSN code.
5383
+ */
5384
+ reporting_hsn: string;
5385
+ /**
5386
+ * - List of tax slabs.
5387
+ */
5388
+ taxes: TaxSlab[];
5389
+ /**
5390
+ * - Type of HSN data (goods or services).
5391
+ */
5392
+ type: string;
5393
+ };
5270
5394
  /** @returns {Hierarchy} */
5271
5395
  declare function Hierarchy(): Hierarchy;
5272
5396
  type Hierarchy = {
@@ -5324,14 +5448,6 @@ type HsnCodesObject = {
5324
5448
  * last modified.
5325
5449
  */
5326
5450
  modified_on?: string;
5327
- /**
5328
- * - Flag indicating whether tax is applicable on ESP.
5329
- */
5330
- tax_on_esp?: boolean;
5331
- /**
5332
- * - Flag indicating whether tax is applicable on MRP.
5333
- */
5334
- tax_on_mrp?: boolean;
5335
5451
  /**
5336
5452
  * - The first tax rate.
5337
5453
  */
@@ -5341,73 +5457,21 @@ type HsnCodesObject = {
5341
5457
  */
5342
5458
  tax2?: number;
5343
5459
  /**
5344
- * - The threshold for the first tax rate.
5345
- */
5346
- threshold1?: number;
5347
- /**
5348
- * - The threshold for the second tax rate.
5349
- */
5350
- threshold2?: number;
5351
- };
5352
- /** @returns {HSNCodesResponse} */
5353
- declare function HSNCodesResponse(): HSNCodesResponse;
5354
- type HSNCodesResponse = {
5355
- data?: HSNData;
5356
- message?: string;
5357
- };
5358
- /** @returns {HSNData} */
5359
- declare function HSNData(): HSNData;
5360
- type HSNData = {
5361
- country_of_origin?: string[];
5362
- hsn_code?: string[];
5363
- };
5364
- /** @returns {HSNDataInsertV2} */
5365
- declare function HSNDataInsertV2(): HSNDataInsertV2;
5366
- type HSNDataInsertV2 = {
5367
- /**
5368
- * - Country code.
5369
- */
5370
- country_code: string;
5371
- /**
5372
- * - Details of the user who created the HSN data.
5373
- */
5374
- created_by?: any;
5375
- /**
5376
- * - Date and time when the HSN data was created.
5377
- */
5378
- created_on?: string;
5379
- /**
5380
- * - Description of the HSN data.
5381
- */
5382
- description: string;
5383
- /**
5384
- * - HSN code.
5385
- */
5386
- hsn_code: string;
5387
- /**
5388
- * - Unique identifier of the HSN code.
5389
- */
5390
- hsn_code_id?: string;
5391
- /**
5392
- * - Details of the user who last modified the HSN data.
5393
- */
5394
- modified_by?: any;
5395
- /**
5396
- * - Date and time when the HSN data was last modified.
5460
+ * - Flag indicating whether tax is applicable on ESP.
5397
5461
  */
5398
- modified_on?: string;
5462
+ tax_on_esp?: boolean;
5399
5463
  /**
5400
- * - HSN code.
5464
+ * - Flag indicating whether tax is applicable on MRP.
5401
5465
  */
5402
- reporting_hsn: string;
5466
+ tax_on_mrp?: boolean;
5403
5467
  /**
5404
- * - List of tax slabs.
5468
+ * - The threshold for the first tax rate.
5405
5469
  */
5406
- taxes: TaxSlab[];
5470
+ threshold1?: number;
5407
5471
  /**
5408
- * - Type of HSN data (goods or services).
5472
+ * - The threshold for the second tax rate.
5409
5473
  */
5410
- type: string;
5474
+ threshold2?: number;
5411
5475
  };
5412
5476
  /** @returns {HsnUpsert} */
5413
5477
  declare function HsnUpsert(): HsnUpsert;
@@ -5428,14 +5492,6 @@ type HsnUpsert = {
5428
5492
  * - Flag indicating whether the entry is active.
5429
5493
  */
5430
5494
  is_active?: boolean;
5431
- /**
5432
- * - Flag indicating whether tax is applicable on ESP.
5433
- */
5434
- tax_on_esp?: boolean;
5435
- /**
5436
- * - Flag indicating whether tax is applicable on MRP.
5437
- */
5438
- tax_on_mrp: boolean;
5439
5495
  /**
5440
5496
  * - The first tax rate.
5441
5497
  */
@@ -5444,6 +5500,14 @@ type HsnUpsert = {
5444
5500
  * - The second tax rate.
5445
5501
  */
5446
5502
  tax2?: number;
5503
+ /**
5504
+ * - Flag indicating whether tax is applicable on ESP.
5505
+ */
5506
+ tax_on_esp?: boolean;
5507
+ /**
5508
+ * - Flag indicating whether tax is applicable on MRP.
5509
+ */
5510
+ tax_on_mrp: boolean;
5447
5511
  /**
5448
5512
  * - The threshold for the first tax rate.
5449
5513
  */
@@ -5471,6 +5535,50 @@ type ImageUrls = {
5471
5535
  landscape?: BannerImage;
5472
5536
  portrait?: BannerImage;
5473
5537
  };
5538
+ /** @returns {InvSize} */
5539
+ declare function InvSize(): InvSize;
5540
+ type InvSize = {
5541
+ /**
5542
+ * - The currency used for the item price.
5543
+ */
5544
+ currency: string;
5545
+ expiration_date?: string;
5546
+ identifiers: GTIN[];
5547
+ is_set?: boolean;
5548
+ /**
5549
+ * - The unit of measure
5550
+ * for the item dimensions.
5551
+ */
5552
+ item_dimensions_unit_of_measure?: string;
5553
+ /**
5554
+ * - The height of the item.
5555
+ */
5556
+ item_height?: number;
5557
+ /**
5558
+ * - The length of the item.
5559
+ */
5560
+ item_length?: number;
5561
+ /**
5562
+ * - The weight of the item.
5563
+ */
5564
+ item_weight?: number;
5565
+ /**
5566
+ * - The unit of measure for
5567
+ * the item weight.
5568
+ */
5569
+ item_weight_unit_of_measure?: string;
5570
+ /**
5571
+ * - The width of the item.
5572
+ */
5573
+ item_width?: number;
5574
+ price?: number;
5575
+ price_effective: number;
5576
+ price_transfer?: number;
5577
+ quantity: number;
5578
+ set?: InventorySet;
5579
+ size: string;
5580
+ store_code: string;
5581
+ };
5474
5582
  /** @returns {InventoryBulkRequest} */
5475
5583
  declare function InventoryBulkRequest(): InventoryBulkRequest;
5476
5584
  type InventoryBulkRequest = {
@@ -6079,72 +6187,28 @@ declare function InventoryUpdateResponse(): InventoryUpdateResponse;
6079
6187
  type InventoryUpdateResponse = {
6080
6188
  items?: InventoryResponseItem[];
6081
6189
  /**
6082
- * - It is the success message of the inventory update.
6083
- */
6084
- message: string;
6085
- };
6086
- /** @returns {InventoryValidationResponse} */
6087
- declare function InventoryValidationResponse(): InventoryValidationResponse;
6088
- type InventoryValidationResponse = {
6089
- data?: any;
6090
- message?: string;
6091
- };
6092
- /** @returns {InvoiceCredSerializer} */
6093
- declare function InvoiceCredSerializer(): InvoiceCredSerializer;
6094
- type InvoiceCredSerializer = {
6095
- enabled?: boolean;
6096
- password?: string;
6097
- username?: string;
6098
- };
6099
- /** @returns {InvoiceDetailsSerializer} */
6100
- declare function InvoiceDetailsSerializer(): InvoiceDetailsSerializer;
6101
- type InvoiceDetailsSerializer = {
6102
- e_invoice?: InvoiceCredSerializer;
6103
- e_waybill?: InvoiceCredSerializer;
6104
- };
6105
- /** @returns {InvSize} */
6106
- declare function InvSize(): InvSize;
6107
- type InvSize = {
6108
- /**
6109
- * - The currency used for the item price.
6110
- */
6111
- currency: string;
6112
- expiration_date?: string;
6113
- identifiers: GTIN[];
6114
- is_set?: boolean;
6115
- /**
6116
- * - The unit of measure
6117
- * for the item dimensions.
6118
- */
6119
- item_dimensions_unit_of_measure?: string;
6120
- /**
6121
- * - The height of the item.
6122
- */
6123
- item_height?: number;
6124
- /**
6125
- * - The length of the item.
6126
- */
6127
- item_length?: number;
6128
- /**
6129
- * - The weight of the item.
6130
- */
6131
- item_weight?: number;
6132
- /**
6133
- * - The unit of measure for
6134
- * the item weight.
6135
- */
6136
- item_weight_unit_of_measure?: string;
6137
- /**
6138
- * - The width of the item.
6139
- */
6140
- item_width?: number;
6141
- price?: number;
6142
- price_effective: number;
6143
- price_transfer?: number;
6144
- quantity: number;
6145
- set?: InventorySet;
6146
- size: string;
6147
- store_code: string;
6190
+ * - It is the success message of the inventory update.
6191
+ */
6192
+ message: string;
6193
+ };
6194
+ /** @returns {InventoryValidationResponse} */
6195
+ declare function InventoryValidationResponse(): InventoryValidationResponse;
6196
+ type InventoryValidationResponse = {
6197
+ data?: any;
6198
+ message?: string;
6199
+ };
6200
+ /** @returns {InvoiceCredSerializer} */
6201
+ declare function InvoiceCredSerializer(): InvoiceCredSerializer;
6202
+ type InvoiceCredSerializer = {
6203
+ enabled?: boolean;
6204
+ password?: string;
6205
+ username?: string;
6206
+ };
6207
+ /** @returns {InvoiceDetailsSerializer} */
6208
+ declare function InvoiceDetailsSerializer(): InvoiceDetailsSerializer;
6209
+ type InvoiceDetailsSerializer = {
6210
+ e_invoice?: InvoiceCredSerializer;
6211
+ e_waybill?: InvoiceCredSerializer;
6148
6212
  };
6149
6213
  /** @returns {ItemQuery} */
6150
6214
  declare function ItemQuery(): ItemQuery;
@@ -6237,6 +6301,13 @@ type Logo = {
6237
6301
  secure_url?: string;
6238
6302
  url?: string;
6239
6303
  };
6304
+ /** @returns {MOQData} */
6305
+ declare function MOQData(): MOQData;
6306
+ type MOQData = {
6307
+ increment_unit?: number;
6308
+ maximum?: number;
6309
+ minimum?: number;
6310
+ };
6240
6311
  /** @returns {ManufacturerResponse} */
6241
6312
  declare function ManufacturerResponse(): ManufacturerResponse;
6242
6313
  type ManufacturerResponse = {
@@ -6260,22 +6331,6 @@ type ManufacturerResponse1 = {
6260
6331
  is_default?: boolean;
6261
6332
  name?: string;
6262
6333
  };
6263
- /** @returns {Marketplaces} */
6264
- declare function Marketplaces(): Marketplaces;
6265
- type Marketplaces = {
6266
- _id?: string;
6267
- app_id?: string;
6268
- brand_ids?: number[];
6269
- company_id?: number;
6270
- created_by?: CreatedBy;
6271
- created_on?: any;
6272
- enabled?: boolean;
6273
- modified_by?: CreatedBy;
6274
- modified_on?: any;
6275
- opt_level?: string;
6276
- platforms?: string;
6277
- store_ids?: number[];
6278
- };
6279
6334
  /** @returns {Media} */
6280
6335
  declare function Media(): Media;
6281
6336
  type Media = {
@@ -6357,19 +6412,6 @@ type MetaFields = {
6357
6412
  */
6358
6413
  value: string;
6359
6414
  };
6360
- /** @returns {Metatags} */
6361
- declare function Metatags(): Metatags;
6362
- type Metatags = {
6363
- items?: ApplicationItemSeoMetaTags[];
6364
- title?: string;
6365
- };
6366
- /** @returns {MOQData} */
6367
- declare function MOQData(): MOQData;
6368
- type MOQData = {
6369
- increment_unit?: number;
6370
- maximum?: number;
6371
- minimum?: number;
6372
- };
6373
6415
  /** @returns {NetQuantity} */
6374
6416
  declare function NetQuantity(): NetQuantity;
6375
6417
  type NetQuantity = {
@@ -6395,6 +6437,16 @@ type NextSchedule = {
6395
6437
  end?: string;
6396
6438
  start?: string;
6397
6439
  };
6440
+ /** @returns {OptInPostRequest} */
6441
+ declare function OptInPostRequest(): OptInPostRequest;
6442
+ type OptInPostRequest = {
6443
+ brand_ids?: number[];
6444
+ company_id?: number;
6445
+ enabled?: boolean;
6446
+ opt_level: string;
6447
+ platform?: string;
6448
+ store_ids?: number[];
6449
+ };
6398
6450
  /** @returns {OptinCompanyBrandDetailsView} */
6399
6451
  declare function OptinCompanyBrandDetailsView(): OptinCompanyBrandDetailsView;
6400
6452
  type OptinCompanyBrandDetailsView = {
@@ -6416,16 +6468,6 @@ type OptinCompanyMetrics = {
6416
6468
  company?: string;
6417
6469
  store?: number;
6418
6470
  };
6419
- /** @returns {OptInPostRequest} */
6420
- declare function OptInPostRequest(): OptInPostRequest;
6421
- type OptInPostRequest = {
6422
- brand_ids?: number[];
6423
- company_id?: number;
6424
- enabled?: boolean;
6425
- opt_level: string;
6426
- platform?: string;
6427
- store_ids?: number[];
6428
- };
6429
6471
  /** @returns {OptinStoreDetails} */
6430
6472
  declare function OptinStoreDetails(): OptinStoreDetails;
6431
6473
  type OptinStoreDetails = {
@@ -6441,29 +6483,25 @@ type OwnerAppItemResponse = {
6441
6483
  moq?: MOQData;
6442
6484
  seo?: SEOData;
6443
6485
  };
6486
+ /** @returns {PTErrorResponse} */
6487
+ declare function PTErrorResponse(): PTErrorResponse;
6488
+ type PTErrorResponse = {
6489
+ code?: string;
6490
+ errors?: any;
6491
+ message?: string;
6492
+ meta?: any;
6493
+ status?: number;
6494
+ };
6444
6495
  /** @returns {Page} */
6445
6496
  declare function Page(): Page;
6446
6497
  type Page = {
6447
- current?: number;
6448
- has_next?: boolean;
6449
- has_previous?: boolean;
6450
6498
  item_total?: number;
6451
6499
  next_id?: string;
6452
- size?: number;
6500
+ has_previous?: boolean;
6501
+ has_next?: boolean;
6502
+ current?: number;
6453
6503
  type: string;
6454
- };
6455
- /** @returns {Page1} */
6456
- declare function Page1(): Page1;
6457
- type Page1 = {
6458
- ca?: boolean;
6459
- department?: string;
6460
- page_no?: number;
6461
- page_size?: number;
6462
- q?: string;
6463
- sort?: string;
6464
- sort_on?: string;
6465
- type?: string;
6466
- variant?: string;
6504
+ size?: number;
6467
6505
  };
6468
6506
  /** @returns {PageResponse} */
6469
6507
  declare function PageResponse(): PageResponse;
@@ -6818,21 +6856,6 @@ type ProductDetailGroupedAttribute = {
6818
6856
  details?: ProductDetailAttribute[];
6819
6857
  title?: string;
6820
6858
  };
6821
- /** @returns {ProductDetailV2} */
6822
- declare function ProductDetailV2(): ProductDetailV2;
6823
- type ProductDetailV2 = {
6824
- brand?: ProductBrand;
6825
- is_excluded?: boolean;
6826
- is_pinned?: boolean;
6827
- item_code?: string;
6828
- item_type?: string;
6829
- medias?: Media[];
6830
- name?: string;
6831
- priority?: number;
6832
- short_description?: string;
6833
- slug: string;
6834
- uid?: number;
6835
- };
6836
6859
  /** @returns {ProductDownloadsResponse} */
6837
6860
  declare function ProductDownloadsResponse(): ProductDownloadsResponse;
6838
6861
  type ProductDownloadsResponse = {
@@ -6938,6 +6961,12 @@ type ProductPublished = {
6938
6961
  is_set?: boolean;
6939
6962
  product_online_date?: number;
6940
6963
  };
6964
+ /** @returns {ProductReturnConfigSerializer} */
6965
+ declare function ProductReturnConfigSerializer(): ProductReturnConfigSerializer;
6966
+ type ProductReturnConfigSerializer = {
6967
+ on_same_store?: boolean;
6968
+ store_uid?: number;
6969
+ };
6941
6970
  /** @returns {ProductReturnConfigBaseSerializer} */
6942
6971
  declare function ProductReturnConfigBaseSerializer(): ProductReturnConfigBaseSerializer;
6943
6972
  type ProductReturnConfigBaseSerializer = {
@@ -6954,12 +6983,6 @@ type ProductReturnConfigBaseSerializer = {
6954
6983
  */
6955
6984
  unit: string;
6956
6985
  };
6957
- /** @returns {ProductReturnConfigSerializer} */
6958
- declare function ProductReturnConfigSerializer(): ProductReturnConfigSerializer;
6959
- type ProductReturnConfigSerializer = {
6960
- on_same_store?: boolean;
6961
- store_uid?: number;
6962
- };
6963
6986
  /** @returns {ProductSchemaV2} */
6964
6987
  declare function ProductSchemaV2(): ProductSchemaV2;
6965
6988
  type ProductSchemaV2 = {
@@ -7186,142 +7209,61 @@ type ProductVariantsResponse = {
7186
7209
  declare function Properties(): Properties;
7187
7210
  type Properties = {
7188
7211
  brand_uid?: any;
7189
- category_slug?: any;
7190
- command?: any;
7191
- country_of_origin?: any;
7192
- currency?: any;
7193
- custom_order?: any;
7194
- description?: any;
7195
- highlights?: any;
7196
- hsn_code?: any;
7197
- is_active?: any;
7198
- is_dependent?: any;
7199
- item_code?: any;
7200
- item_type?: any;
7201
- media?: any;
7202
- multi_size?: any;
7203
- name?: any;
7204
- no_of_boxes?: any;
7205
- product_group_tag?: any;
7206
- product_publish?: any;
7207
- return_config?: any;
7208
- short_description?: any;
7209
- size_guide?: any;
7210
- sizes?: any;
7211
- slug?: any;
7212
- tags?: any;
7213
- teaser_tag?: any;
7214
- trader?: any;
7215
- trader_type?: any;
7216
- variants?: any;
7217
- };
7218
- /** @returns {PTErrorResponse} */
7219
- declare function PTErrorResponse(): PTErrorResponse;
7220
- type PTErrorResponse = {
7221
- code?: string;
7222
- errors?: any;
7223
- message?: string;
7224
- meta?: any;
7225
- status?: number;
7226
- };
7227
- /** @returns {Quantities} */
7228
- declare function Quantities(): Quantities;
7229
- type Quantities = {
7230
- damaged?: QuantityBase;
7231
- not_available?: QuantityBase;
7232
- order_committed?: QuantityBase;
7233
- sellable?: QuantityBase;
7234
- };
7235
- /** @returns {QuantitiesArticle} */
7236
- declare function QuantitiesArticle(): QuantitiesArticle;
7237
- type QuantitiesArticle = {
7238
- damaged?: Quantity;
7239
- not_available?: Quantity;
7240
- order_committed?: Quantity;
7241
- sellable?: Quantity;
7242
- };
7243
- /** @returns {Quantity} */
7244
- declare function Quantity(): Quantity;
7245
- type Quantity = {
7246
- count?: number;
7247
- };
7248
- /** @returns {QuantityBase} */
7249
- declare function QuantityBase(): QuantityBase;
7250
- type QuantityBase = {
7251
- count?: number;
7252
- updated_at?: string;
7253
- };
7254
- /** @returns {RawProduct} */
7255
- declare function RawProduct(): RawProduct;
7256
- type RawProduct = {
7257
- _custom_json?: any;
7258
- all_company_ids?: number[];
7259
- all_identifiers?: string[];
7260
- all_sizes?: any[];
7261
- attributes?: any;
7262
- brand?: Brand;
7263
- brand_uid?: number;
7264
- category?: any;
7265
- category_slug?: string;
7266
- category_uid?: number;
7267
- color?: string;
7268
- company_id?: number;
7269
- country_of_origin?: string;
7270
- created_by?: any;
7271
- created_on?: string;
7272
- currency?: string;
7273
- custom_order?: any;
7274
- departments?: number[];
7275
- description?: string;
7276
- highlights?: string[];
7277
- hsn_code?: string;
7278
- id?: string;
7279
- image_nature?: string;
7280
- images?: string[];
7281
- is_active?: boolean;
7282
- is_dependent?: boolean;
7283
- is_expirable?: boolean;
7284
- is_image_less_product?: boolean;
7285
- is_physical?: boolean;
7286
- is_set?: boolean;
7287
- item_code?: string;
7288
- item_type?: string;
7289
- l3_mapping?: string[];
7290
- media?: Media[];
7291
- modified_by?: any;
7292
- modified_on?: string;
7293
- moq?: any;
7294
- multi_size?: boolean;
7295
- name?: string;
7296
- net_quantity?: NetQuantityResponse;
7297
- no_of_boxes?: number;
7298
- pending?: string;
7299
- primary_color?: string;
7300
- product_group_tag?: string[];
7301
- product_publish?: ProductPublished;
7302
- return_config?: ReturnConfigResponse;
7303
- short_description?: string;
7304
- size_guide?: string;
7305
- sizes?: any[];
7306
- slug?: string;
7307
- stage?: string;
7308
- tags?: string[];
7309
- tax_identifier?: any;
7212
+ category_slug?: any;
7213
+ command?: any;
7214
+ country_of_origin?: any;
7215
+ currency?: any;
7216
+ custom_order?: any;
7217
+ description?: any;
7218
+ highlights?: any;
7219
+ hsn_code?: any;
7220
+ is_active?: any;
7221
+ is_dependent?: any;
7222
+ item_code?: any;
7223
+ item_type?: any;
7224
+ media?: any;
7225
+ multi_size?: any;
7226
+ name?: any;
7227
+ no_of_boxes?: any;
7228
+ product_group_tag?: any;
7229
+ product_publish?: any;
7230
+ return_config?: any;
7231
+ short_description?: any;
7232
+ size_guide?: any;
7233
+ sizes?: any;
7234
+ slug?: any;
7235
+ tags?: any;
7310
7236
  teaser_tag?: any;
7311
- template_tag?: string;
7312
- trader?: Trader[];
7313
- uid?: number;
7314
- variant_group?: any;
7315
- variant_media?: any;
7237
+ trader?: any;
7238
+ trader_type?: any;
7316
7239
  variants?: any;
7317
- verified_by?: VerifiedBy;
7318
- verified_on?: string;
7319
7240
  };
7320
- /** @returns {RawProductListingResponse} */
7321
- declare function RawProductListingResponse(): RawProductListingResponse;
7322
- type RawProductListingResponse = {
7323
- items?: RawProduct[];
7324
- page?: Page;
7241
+ /** @returns {Quantities} */
7242
+ declare function Quantities(): Quantities;
7243
+ type Quantities = {
7244
+ damaged?: QuantityBase;
7245
+ not_available?: QuantityBase;
7246
+ order_committed?: QuantityBase;
7247
+ sellable?: QuantityBase;
7248
+ };
7249
+ /** @returns {QuantitiesArticle} */
7250
+ declare function QuantitiesArticle(): QuantitiesArticle;
7251
+ type QuantitiesArticle = {
7252
+ damaged?: Quantity;
7253
+ not_available?: Quantity;
7254
+ order_committed?: Quantity;
7255
+ sellable?: Quantity;
7256
+ };
7257
+ /** @returns {Quantity} */
7258
+ declare function Quantity(): Quantity;
7259
+ type Quantity = {
7260
+ count?: number;
7261
+ };
7262
+ /** @returns {QuantityBase} */
7263
+ declare function QuantityBase(): QuantityBase;
7264
+ type QuantityBase = {
7265
+ count?: number;
7266
+ updated_at?: string;
7325
7267
  };
7326
7268
  /** @returns {ReturnConfig} */
7327
7269
  declare function ReturnConfig(): ReturnConfig;
@@ -7360,6 +7302,64 @@ type ReturnConfigResponse = {
7360
7302
  time?: number;
7361
7303
  unit?: string;
7362
7304
  };
7305
+ /** @returns {Sitemap} */
7306
+ declare function Sitemap(): Sitemap;
7307
+ type Sitemap = {
7308
+ priority?: number;
7309
+ frequency?: string;
7310
+ };
7311
+ /** @returns {ApplicationItemSeoAction} */
7312
+ declare function ApplicationItemSeoAction(): ApplicationItemSeoAction;
7313
+ type ApplicationItemSeoAction = {
7314
+ page?: any;
7315
+ type?: string;
7316
+ };
7317
+ /** @returns {ApplicationItemSeoBreadcrumbs} */
7318
+ declare function ApplicationItemSeoBreadcrumbs(): ApplicationItemSeoBreadcrumbs;
7319
+ type ApplicationItemSeoBreadcrumbs = {
7320
+ url?: string;
7321
+ action?: ApplicationItemSeoAction[];
7322
+ };
7323
+ /** @returns {ApplicationItemSeoMetaTagItem} */
7324
+ declare function ApplicationItemSeoMetaTagItem(): ApplicationItemSeoMetaTagItem;
7325
+ type ApplicationItemSeoMetaTagItem = {
7326
+ key?: string;
7327
+ value?: string;
7328
+ };
7329
+ /** @returns {ApplicationItemSeoMetaTags} */
7330
+ declare function ApplicationItemSeoMetaTags(): ApplicationItemSeoMetaTags;
7331
+ type ApplicationItemSeoMetaTags = {
7332
+ title?: string;
7333
+ items?: ApplicationItemSeoMetaTagItem[];
7334
+ };
7335
+ /** @returns {Metatags} */
7336
+ declare function Metatags(): Metatags;
7337
+ type Metatags = {
7338
+ title?: string;
7339
+ items?: ApplicationItemSeoMetaTags[];
7340
+ };
7341
+ /** @returns {SizePromotionThreshold} */
7342
+ declare function SizePromotionThreshold(): SizePromotionThreshold;
7343
+ type SizePromotionThreshold = {
7344
+ threshold_type?: string;
7345
+ threshold_value?: number;
7346
+ };
7347
+ /** @returns {SEOData} */
7348
+ declare function SEOData(): SEOData;
7349
+ type SEOData = {
7350
+ description?: string;
7351
+ title?: string;
7352
+ sitemap?: Sitemap;
7353
+ breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
7354
+ meta_tags?: Metatags[];
7355
+ canonical_url?: string;
7356
+ };
7357
+ /** @returns {SearchKeywordResult} */
7358
+ declare function SearchKeywordResult(): SearchKeywordResult;
7359
+ type SearchKeywordResult = {
7360
+ query: any;
7361
+ sort_on: string;
7362
+ };
7363
7363
  /** @returns {SearchableAttribute} */
7364
7364
  declare function SearchableAttribute(): SearchableAttribute;
7365
7365
  type SearchableAttribute = {
@@ -7379,12 +7379,6 @@ type SearchableAttribute = {
7379
7379
  */
7380
7380
  priority: number;
7381
7381
  };
7382
- /** @returns {SearchKeywordResult} */
7383
- declare function SearchKeywordResult(): SearchKeywordResult;
7384
- type SearchKeywordResult = {
7385
- query: any;
7386
- sort_on: string;
7387
- };
7388
7382
  /** @returns {SecondLevelChild} */
7389
7383
  declare function SecondLevelChild(): SecondLevelChild;
7390
7384
  type SecondLevelChild = {
@@ -7402,25 +7396,15 @@ type SellerPhoneNumber = {
7402
7396
  country_code: number;
7403
7397
  number: string;
7404
7398
  };
7405
- /** @returns {SEOData} */
7406
- declare function SEOData(): SEOData;
7407
- type SEOData = {
7408
- breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
7409
- canonical_url?: string;
7410
- description?: string;
7411
- meta_tags?: Metatags[];
7412
- sitemap?: Sitemap;
7413
- title?: string;
7414
- };
7415
7399
  /** @returns {SeoDetail} */
7416
7400
  declare function SeoDetail(): SeoDetail;
7417
7401
  type SeoDetail = {
7418
- breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
7419
- canonical_url?: string;
7420
7402
  description?: string;
7421
- meta_tags?: Metatags[];
7422
- sitemap?: any;
7423
7403
  title?: string;
7404
+ sitemap?: any;
7405
+ breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
7406
+ meta_tags?: Metatags[];
7407
+ canonical_url?: string;
7424
7408
  };
7425
7409
  /** @returns {SetSize} */
7426
7410
  declare function SetSize(): SetSize;
@@ -7438,12 +7422,6 @@ declare function SingleProductResponse(): SingleProductResponse;
7438
7422
  type SingleProductResponse = {
7439
7423
  data?: ProductSchemaV2;
7440
7424
  };
7441
- /** @returns {Sitemap} */
7442
- declare function Sitemap(): Sitemap;
7443
- type Sitemap = {
7444
- frequency?: string;
7445
- priority?: number;
7446
- };
7447
7425
  /** @returns {Size} */
7448
7426
  declare function Size(): Size;
7449
7427
  type Size = {
@@ -7474,12 +7452,6 @@ type SizeGuideResponse = {
7474
7452
  tag?: string;
7475
7453
  title?: string;
7476
7454
  };
7477
- /** @returns {SizePromotionThreshold} */
7478
- declare function SizePromotionThreshold(): SizePromotionThreshold;
7479
- type SizePromotionThreshold = {
7480
- threshold_type?: string;
7481
- threshold_value?: number;
7482
- };
7483
7455
  /** @returns {StoreAssignResponse} */
7484
7456
  declare function StoreAssignResponse(): StoreAssignResponse;
7485
7457
  type StoreAssignResponse = {
@@ -7572,6 +7544,12 @@ type TemplateDetails = {
7572
7544
  slug: string;
7573
7545
  tag?: string;
7574
7546
  };
7547
+ /** @returns {TemplateValidationData} */
7548
+ declare function TemplateValidationData(): TemplateValidationData;
7549
+ type TemplateValidationData = {
7550
+ global_validation?: GlobalValidation;
7551
+ template_validation?: any;
7552
+ };
7575
7553
  /** @returns {TemplatesResponse} */
7576
7554
  declare function TemplatesResponse(): TemplatesResponse;
7577
7555
  type TemplatesResponse = {
@@ -7584,12 +7562,6 @@ type TemplatesValidationResponse = {
7584
7562
  data?: TemplateValidationData;
7585
7563
  template_details?: TemplateDetails;
7586
7564
  };
7587
- /** @returns {TemplateValidationData} */
7588
- declare function TemplateValidationData(): TemplateValidationData;
7589
- type TemplateValidationData = {
7590
- global_validation?: GlobalValidation;
7591
- template_validation?: any;
7592
- };
7593
7565
  /** @returns {ThirdLevelChild} */
7594
7566
  declare function ThirdLevelChild(): ThirdLevelChild;
7595
7567
  type ThirdLevelChild = {
@@ -7652,35 +7624,6 @@ type UpdateCollection = {
7652
7624
  type?: string;
7653
7625
  visible_facets_keys?: string[];
7654
7626
  };
7655
- /** @returns {UpdatedResponse} */
7656
- declare function UpdatedResponse(): UpdatedResponse;
7657
- type UpdatedResponse = {
7658
- items_not_updated?: number[];
7659
- message?: string;
7660
- };
7661
- /** @returns {UpdateMarketplaceOptinRequest} */
7662
- declare function UpdateMarketplaceOptinRequest(): UpdateMarketplaceOptinRequest;
7663
- type UpdateMarketplaceOptinRequest = {
7664
- brand_ids?: number[];
7665
- company_id?: number;
7666
- enabled?: boolean;
7667
- opt_level?: string;
7668
- platform?: string;
7669
- store_ids?: number[];
7670
- };
7671
- /** @returns {UpdateMarketplaceOptinResponse} */
7672
- declare function UpdateMarketplaceOptinResponse(): UpdateMarketplaceOptinResponse;
7673
- type UpdateMarketplaceOptinResponse = {
7674
- app_id?: string;
7675
- brand_ids?: number[];
7676
- company_id?: number;
7677
- created_by?: CreatedBy;
7678
- enabled?: boolean;
7679
- modified_by?: CreatedBy;
7680
- opt_level?: string;
7681
- platform?: string;
7682
- store_ids?: number[];
7683
- };
7684
7627
  /** @returns {UpdateSearchConfigurationRequest} */
7685
7628
  declare function UpdateSearchConfigurationRequest(): UpdateSearchConfigurationRequest;
7686
7629
  type UpdateSearchConfigurationRequest = {
@@ -7733,6 +7676,12 @@ declare function UpdateSearchConfigurationResponse(): UpdateSearchConfigurationR
7733
7676
  type UpdateSearchConfigurationResponse = {
7734
7677
  success?: boolean;
7735
7678
  };
7679
+ /** @returns {UpdatedResponse} */
7680
+ declare function UpdatedResponse(): UpdatedResponse;
7681
+ type UpdatedResponse = {
7682
+ items_not_updated?: number[];
7683
+ message?: string;
7684
+ };
7736
7685
  /** @returns {UserCommon} */
7737
7686
  declare function UserCommon(): UserCommon;
7738
7687
  type UserCommon = {
@@ -7893,6 +7842,57 @@ type WeightResponse1 = {
7893
7842
  shipping?: number;
7894
7843
  unit?: string;
7895
7844
  };
7845
+ /** @returns {CreatedBy} */
7846
+ declare function CreatedBy(): CreatedBy;
7847
+ type CreatedBy = {
7848
+ username?: string;
7849
+ user_id?: string;
7850
+ };
7851
+ /** @returns {Marketplaces} */
7852
+ declare function Marketplaces(): Marketplaces;
7853
+ type Marketplaces = {
7854
+ brand_ids?: number[];
7855
+ app_id?: string;
7856
+ enabled?: boolean;
7857
+ created_by?: CreatedBy;
7858
+ created_on?: any;
7859
+ opt_level?: string;
7860
+ company_id?: number;
7861
+ modified_by?: CreatedBy;
7862
+ store_ids?: number[];
7863
+ modified_on?: any;
7864
+ platforms?: string;
7865
+ _id?: string;
7866
+ };
7867
+ /** @returns {GetAllMarketplaces} */
7868
+ declare function GetAllMarketplaces(): GetAllMarketplaces;
7869
+ type GetAllMarketplaces = {
7870
+ items?: Marketplaces[];
7871
+ page?: Page;
7872
+ };
7873
+ /** @returns {UpdateMarketplaceOptinRequest} */
7874
+ declare function UpdateMarketplaceOptinRequest(): UpdateMarketplaceOptinRequest;
7875
+ type UpdateMarketplaceOptinRequest = {
7876
+ brand_ids?: number[];
7877
+ company_id?: number;
7878
+ enabled?: boolean;
7879
+ opt_level?: string;
7880
+ platform?: string;
7881
+ store_ids?: number[];
7882
+ };
7883
+ /** @returns {UpdateMarketplaceOptinResponse} */
7884
+ declare function UpdateMarketplaceOptinResponse(): UpdateMarketplaceOptinResponse;
7885
+ type UpdateMarketplaceOptinResponse = {
7886
+ brand_ids?: number[];
7887
+ company_id?: number;
7888
+ app_id?: string;
7889
+ enabled?: boolean;
7890
+ opt_level?: string;
7891
+ platform?: string;
7892
+ store_ids?: number[];
7893
+ created_by?: CreatedBy;
7894
+ modified_by?: CreatedBy;
7895
+ };
7896
7896
  /**
7897
7897
  * Enum: PageType Used By: Catalog
7898
7898
  *