@gofynd/fdk-client-javascript 1.4.1 → 1.4.2-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -2
- package/sdk/application/ApplicationClient.js +20 -0
- package/sdk/application/Cart/CartApplicationClient.d.ts +1 -1
- package/sdk/application/Cart/CartApplicationClient.js +3 -5
- package/sdk/application/Cart/CartApplicationModel.d.ts +1634 -1742
- package/sdk/application/Cart/CartApplicationModel.js +1388 -1464
- package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -4
- package/sdk/application/Cart/CartApplicationValidator.js +0 -4
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +6 -3
- package/sdk/application/Catalog/CatalogApplicationClient.js +20 -7
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
- package/sdk/application/Catalog/CatalogApplicationModel.js +1613 -1613
- package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +14 -0
- package/sdk/application/Catalog/CatalogApplicationValidator.js +6 -0
- package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
- package/sdk/application/Common/CommonApplicationModel.js +172 -172
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
- package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1492 -1626
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +1038 -1180
- package/sdk/application/Content/ContentApplicationClient.d.ts +0 -36
- package/sdk/application/Content/ContentApplicationClient.js +0 -246
- package/sdk/application/Content/ContentApplicationModel.d.ts +546 -753
- package/sdk/application/Content/ContentApplicationModel.js +565 -817
- package/sdk/application/Content/ContentApplicationValidator.d.ts +1 -40
- package/sdk/application/Content/ContentApplicationValidator.js +0 -41
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
- package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
- package/sdk/application/Lead/LeadApplicationModel.js +301 -301
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +0 -67
- package/sdk/application/Logistic/LogisticApplicationClient.js +0 -547
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +257 -712
- package/sdk/application/Logistic/LogisticApplicationModel.js +267 -755
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -211
- package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -131
- package/sdk/application/Order/OrderApplicationClient.d.ts +3 -3
- package/sdk/application/Order/OrderApplicationClient.js +8 -32
- package/sdk/application/Order/OrderApplicationModel.d.ts +845 -853
- package/sdk/application/Order/OrderApplicationModel.js +816 -824
- package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -20
- package/sdk/application/Order/OrderApplicationValidator.js +0 -8
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +2 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +10 -341
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +1892 -2199
- package/sdk/application/Payment/PaymentApplicationModel.js +1235 -1506
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +14 -59
- package/sdk/application/Payment/PaymentApplicationValidator.js +10 -64
- package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1396 -1429
- package/sdk/application/PosCart/PosCartApplicationModel.js +1233 -1257
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
- package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
- package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
- package/sdk/application/Share/ShareApplicationModel.js +121 -121
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.js +3 -7
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +783 -969
- package/sdk/application/Theme/ThemeApplicationModel.js +571 -867
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -10
- package/sdk/application/Theme/ThemeApplicationValidator.js +0 -4
- package/sdk/application/User/UserApplicationClient.d.ts +0 -33
- package/sdk/application/User/UserApplicationClient.js +0 -239
- package/sdk/application/User/UserApplicationModel.d.ts +753 -768
- package/sdk/application/User/UserApplicationModel.js +731 -755
- package/sdk/application/User/UserApplicationValidator.d.ts +1 -34
- package/sdk/application/User/UserApplicationValidator.js +0 -36
- package/sdk/common/Clickstream.d.ts +1 -0
- package/sdk/common/Clickstream.js +254 -0
- package/sdk/common/Utility.js +1 -4
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +72 -60
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +70 -58
- package/sdk/partner/PartnerClient.d.ts +0 -6
- package/sdk/partner/PartnerClient.js +0 -9
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +0 -10
- package/sdk/partner/Theme/ThemePartnerClient.js +0 -80
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +1178 -1153
- package/sdk/partner/Theme/ThemePartnerModel.js +830 -974
- package/sdk/partner/Theme/ThemePartnerValidator.d.ts +0 -1
- package/sdk/partner/Theme/ThemePartnerValidator.js +0 -9
- package/sdk/partner/index.d.ts +0 -3
- package/sdk/partner/index.js +0 -6
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +1 -11
- package/sdk/platform/Billing/BillingPlatformClient.js +3 -110
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +734 -800
- package/sdk/platform/Billing/BillingPlatformModel.js +732 -810
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +4 -43
- package/sdk/platform/Billing/BillingPlatformValidator.js +2 -29
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +11 -1
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +81 -7
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +13 -5
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +12 -4
- package/sdk/platform/Cart/CartPlatformModel.d.ts +3223 -3328
- package/sdk/platform/Cart/CartPlatformModel.js +2875 -2946
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +11 -15
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +21 -52
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +0 -27
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +0 -11
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +15 -27
- package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -189
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +617 -920
- package/sdk/platform/Catalog/CatalogPlatformModel.js +584 -919
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +27 -41
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +19 -31
- package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
- package/sdk/platform/Common/CommonPlatformModel.js +187 -187
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +37 -139
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +52 -737
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +3 -133
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +1 -113
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1079 -1228
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1090 -1262
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +2 -8
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +4 -32
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +629 -658
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +641 -675
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +0 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +0 -6
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +8 -8
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +4 -4
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2992 -3231
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2092 -2303
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +2 -2
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +0 -391
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +1074 -3656
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -351
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +0 -410
- package/sdk/platform/Content/ContentPlatformModel.d.ts +972 -2071
- package/sdk/platform/Content/ContentPlatformModel.js +1039 -2355
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformClient.js +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +174 -259
- package/sdk/platform/Discount/DiscountPlatformModel.js +163 -257
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +6 -16
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +8 -117
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +4 -55
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +2 -39
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +821 -892
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +833 -901
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -33
- package/sdk/platform/Finance/FinancePlatformClient.js +0 -240
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +910 -1056
- package/sdk/platform/Finance/FinancePlatformModel.js +884 -1070
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -38
- package/sdk/platform/Finance/FinancePlatformValidator.js +0 -38
- package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
- package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +28 -38
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +56 -137
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +29 -41
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +21 -33
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +601 -610
- package/sdk/platform/Lead/LeadPlatformModel.js +457 -471
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +1 -11
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +1 -93
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -28
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +0 -18
- package/sdk/platform/Order/OrderPlatformClient.d.ts +22 -143
- package/sdk/platform/Order/OrderPlatformClient.js +160 -1190
- package/sdk/platform/Order/OrderPlatformModel.d.ts +4451 -5275
- package/sdk/platform/Order/OrderPlatformModel.js +4039 -4994
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +21 -257
- package/sdk/platform/Order/OrderPlatformValidator.js +15 -216
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
- package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +13 -119
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +40 -750
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +7 -143
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +6 -133
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformClient.js +1 -1
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2067 -2929
- package/sdk/platform/Payment/PaymentPlatformModel.js +1427 -2090
- package/sdk/platform/PlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/PlatformApplicationClient.js +4 -4
- package/sdk/platform/PlatformClient.d.ts +2 -4
- package/sdk/platform/PlatformClient.js +4 -8
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
- package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +66 -142
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +147 -645
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +63 -131
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +47 -126
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +105 -217
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +349 -1138
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +990 -1589
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +986 -1702
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +133 -382
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +102 -266
- package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
- package/sdk/platform/Share/SharePlatformModel.js +139 -139
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +1 -11
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -87
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +765 -1133
- package/sdk/platform/Theme/ThemePlatformModel.js +561 -1009
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +4 -28
- package/sdk/platform/Theme/ThemePlatformValidator.js +2 -21
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +1 -116
- package/sdk/platform/User/UserPlatformApplicationClient.js +86 -932
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +7 -224
- package/sdk/platform/User/UserPlatformApplicationValidator.js +5 -173
- package/sdk/platform/User/UserPlatformModel.d.ts +428 -765
- package/sdk/platform/User/UserPlatformModel.js +428 -679
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +37 -45
- package/sdk/platform/Webhook/WebhookPlatformClient.js +57 -61
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +403 -448
- package/sdk/platform/Webhook/WebhookPlatformModel.js +309 -369
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -7
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +6 -6
- package/sdk/platform/index.d.ts +1 -1
- package/sdk/platform/index.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
- package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
- package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
- package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
- package/sdk/public/Partner/PartnerPublicModel.js +113 -113
- package/sdk/public/PublicClient.d.ts +0 -4
- package/sdk/public/PublicClient.js +0 -8
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +0 -33
- package/sdk/public/Webhook/WebhookPublicClient.js +0 -242
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +15 -161
- package/sdk/public/Webhook/WebhookPublicModel.js +13 -189
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -23
- package/sdk/public/Webhook/WebhookPublicValidator.js +0 -31
- package/sdk/public/index.d.ts +0 -2
- package/sdk/public/index.js +0 -4
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +0 -125
- package/sdk/partner/Lead/LeadPartnerClient.js +0 -785
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +0 -1127
- package/sdk/partner/Lead/LeadPartnerModel.js +0 -896
- package/sdk/partner/Lead/LeadPartnerValidator.d.ts +0 -12
- package/sdk/partner/Lead/LeadPartnerValidator.js +0 -67
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +0 -155
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +0 -1195
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +0 -372
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +0 -442
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -16
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +0 -123
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +0 -99
- package/sdk/partner/Webhook/WebhookPartnerClient.js +0 -753
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +0 -566
- package/sdk/partner/Webhook/WebhookPartnerModel.js +0 -583
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -12
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +0 -74
- package/sdk/platform/Content/ContentPlatformClient.d.ts +0 -277
- package/sdk/platform/Content/ContentPlatformClient.js +0 -2011
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +0 -247
- package/sdk/platform/Content/ContentPlatformValidator.js +0 -319
- package/sdk/public/Billing/BillingPublicClient.d.ts +0 -23
- package/sdk/public/Billing/BillingPublicClient.js +0 -116
- package/sdk/public/Billing/BillingPublicModel.d.ts +0 -92
- package/sdk/public/Billing/BillingPublicModel.js +0 -96
- package/sdk/public/Billing/BillingPublicValidator.d.ts +0 -18
- package/sdk/public/Billing/BillingPublicValidator.js +0 -19
- package/sdk/public/Content/ContentPublicClient.d.ts +0 -22
- package/sdk/public/Content/ContentPublicClient.js +0 -114
- package/sdk/public/Content/ContentPublicModel.d.ts +0 -53
- package/sdk/public/Content/ContentPublicModel.js +0 -60
- package/sdk/public/Content/ContentPublicValidator.d.ts +0 -18
- package/sdk/public/Content/ContentPublicValidator.js +0 -19
|
@@ -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]
|
|
@@ -1244,7 +1231,6 @@ export = CatalogPlatformModel;
|
|
|
1244
1231
|
* @typedef GetConfigMetadataResponse
|
|
1245
1232
|
* @property {Object[]} [condition]
|
|
1246
1233
|
* @property {Object[]} data
|
|
1247
|
-
* @property {Page} [page]
|
|
1248
1234
|
* @property {Object[]} [values]
|
|
1249
1235
|
*/
|
|
1250
1236
|
/**
|
|
@@ -1389,12 +1375,6 @@ export = CatalogPlatformModel;
|
|
|
1389
1375
|
* @property {number} [product_uid]
|
|
1390
1376
|
* @property {Size[]} [sizes]
|
|
1391
1377
|
*/
|
|
1392
|
-
/**
|
|
1393
|
-
* @typedef GetQueryFiltersResponse
|
|
1394
|
-
* @property {ProductFilters[]} [filters]
|
|
1395
|
-
* @property {Object} operators
|
|
1396
|
-
* @property {ProductSortOn[]} [sort_on]
|
|
1397
|
-
*/
|
|
1398
1378
|
/**
|
|
1399
1379
|
* @typedef GetSearchConfigurationResponse
|
|
1400
1380
|
* @property {string} application_id - The application id where custom search
|
|
@@ -1442,16 +1422,34 @@ export = CatalogPlatformModel;
|
|
|
1442
1422
|
* @property {string} [title]
|
|
1443
1423
|
* @property {string} [type]
|
|
1444
1424
|
*/
|
|
1445
|
-
/**
|
|
1446
|
-
* @typedef GTIN
|
|
1447
|
-
* @property {string} gtin_type
|
|
1448
|
-
* @property {string} gtin_value
|
|
1449
|
-
* @property {boolean} [primary]
|
|
1450
|
-
*/
|
|
1451
1425
|
/**
|
|
1452
1426
|
* @typedef Guide
|
|
1453
1427
|
* @property {Meta} [meta]
|
|
1454
1428
|
*/
|
|
1429
|
+
/**
|
|
1430
|
+
* @typedef HSNCodesResponse
|
|
1431
|
+
* @property {HSNData} [data]
|
|
1432
|
+
* @property {string} [message]
|
|
1433
|
+
*/
|
|
1434
|
+
/**
|
|
1435
|
+
* @typedef HSNData
|
|
1436
|
+
* @property {string[]} [country_of_origin]
|
|
1437
|
+
* @property {string[]} [hsn_code]
|
|
1438
|
+
*/
|
|
1439
|
+
/**
|
|
1440
|
+
* @typedef HSNDataInsertV2
|
|
1441
|
+
* @property {string} country_code - Country code.
|
|
1442
|
+
* @property {Object} [created_by] - Details of the user who created the HSN data.
|
|
1443
|
+
* @property {string} [created_on] - Date and time when the HSN data was created.
|
|
1444
|
+
* @property {string} description - Description of the HSN data.
|
|
1445
|
+
* @property {string} hsn_code - HSN code.
|
|
1446
|
+
* @property {string} [hsn_code_id] - Unique identifier of the HSN code.
|
|
1447
|
+
* @property {Object} [modified_by] - Details of the user who last modified the HSN data.
|
|
1448
|
+
* @property {string} [modified_on] - Date and time when the HSN data was last modified.
|
|
1449
|
+
* @property {string} reporting_hsn - HSN code.
|
|
1450
|
+
* @property {TaxSlab[]} taxes - List of tax slabs.
|
|
1451
|
+
* @property {string} type - Type of HSN data (goods or services).
|
|
1452
|
+
*/
|
|
1455
1453
|
/**
|
|
1456
1454
|
* @typedef Hierarchy
|
|
1457
1455
|
* @property {number} department - It is the unique identifier of the department
|
|
@@ -1478,48 +1476,24 @@ export = CatalogPlatformModel;
|
|
|
1478
1476
|
* @property {string} [id] - The identifier of the HSN code.
|
|
1479
1477
|
* @property {string} [modified_on] - The date and time when the HSN code was
|
|
1480
1478
|
* 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
1479
|
* @property {number} [tax1] - The first tax rate.
|
|
1484
1480
|
* @property {number} [tax2] - The second tax rate.
|
|
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.
|
|
1485
1483
|
* @property {number} [threshold1] - The threshold for the first tax rate.
|
|
1486
1484
|
* @property {number} [threshold2] - The threshold for the second tax rate.
|
|
1487
1485
|
*/
|
|
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
1486
|
/**
|
|
1513
1487
|
* @typedef HsnUpsert
|
|
1514
1488
|
* @property {number} company_id - The ID of the company.
|
|
1515
1489
|
* @property {string} hs2_code - The HS2 code.
|
|
1516
1490
|
* @property {string} hsn_code - The HSN code.
|
|
1517
1491
|
* @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
1492
|
* @property {number} tax1 - The first tax rate.
|
|
1521
1493
|
* @property {number} [tax2] - The second tax rate.
|
|
1522
|
-
* @property {
|
|
1494
|
+
* @property {boolean} [tax_on_esp] - Flag indicating whether tax is applicable on ESP.
|
|
1495
|
+
* @property {boolean} tax_on_mrp - Flag indicating whether tax is applicable on MRP.
|
|
1496
|
+
* @property {number} threshold1 - The threshold for the first tax rate.
|
|
1523
1497
|
* @property {number} [threshold2] - The threshold for the second tax rate.
|
|
1524
1498
|
* @property {number} [uid] - The unique identifier.
|
|
1525
1499
|
*/
|
|
@@ -1535,6 +1509,28 @@ export = CatalogPlatformModel;
|
|
|
1535
1509
|
* @property {BannerImage} [landscape]
|
|
1536
1510
|
* @property {BannerImage} [portrait]
|
|
1537
1511
|
*/
|
|
1512
|
+
/**
|
|
1513
|
+
* @typedef InvSize
|
|
1514
|
+
* @property {string} currency - The currency used for the item price.
|
|
1515
|
+
* @property {string} [expiration_date]
|
|
1516
|
+
* @property {GTIN[]} identifiers
|
|
1517
|
+
* @property {boolean} [is_set]
|
|
1518
|
+
* @property {string} [item_dimensions_unit_of_measure] - The unit of measure
|
|
1519
|
+
* for the item dimensions.
|
|
1520
|
+
* @property {number} [item_height] - The height of the item.
|
|
1521
|
+
* @property {number} [item_length] - The length of the item.
|
|
1522
|
+
* @property {number} [item_weight] - The weight of the item.
|
|
1523
|
+
* @property {string} [item_weight_unit_of_measure] - The unit of measure for
|
|
1524
|
+
* the item weight.
|
|
1525
|
+
* @property {number} [item_width] - The width of the item.
|
|
1526
|
+
* @property {number} [price]
|
|
1527
|
+
* @property {number} price_effective
|
|
1528
|
+
* @property {number} [price_transfer]
|
|
1529
|
+
* @property {number} quantity
|
|
1530
|
+
* @property {InventorySet} [set]
|
|
1531
|
+
* @property {string} size
|
|
1532
|
+
* @property {string} store_code
|
|
1533
|
+
*/
|
|
1538
1534
|
/**
|
|
1539
1535
|
* @typedef InventoryBulkRequest
|
|
1540
1536
|
* @property {string} batch_id
|
|
@@ -1810,28 +1806,6 @@ export = CatalogPlatformModel;
|
|
|
1810
1806
|
* @property {InvoiceCredSerializer} [e_invoice]
|
|
1811
1807
|
* @property {InvoiceCredSerializer} [e_waybill]
|
|
1812
1808
|
*/
|
|
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
1809
|
/**
|
|
1836
1810
|
* @typedef ItemQuery
|
|
1837
1811
|
* @property {number} [brand_uid]
|
|
@@ -1913,6 +1887,12 @@ export = CatalogPlatformModel;
|
|
|
1913
1887
|
* @property {string} [secure_url]
|
|
1914
1888
|
* @property {string} [url]
|
|
1915
1889
|
*/
|
|
1890
|
+
/**
|
|
1891
|
+
* @typedef MOQData
|
|
1892
|
+
* @property {number} [increment_unit]
|
|
1893
|
+
* @property {number} [maximum]
|
|
1894
|
+
* @property {number} [minimum]
|
|
1895
|
+
*/
|
|
1916
1896
|
/**
|
|
1917
1897
|
* @typedef ManufacturerResponse
|
|
1918
1898
|
* @property {string} address - The address of the manufacturer.
|
|
@@ -1925,21 +1905,6 @@ export = CatalogPlatformModel;
|
|
|
1925
1905
|
* @property {boolean} [is_default]
|
|
1926
1906
|
* @property {string} [name]
|
|
1927
1907
|
*/
|
|
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
1908
|
/**
|
|
1944
1909
|
* @typedef Media
|
|
1945
1910
|
* @property {Object} [meta]
|
|
@@ -1996,17 +1961,6 @@ export = CatalogPlatformModel;
|
|
|
1996
1961
|
* @property {string} value - The value of the metadata. Should be a non-empty
|
|
1997
1962
|
* string and length should not exceed 100 characters.
|
|
1998
1963
|
*/
|
|
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
1964
|
/**
|
|
2011
1965
|
* @typedef NetQuantity
|
|
2012
1966
|
* @property {string} [unit] - The unit of measurement used for the net quantity
|
|
@@ -2023,6 +1977,15 @@ export = CatalogPlatformModel;
|
|
|
2023
1977
|
* @property {string} [end]
|
|
2024
1978
|
* @property {string} [start]
|
|
2025
1979
|
*/
|
|
1980
|
+
/**
|
|
1981
|
+
* @typedef OptInPostRequest
|
|
1982
|
+
* @property {number[]} [brand_ids]
|
|
1983
|
+
* @property {number} [company_id]
|
|
1984
|
+
* @property {boolean} [enabled]
|
|
1985
|
+
* @property {string} opt_level
|
|
1986
|
+
* @property {string} [platform]
|
|
1987
|
+
* @property {number[]} [store_ids]
|
|
1988
|
+
*/
|
|
2026
1989
|
/**
|
|
2027
1990
|
* @typedef OptinCompanyBrandDetailsView
|
|
2028
1991
|
* @property {CompanyBrandDetail[]} [items]
|
|
@@ -2041,15 +2004,6 @@ export = CatalogPlatformModel;
|
|
|
2041
2004
|
* @property {string} [company]
|
|
2042
2005
|
* @property {number} [store]
|
|
2043
2006
|
*/
|
|
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
2007
|
/**
|
|
2054
2008
|
* @typedef OptinStoreDetails
|
|
2055
2009
|
* @property {StoreDetail[]} [items]
|
|
@@ -2063,27 +2017,23 @@ export = CatalogPlatformModel;
|
|
|
2063
2017
|
* @property {MOQData} [moq]
|
|
2064
2018
|
* @property {SEOData} [seo]
|
|
2065
2019
|
*/
|
|
2020
|
+
/**
|
|
2021
|
+
* @typedef PTErrorResponse
|
|
2022
|
+
* @property {string} [code]
|
|
2023
|
+
* @property {Object} [errors]
|
|
2024
|
+
* @property {string} [message]
|
|
2025
|
+
* @property {Object} [meta]
|
|
2026
|
+
* @property {number} [status]
|
|
2027
|
+
*/
|
|
2066
2028
|
/**
|
|
2067
2029
|
* @typedef Page
|
|
2068
|
-
* @property {number} [current]
|
|
2069
|
-
* @property {boolean} [has_next]
|
|
2070
|
-
* @property {boolean} [has_previous]
|
|
2071
2030
|
* @property {number} [item_total]
|
|
2072
2031
|
* @property {string} [next_id]
|
|
2073
|
-
* @property {
|
|
2032
|
+
* @property {boolean} [has_previous]
|
|
2033
|
+
* @property {boolean} [has_next]
|
|
2034
|
+
* @property {number} [current]
|
|
2074
2035
|
* @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]
|
|
2036
|
+
* @property {number} [size]
|
|
2087
2037
|
*/
|
|
2088
2038
|
/**
|
|
2089
2039
|
* @typedef PageResponse
|
|
@@ -2383,20 +2333,6 @@ export = CatalogPlatformModel;
|
|
|
2383
2333
|
* @property {ProductDetailAttribute[]} [details]
|
|
2384
2334
|
* @property {string} [title]
|
|
2385
2335
|
*/
|
|
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
2336
|
/**
|
|
2401
2337
|
* @typedef ProductDownloadsResponse
|
|
2402
2338
|
* @property {ProductTemplateExportResponse[]} [items] - The items of the job.
|
|
@@ -2488,17 +2424,17 @@ export = CatalogPlatformModel;
|
|
|
2488
2424
|
* @property {boolean} [is_set]
|
|
2489
2425
|
* @property {number} [product_online_date]
|
|
2490
2426
|
*/
|
|
2427
|
+
/**
|
|
2428
|
+
* @typedef ProductReturnConfigSerializer
|
|
2429
|
+
* @property {boolean} [on_same_store]
|
|
2430
|
+
* @property {number} [store_uid]
|
|
2431
|
+
*/
|
|
2491
2432
|
/**
|
|
2492
2433
|
* @typedef ProductReturnConfigBaseSerializer
|
|
2493
2434
|
* @property {boolean} returnable - Boolean Flag for item returnable
|
|
2494
2435
|
* @property {number} time - Valid return time for an item
|
|
2495
2436
|
* @property {string} unit - Unit of return config days|hours
|
|
2496
2437
|
*/
|
|
2497
|
-
/**
|
|
2498
|
-
* @typedef ProductReturnConfigSerializer
|
|
2499
|
-
* @property {boolean} [on_same_store]
|
|
2500
|
-
* @property {number} [store_uid]
|
|
2501
|
-
*/
|
|
2502
2438
|
/**
|
|
2503
2439
|
* @typedef ProductSchemaV2
|
|
2504
2440
|
* @property {Object} [_custom_json]
|
|
@@ -2687,14 +2623,6 @@ export = CatalogPlatformModel;
|
|
|
2687
2623
|
* @property {Object} [trader_type]
|
|
2688
2624
|
* @property {Object} [variants]
|
|
2689
2625
|
*/
|
|
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
2626
|
/**
|
|
2699
2627
|
* @typedef Quantities
|
|
2700
2628
|
* @property {QuantityBase} [damaged]
|
|
@@ -2718,76 +2646,6 @@ export = CatalogPlatformModel;
|
|
|
2718
2646
|
* @property {number} [count]
|
|
2719
2647
|
* @property {string} [updated_at]
|
|
2720
2648
|
*/
|
|
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
2649
|
/**
|
|
2792
2650
|
* @typedef ReturnConfig
|
|
2793
2651
|
* @property {boolean} returnable
|
|
@@ -2813,51 +2671,84 @@ export = CatalogPlatformModel;
|
|
|
2813
2671
|
* @property {string} [unit]
|
|
2814
2672
|
*/
|
|
2815
2673
|
/**
|
|
2816
|
-
* @typedef
|
|
2817
|
-
* @property {
|
|
2818
|
-
*
|
|
2819
|
-
* @property {string} name - The name of key to search on. This is for
|
|
2820
|
-
* displaying purposes on platform
|
|
2821
|
-
* @property {number} priority - Order in which the searchable attribute should
|
|
2822
|
-
* kick in. Higher the priority, higher the weight considered while searching
|
|
2674
|
+
* @typedef Sitemap
|
|
2675
|
+
* @property {number} [priority]
|
|
2676
|
+
* @property {string} [frequency]
|
|
2823
2677
|
*/
|
|
2824
2678
|
/**
|
|
2825
|
-
* @typedef
|
|
2826
|
-
* @property {Object}
|
|
2827
|
-
* @property {string}
|
|
2679
|
+
* @typedef ApplicationItemSeoAction
|
|
2680
|
+
* @property {Object} [page]
|
|
2681
|
+
* @property {string} [type]
|
|
2828
2682
|
*/
|
|
2829
2683
|
/**
|
|
2830
|
-
* @typedef
|
|
2831
|
-
* @property {
|
|
2832
|
-
* @property {
|
|
2833
|
-
* @property {ImageUrls} [banners]
|
|
2834
|
-
* @property {ThirdLevelChild[]} [childs]
|
|
2835
|
-
* @property {string} [name]
|
|
2836
|
-
* @property {string} [slug]
|
|
2837
|
-
* @property {number} [uid]
|
|
2684
|
+
* @typedef ApplicationItemSeoBreadcrumbs
|
|
2685
|
+
* @property {string} [url]
|
|
2686
|
+
* @property {ApplicationItemSeoAction[]} [action]
|
|
2838
2687
|
*/
|
|
2839
2688
|
/**
|
|
2840
|
-
* @typedef
|
|
2841
|
-
* @property {
|
|
2842
|
-
* @property {string}
|
|
2689
|
+
* @typedef ApplicationItemSeoMetaTagItem
|
|
2690
|
+
* @property {string} [key]
|
|
2691
|
+
* @property {string} [value]
|
|
2843
2692
|
*/
|
|
2844
2693
|
/**
|
|
2845
|
-
* @typedef
|
|
2846
|
-
* @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
|
|
2847
|
-
* @property {string} [canonical_url]
|
|
2848
|
-
* @property {string} [description]
|
|
2849
|
-
* @property {Metatags[]} [meta_tags]
|
|
2850
|
-
* @property {Sitemap} [sitemap]
|
|
2694
|
+
* @typedef ApplicationItemSeoMetaTags
|
|
2851
2695
|
* @property {string} [title]
|
|
2696
|
+
* @property {ApplicationItemSeoMetaTagItem[]} [items]
|
|
2852
2697
|
*/
|
|
2853
2698
|
/**
|
|
2854
|
-
* @typedef
|
|
2855
|
-
* @property {
|
|
2856
|
-
* @property {
|
|
2857
|
-
|
|
2699
|
+
* @typedef Metatags
|
|
2700
|
+
* @property {string} [title]
|
|
2701
|
+
* @property {ApplicationItemSeoMetaTags[]} [items]
|
|
2702
|
+
*/
|
|
2703
|
+
/**
|
|
2704
|
+
* @typedef SizePromotionThreshold
|
|
2705
|
+
* @property {string} [threshold_type]
|
|
2706
|
+
* @property {number} [threshold_value]
|
|
2707
|
+
*/
|
|
2708
|
+
/**
|
|
2709
|
+
* @typedef SEOData
|
|
2710
|
+
* @property {string} [description]
|
|
2711
|
+
* @property {string} [title]
|
|
2712
|
+
* @property {Sitemap} [sitemap]
|
|
2713
|
+
* @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
|
|
2858
2714
|
* @property {Metatags[]} [meta_tags]
|
|
2859
|
-
|
|
2715
|
+
*/
|
|
2716
|
+
/**
|
|
2717
|
+
* @typedef SearchKeywordResult
|
|
2718
|
+
* @property {Object} query
|
|
2719
|
+
* @property {string} sort_on
|
|
2720
|
+
*/
|
|
2721
|
+
/**
|
|
2722
|
+
* @typedef SearchableAttribute
|
|
2723
|
+
* @property {string} key - The attribute key to search on. This key matches the
|
|
2724
|
+
* solr document key
|
|
2725
|
+
* @property {string} name - The name of key to search on. This is for
|
|
2726
|
+
* displaying purposes on platform
|
|
2727
|
+
* @property {number} priority - Order in which the searchable attribute should
|
|
2728
|
+
* kick in. Higher the priority, higher the weight considered while searching
|
|
2729
|
+
*/
|
|
2730
|
+
/**
|
|
2731
|
+
* @typedef SecondLevelChild
|
|
2732
|
+
* @property {Object} [_custom_json]
|
|
2733
|
+
* @property {Action} [action]
|
|
2734
|
+
* @property {ImageUrls} [banners]
|
|
2735
|
+
* @property {ThirdLevelChild[]} [childs]
|
|
2736
|
+
* @property {string} [name]
|
|
2737
|
+
* @property {string} [slug]
|
|
2738
|
+
* @property {number} [uid]
|
|
2739
|
+
*/
|
|
2740
|
+
/**
|
|
2741
|
+
* @typedef SellerPhoneNumber
|
|
2742
|
+
* @property {number} country_code
|
|
2743
|
+
* @property {string} number
|
|
2744
|
+
*/
|
|
2745
|
+
/**
|
|
2746
|
+
* @typedef SeoDetail
|
|
2747
|
+
* @property {string} [description]
|
|
2860
2748
|
* @property {string} [title]
|
|
2749
|
+
* @property {Object} [sitemap]
|
|
2750
|
+
* @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
|
|
2751
|
+
* @property {Metatags[]} [meta_tags]
|
|
2861
2752
|
*/
|
|
2862
2753
|
/**
|
|
2863
2754
|
* @typedef SetSize
|
|
@@ -2872,11 +2763,6 @@ export = CatalogPlatformModel;
|
|
|
2872
2763
|
* @typedef SingleProductResponse
|
|
2873
2764
|
* @property {ProductSchemaV2} [data]
|
|
2874
2765
|
*/
|
|
2875
|
-
/**
|
|
2876
|
-
* @typedef Sitemap
|
|
2877
|
-
* @property {string} [frequency]
|
|
2878
|
-
* @property {number} [priority]
|
|
2879
|
-
*/
|
|
2880
2766
|
/**
|
|
2881
2767
|
* @typedef Size
|
|
2882
2768
|
* @property {string} [display]
|
|
@@ -2904,11 +2790,6 @@ export = CatalogPlatformModel;
|
|
|
2904
2790
|
* @property {string} [tag]
|
|
2905
2791
|
* @property {string} [title]
|
|
2906
2792
|
*/
|
|
2907
|
-
/**
|
|
2908
|
-
* @typedef SizePromotionThreshold
|
|
2909
|
-
* @property {string} [threshold_type]
|
|
2910
|
-
* @property {number} [threshold_value]
|
|
2911
|
-
*/
|
|
2912
2793
|
/**
|
|
2913
2794
|
* @typedef StoreAssignResponse
|
|
2914
2795
|
* @property {string} [_id]
|
|
@@ -2992,6 +2873,11 @@ export = CatalogPlatformModel;
|
|
|
2992
2873
|
* @property {string} slug
|
|
2993
2874
|
* @property {string} [tag]
|
|
2994
2875
|
*/
|
|
2876
|
+
/**
|
|
2877
|
+
* @typedef TemplateValidationData
|
|
2878
|
+
* @property {GlobalValidation} [global_validation]
|
|
2879
|
+
* @property {Object} [template_validation]
|
|
2880
|
+
*/
|
|
2995
2881
|
/**
|
|
2996
2882
|
* @typedef TemplatesResponse
|
|
2997
2883
|
* @property {ProductTemplate} [items]
|
|
@@ -3002,11 +2888,6 @@ export = CatalogPlatformModel;
|
|
|
3002
2888
|
* @property {TemplateValidationData} [data]
|
|
3003
2889
|
* @property {TemplateDetails} [template_details]
|
|
3004
2890
|
*/
|
|
3005
|
-
/**
|
|
3006
|
-
* @typedef TemplateValidationData
|
|
3007
|
-
* @property {GlobalValidation} [global_validation]
|
|
3008
|
-
* @property {Object} [template_validation]
|
|
3009
|
-
*/
|
|
3010
2891
|
/**
|
|
3011
2892
|
* @typedef ThirdLevelChild
|
|
3012
2893
|
* @property {Object} [_custom_json]
|
|
@@ -3061,32 +2942,6 @@ export = CatalogPlatformModel;
|
|
|
3061
2942
|
* @property {string} [type]
|
|
3062
2943
|
* @property {string[]} [visible_facets_keys]
|
|
3063
2944
|
*/
|
|
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
2945
|
/**
|
|
3091
2946
|
* @typedef UpdateSearchConfigurationRequest
|
|
3092
2947
|
* @property {string} application_id - The application id where custom search
|
|
@@ -3110,6 +2965,11 @@ export = CatalogPlatformModel;
|
|
|
3110
2965
|
* @typedef UpdateSearchConfigurationResponse
|
|
3111
2966
|
* @property {boolean} [success]
|
|
3112
2967
|
*/
|
|
2968
|
+
/**
|
|
2969
|
+
* @typedef UpdatedResponse
|
|
2970
|
+
* @property {number[]} [items_not_updated]
|
|
2971
|
+
* @property {string} [message]
|
|
2972
|
+
*/
|
|
3113
2973
|
/**
|
|
3114
2974
|
* @typedef UserCommon
|
|
3115
2975
|
* @property {number} [company_id]
|
|
@@ -3264,7 +3124,7 @@ export = CatalogPlatformModel;
|
|
|
3264
3124
|
declare class CatalogPlatformModel {
|
|
3265
3125
|
}
|
|
3266
3126
|
declare namespace CatalogPlatformModel {
|
|
3267
|
-
export { Action, ActionPage,
|
|
3127
|
+
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, 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, PageType };
|
|
3268
3128
|
}
|
|
3269
3129
|
/** @returns {Action} */
|
|
3270
3130
|
declare function Action(): Action;
|
|
@@ -3278,13 +3138,8 @@ declare function ActionPage(): ActionPage;
|
|
|
3278
3138
|
type ActionPage = {
|
|
3279
3139
|
params?: any;
|
|
3280
3140
|
query?: any;
|
|
3281
|
-
type: PageType;
|
|
3282
3141
|
url?: string;
|
|
3283
|
-
|
|
3284
|
-
/** @returns {AllowSingleRequest} */
|
|
3285
|
-
declare function AllowSingleRequest(): AllowSingleRequest;
|
|
3286
|
-
type AllowSingleRequest = {
|
|
3287
|
-
allow_single: boolean;
|
|
3142
|
+
type: PageType;
|
|
3288
3143
|
};
|
|
3289
3144
|
/** @returns {AllSizes} */
|
|
3290
3145
|
declare function AllSizes(): AllSizes;
|
|
@@ -3298,6 +3153,11 @@ type AllSizes = {
|
|
|
3298
3153
|
item_width: number;
|
|
3299
3154
|
size: string;
|
|
3300
3155
|
};
|
|
3156
|
+
/** @returns {AllowSingleRequest} */
|
|
3157
|
+
declare function AllowSingleRequest(): AllowSingleRequest;
|
|
3158
|
+
type AllowSingleRequest = {
|
|
3159
|
+
allow_single: boolean;
|
|
3160
|
+
};
|
|
3301
3161
|
/** @returns {AppCatalogConfiguration} */
|
|
3302
3162
|
declare function AppCatalogConfiguration(): AppCatalogConfiguration;
|
|
3303
3163
|
type AppCatalogConfiguration = {
|
|
@@ -3414,6 +3274,23 @@ type ApplicationDepartmentListingResponse = {
|
|
|
3414
3274
|
items?: ApplicationDepartment[];
|
|
3415
3275
|
page: Page;
|
|
3416
3276
|
};
|
|
3277
|
+
/** @returns {ApplicationItemMOQ} */
|
|
3278
|
+
declare function ApplicationItemMOQ(): ApplicationItemMOQ;
|
|
3279
|
+
type ApplicationItemMOQ = {
|
|
3280
|
+
/**
|
|
3281
|
+
* - The minimum quantity increment in which
|
|
3282
|
+
* the item can be purchased.
|
|
3283
|
+
*/
|
|
3284
|
+
increment_unit?: number;
|
|
3285
|
+
/**
|
|
3286
|
+
* - The maximum quantity allowed for purchase.
|
|
3287
|
+
*/
|
|
3288
|
+
maximum?: number;
|
|
3289
|
+
/**
|
|
3290
|
+
* - The minimum quantity required for purchase.
|
|
3291
|
+
*/
|
|
3292
|
+
minimum?: number;
|
|
3293
|
+
};
|
|
3417
3294
|
/** @returns {ApplicationItemMeta} */
|
|
3418
3295
|
declare function ApplicationItemMeta(): ApplicationItemMeta;
|
|
3419
3296
|
type ApplicationItemMeta = {
|
|
@@ -3453,23 +3330,6 @@ type ApplicationItemMeta = {
|
|
|
3453
3330
|
*/
|
|
3454
3331
|
size_promotion_threshold?: SizePromotionThreshold;
|
|
3455
3332
|
};
|
|
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
3333
|
/** @returns {ApplicationItemSEO} */
|
|
3474
3334
|
declare function ApplicationItemSEO(): ApplicationItemSEO;
|
|
3475
3335
|
type ApplicationItemSEO = {
|
|
@@ -3482,30 +3342,6 @@ type ApplicationItemSEO = {
|
|
|
3482
3342
|
*/
|
|
3483
3343
|
title?: string;
|
|
3484
3344
|
};
|
|
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
3345
|
/** @returns {ApplicationProductListingResponse} */
|
|
3510
3346
|
declare function ApplicationProductListingResponse(): ApplicationProductListingResponse;
|
|
3511
3347
|
type ApplicationProductListingResponse = {
|
|
@@ -3676,12 +3512,6 @@ type AttributeSchemaRange = {
|
|
|
3676
3512
|
max?: number;
|
|
3677
3513
|
min?: number;
|
|
3678
3514
|
};
|
|
3679
|
-
/** @returns {AutocompleteAction} */
|
|
3680
|
-
declare function AutocompleteAction(): AutocompleteAction;
|
|
3681
|
-
type AutocompleteAction = {
|
|
3682
|
-
page?: AutocompletePageAction;
|
|
3683
|
-
type?: string;
|
|
3684
|
-
};
|
|
3685
3515
|
/** @returns {AutoCompleteMedia} */
|
|
3686
3516
|
declare function AutoCompleteMedia(): AutoCompleteMedia;
|
|
3687
3517
|
type AutoCompleteMedia = {
|
|
@@ -3689,6 +3519,12 @@ type AutoCompleteMedia = {
|
|
|
3689
3519
|
type?: string;
|
|
3690
3520
|
url?: string;
|
|
3691
3521
|
};
|
|
3522
|
+
/** @returns {AutocompleteAction} */
|
|
3523
|
+
declare function AutocompleteAction(): AutocompleteAction;
|
|
3524
|
+
type AutocompleteAction = {
|
|
3525
|
+
page?: AutocompletePageAction;
|
|
3526
|
+
type?: string;
|
|
3527
|
+
};
|
|
3692
3528
|
/** @returns {AutocompletePageAction} */
|
|
3693
3529
|
declare function AutocompletePageAction(): AutocompletePageAction;
|
|
3694
3530
|
type AutocompletePageAction = {
|
|
@@ -4150,6 +3986,7 @@ type CollectionBanner = {
|
|
|
4150
3986
|
/** @returns {CollectionCreateResponse} */
|
|
4151
3987
|
declare function CollectionCreateResponse(): CollectionCreateResponse;
|
|
4152
3988
|
type CollectionCreateResponse = {
|
|
3989
|
+
uid?: string;
|
|
4153
3990
|
_schedule?: any;
|
|
4154
3991
|
allow_facets?: boolean;
|
|
4155
3992
|
allow_sort?: boolean;
|
|
@@ -4168,7 +4005,6 @@ type CollectionCreateResponse = {
|
|
|
4168
4005
|
sort_on?: string;
|
|
4169
4006
|
tag?: string[];
|
|
4170
4007
|
type?: string;
|
|
4171
|
-
uid?: string;
|
|
4172
4008
|
visible_facets_keys?: string[];
|
|
4173
4009
|
};
|
|
4174
4010
|
/** @returns {CollectionDetailResponse} */
|
|
@@ -4207,13 +4043,6 @@ type CollectionItem = {
|
|
|
4207
4043
|
item_id: number;
|
|
4208
4044
|
priority?: number;
|
|
4209
4045
|
};
|
|
4210
|
-
/** @returns {CollectionItemSchemaV2} */
|
|
4211
|
-
declare function CollectionItemSchemaV2(): CollectionItemSchemaV2;
|
|
4212
|
-
type CollectionItemSchemaV2 = {
|
|
4213
|
-
action: string;
|
|
4214
|
-
item_id: number;
|
|
4215
|
-
priority?: number;
|
|
4216
|
-
};
|
|
4217
4046
|
/** @returns {CollectionItemUpdate} */
|
|
4218
4047
|
declare function CollectionItemUpdate(): CollectionItemUpdate;
|
|
4219
4048
|
type CollectionItemUpdate = {
|
|
@@ -4224,16 +4053,6 @@ type CollectionItemUpdate = {
|
|
|
4224
4053
|
type?: string;
|
|
4225
4054
|
visible_facets_keys?: string[];
|
|
4226
4055
|
};
|
|
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
4056
|
/** @returns {CollectionListingFilter} */
|
|
4238
4057
|
declare function CollectionListingFilter(): CollectionListingFilter;
|
|
4239
4058
|
type CollectionListingFilter = {
|
|
@@ -4271,23 +4090,6 @@ type CollectionQuery = {
|
|
|
4271
4090
|
*/
|
|
4272
4091
|
value: any[];
|
|
4273
4092
|
};
|
|
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
4093
|
/** @returns {CollectionSchedule} */
|
|
4292
4094
|
declare function CollectionSchedule(): CollectionSchedule;
|
|
4293
4095
|
type CollectionSchedule = {
|
|
@@ -4297,11 +4099,6 @@ type CollectionSchedule = {
|
|
|
4297
4099
|
next_schedule?: NextSchedule[];
|
|
4298
4100
|
start?: string;
|
|
4299
4101
|
};
|
|
4300
|
-
/** @returns {CommonResponseSchemaCollection} */
|
|
4301
|
-
declare function CommonResponseSchemaCollection(): CommonResponseSchemaCollection;
|
|
4302
|
-
type CommonResponseSchemaCollection = {
|
|
4303
|
-
message?: string;
|
|
4304
|
-
};
|
|
4305
4102
|
/** @returns {CompanyBrandDetail} */
|
|
4306
4103
|
declare function CompanyBrandDetail(): CompanyBrandDetail;
|
|
4307
4104
|
type CompanyBrandDetail = {
|
|
@@ -4485,12 +4282,6 @@ type CreateCollection = {
|
|
|
4485
4282
|
type: string;
|
|
4486
4283
|
visible_facets_keys?: string[];
|
|
4487
4284
|
};
|
|
4488
|
-
/** @returns {CreatedBy} */
|
|
4489
|
-
declare function CreatedBy(): CreatedBy;
|
|
4490
|
-
type CreatedBy = {
|
|
4491
|
-
user_id?: string;
|
|
4492
|
-
username?: string;
|
|
4493
|
-
};
|
|
4494
4285
|
/** @returns {CreateSearchConfigurationRequest} */
|
|
4495
4286
|
declare function CreateSearchConfigurationRequest(): CreateSearchConfigurationRequest;
|
|
4496
4287
|
type CreateSearchConfigurationRequest = {
|
|
@@ -4822,43 +4613,116 @@ type FilerList = {
|
|
|
4822
4613
|
display?: string;
|
|
4823
4614
|
value?: string;
|
|
4824
4615
|
};
|
|
4825
|
-
/** @returns {
|
|
4826
|
-
declare function
|
|
4827
|
-
type
|
|
4828
|
-
|
|
4616
|
+
/** @returns {RawProduct} */
|
|
4617
|
+
declare function RawProduct(): RawProduct;
|
|
4618
|
+
type RawProduct = {
|
|
4619
|
+
_custom_json?: any;
|
|
4620
|
+
all_company_ids?: number[];
|
|
4621
|
+
all_identifiers?: string[];
|
|
4622
|
+
all_sizes?: any[];
|
|
4623
|
+
attributes?: any;
|
|
4624
|
+
brand?: Brand;
|
|
4625
|
+
brand_uid?: number;
|
|
4626
|
+
category?: any;
|
|
4627
|
+
category_slug?: string;
|
|
4628
|
+
category_uid?: number;
|
|
4629
|
+
color?: string;
|
|
4630
|
+
company_id?: number;
|
|
4631
|
+
country_of_origin?: string;
|
|
4632
|
+
created_by?: any;
|
|
4633
|
+
created_on?: string;
|
|
4634
|
+
currency?: string;
|
|
4635
|
+
custom_order?: any;
|
|
4636
|
+
departments?: number[];
|
|
4829
4637
|
description?: string;
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
filters?: AttributeMasterFilter;
|
|
4638
|
+
highlights?: string[];
|
|
4639
|
+
hsn_code?: string;
|
|
4833
4640
|
id?: string;
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4641
|
+
image_nature?: string;
|
|
4642
|
+
images?: string[];
|
|
4643
|
+
is_active?: boolean;
|
|
4644
|
+
is_dependent?: boolean;
|
|
4645
|
+
is_expirable?: boolean;
|
|
4646
|
+
is_image_less_product?: boolean;
|
|
4647
|
+
is_physical?: boolean;
|
|
4648
|
+
is_set?: boolean;
|
|
4649
|
+
item_code?: string;
|
|
4650
|
+
item_type?: string;
|
|
4651
|
+
l3_mapping?: string[];
|
|
4652
|
+
media?: Media[];
|
|
4653
|
+
modified_by?: any;
|
|
4654
|
+
modified_on?: string;
|
|
4655
|
+
moq?: any;
|
|
4656
|
+
multi_size?: boolean;
|
|
4657
|
+
name?: string;
|
|
4658
|
+
net_quantity?: NetQuantityResponse;
|
|
4659
|
+
no_of_boxes?: number;
|
|
4660
|
+
pending?: string;
|
|
4661
|
+
primary_color?: string;
|
|
4662
|
+
product_group_tag?: string[];
|
|
4663
|
+
product_publish?: ProductPublished;
|
|
4664
|
+
return_config?: ReturnConfigResponse;
|
|
4665
|
+
short_description?: string;
|
|
4666
|
+
size_guide?: string;
|
|
4667
|
+
sizes?: any[];
|
|
4668
|
+
slug?: string;
|
|
4669
|
+
stage?: string;
|
|
4670
|
+
tags?: string[];
|
|
4671
|
+
tax_identifier?: any;
|
|
4672
|
+
teaser_tag?: any;
|
|
4673
|
+
template_tag?: string;
|
|
4674
|
+
trader?: Trader[];
|
|
4675
|
+
uid?: number;
|
|
4676
|
+
variant_group?: any;
|
|
4677
|
+
variant_media?: any;
|
|
4678
|
+
variants?: any;
|
|
4679
|
+
verified_by?: VerifiedBy;
|
|
4680
|
+
verified_on?: string;
|
|
4681
|
+
};
|
|
4682
|
+
/** @returns {RawProductListingResponse} */
|
|
4683
|
+
declare function RawProductListingResponse(): RawProductListingResponse;
|
|
4684
|
+
type RawProductListingResponse = {
|
|
4685
|
+
items?: RawProduct[];
|
|
4686
|
+
page?: Page;
|
|
4687
|
+
};
|
|
4688
|
+
/** @returns {GTIN} */
|
|
4689
|
+
declare function GTIN(): GTIN;
|
|
4690
|
+
type GTIN = {
|
|
4691
|
+
gtin_type: string;
|
|
4692
|
+
gtin_value: string;
|
|
4693
|
+
primary?: boolean;
|
|
4694
|
+
};
|
|
4695
|
+
/** @returns {GenderDetail} */
|
|
4696
|
+
declare function GenderDetail(): GenderDetail;
|
|
4697
|
+
type GenderDetail = {
|
|
4698
|
+
departments?: string[];
|
|
4699
|
+
description?: string;
|
|
4700
|
+
details?: AttributeMasterDetails;
|
|
4701
|
+
enabled_for_end_consumer?: boolean;
|
|
4702
|
+
filters?: AttributeMasterFilter;
|
|
4703
|
+
id?: string;
|
|
4704
|
+
is_nested?: boolean;
|
|
4705
|
+
logo?: string;
|
|
4706
|
+
meta?: AttributeMasterMeta;
|
|
4707
|
+
name?: string;
|
|
4708
|
+
schema?: AttributeMaster;
|
|
4709
|
+
slug?: string;
|
|
4710
|
+
};
|
|
4711
|
+
/** @returns {GetAddressSerializer} */
|
|
4712
|
+
declare function GetAddressSerializer(): GetAddressSerializer;
|
|
4713
|
+
type GetAddressSerializer = {
|
|
4714
|
+
address1?: string;
|
|
4715
|
+
address2?: string;
|
|
4716
|
+
address_type?: string;
|
|
4717
|
+
city?: string;
|
|
4718
|
+
country?: string;
|
|
4719
|
+
country_code?: string;
|
|
4720
|
+
landmark?: string;
|
|
4851
4721
|
latitude?: number;
|
|
4852
4722
|
longitude?: number;
|
|
4853
4723
|
pincode?: number;
|
|
4854
4724
|
state?: string;
|
|
4855
4725
|
};
|
|
4856
|
-
/** @returns {GetAllMarketplaces} */
|
|
4857
|
-
declare function GetAllMarketplaces(): GetAllMarketplaces;
|
|
4858
|
-
type GetAllMarketplaces = {
|
|
4859
|
-
items?: Marketplaces[];
|
|
4860
|
-
page?: Page;
|
|
4861
|
-
};
|
|
4862
4726
|
/** @returns {GetAllSizes} */
|
|
4863
4727
|
declare function GetAllSizes(): GetAllSizes;
|
|
4864
4728
|
type GetAllSizes = {
|
|
@@ -4935,35 +4799,6 @@ type GetCollectionDetailNest = {
|
|
|
4935
4799
|
uid?: string;
|
|
4936
4800
|
visible_facets_keys?: string[];
|
|
4937
4801
|
};
|
|
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
4802
|
/** @returns {GetCollectionItemsResponse} */
|
|
4968
4803
|
declare function GetCollectionItemsResponse(): GetCollectionItemsResponse;
|
|
4969
4804
|
type GetCollectionItemsResponse = {
|
|
@@ -4972,12 +4807,6 @@ type GetCollectionItemsResponse = {
|
|
|
4972
4807
|
page?: Page;
|
|
4973
4808
|
sort_on?: ProductSortOn[];
|
|
4974
4809
|
};
|
|
4975
|
-
/** @returns {GetCollectionItemsResponseSchemaV2} */
|
|
4976
|
-
declare function GetCollectionItemsResponseSchemaV2(): GetCollectionItemsResponseSchemaV2;
|
|
4977
|
-
type GetCollectionItemsResponseSchemaV2 = {
|
|
4978
|
-
items?: ProductDetailV2[];
|
|
4979
|
-
page?: Page1;
|
|
4980
|
-
};
|
|
4981
4810
|
/** @returns {GetCollectionListingResponse} */
|
|
4982
4811
|
declare function GetCollectionListingResponse(): GetCollectionListingResponse;
|
|
4983
4812
|
type GetCollectionListingResponse = {
|
|
@@ -5014,7 +4843,6 @@ declare function GetConfigMetadataResponse(): GetConfigMetadataResponse;
|
|
|
5014
4843
|
type GetConfigMetadataResponse = {
|
|
5015
4844
|
condition?: any[];
|
|
5016
4845
|
data: any[];
|
|
5017
|
-
page?: Page;
|
|
5018
4846
|
values?: any[];
|
|
5019
4847
|
};
|
|
5020
4848
|
/** @returns {GetConfigResponse} */
|
|
@@ -5169,13 +4997,6 @@ type GetProducts = {
|
|
|
5169
4997
|
product_uid?: number;
|
|
5170
4998
|
sizes?: Size[];
|
|
5171
4999
|
};
|
|
5172
|
-
/** @returns {GetQueryFiltersResponse} */
|
|
5173
|
-
declare function GetQueryFiltersResponse(): GetQueryFiltersResponse;
|
|
5174
|
-
type GetQueryFiltersResponse = {
|
|
5175
|
-
filters?: ProductFilters[];
|
|
5176
|
-
operators: any;
|
|
5177
|
-
sort_on?: ProductSortOn[];
|
|
5178
|
-
};
|
|
5179
5000
|
/** @returns {GetSearchConfigurationResponse} */
|
|
5180
5001
|
declare function GetSearchConfigurationResponse(): GetSearchConfigurationResponse;
|
|
5181
5002
|
type GetSearchConfigurationResponse = {
|
|
@@ -5255,18 +5076,71 @@ type GlobalValidation = {
|
|
|
5255
5076
|
title?: string;
|
|
5256
5077
|
type?: string;
|
|
5257
5078
|
};
|
|
5258
|
-
/** @returns {GTIN} */
|
|
5259
|
-
declare function GTIN(): GTIN;
|
|
5260
|
-
type GTIN = {
|
|
5261
|
-
gtin_type: string;
|
|
5262
|
-
gtin_value: string;
|
|
5263
|
-
primary?: boolean;
|
|
5264
|
-
};
|
|
5265
5079
|
/** @returns {Guide} */
|
|
5266
5080
|
declare function Guide(): Guide;
|
|
5267
5081
|
type Guide = {
|
|
5268
5082
|
meta?: Meta;
|
|
5269
5083
|
};
|
|
5084
|
+
/** @returns {HSNCodesResponse} */
|
|
5085
|
+
declare function HSNCodesResponse(): HSNCodesResponse;
|
|
5086
|
+
type HSNCodesResponse = {
|
|
5087
|
+
data?: HSNData;
|
|
5088
|
+
message?: string;
|
|
5089
|
+
};
|
|
5090
|
+
/** @returns {HSNData} */
|
|
5091
|
+
declare function HSNData(): HSNData;
|
|
5092
|
+
type HSNData = {
|
|
5093
|
+
country_of_origin?: string[];
|
|
5094
|
+
hsn_code?: string[];
|
|
5095
|
+
};
|
|
5096
|
+
/** @returns {HSNDataInsertV2} */
|
|
5097
|
+
declare function HSNDataInsertV2(): HSNDataInsertV2;
|
|
5098
|
+
type HSNDataInsertV2 = {
|
|
5099
|
+
/**
|
|
5100
|
+
* - Country code.
|
|
5101
|
+
*/
|
|
5102
|
+
country_code: string;
|
|
5103
|
+
/**
|
|
5104
|
+
* - Details of the user who created the HSN data.
|
|
5105
|
+
*/
|
|
5106
|
+
created_by?: any;
|
|
5107
|
+
/**
|
|
5108
|
+
* - Date and time when the HSN data was created.
|
|
5109
|
+
*/
|
|
5110
|
+
created_on?: string;
|
|
5111
|
+
/**
|
|
5112
|
+
* - Description of the HSN data.
|
|
5113
|
+
*/
|
|
5114
|
+
description: string;
|
|
5115
|
+
/**
|
|
5116
|
+
* - HSN code.
|
|
5117
|
+
*/
|
|
5118
|
+
hsn_code: string;
|
|
5119
|
+
/**
|
|
5120
|
+
* - Unique identifier of the HSN code.
|
|
5121
|
+
*/
|
|
5122
|
+
hsn_code_id?: string;
|
|
5123
|
+
/**
|
|
5124
|
+
* - Details of the user who last modified the HSN data.
|
|
5125
|
+
*/
|
|
5126
|
+
modified_by?: any;
|
|
5127
|
+
/**
|
|
5128
|
+
* - Date and time when the HSN data was last modified.
|
|
5129
|
+
*/
|
|
5130
|
+
modified_on?: string;
|
|
5131
|
+
/**
|
|
5132
|
+
* - HSN code.
|
|
5133
|
+
*/
|
|
5134
|
+
reporting_hsn: string;
|
|
5135
|
+
/**
|
|
5136
|
+
* - List of tax slabs.
|
|
5137
|
+
*/
|
|
5138
|
+
taxes: TaxSlab[];
|
|
5139
|
+
/**
|
|
5140
|
+
* - Type of HSN data (goods or services).
|
|
5141
|
+
*/
|
|
5142
|
+
type: string;
|
|
5143
|
+
};
|
|
5270
5144
|
/** @returns {Hierarchy} */
|
|
5271
5145
|
declare function Hierarchy(): Hierarchy;
|
|
5272
5146
|
type Hierarchy = {
|
|
@@ -5324,14 +5198,6 @@ type HsnCodesObject = {
|
|
|
5324
5198
|
* last modified.
|
|
5325
5199
|
*/
|
|
5326
5200
|
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
5201
|
/**
|
|
5336
5202
|
* - The first tax rate.
|
|
5337
5203
|
*/
|
|
@@ -5341,73 +5207,21 @@ type HsnCodesObject = {
|
|
|
5341
5207
|
*/
|
|
5342
5208
|
tax2?: number;
|
|
5343
5209
|
/**
|
|
5344
|
-
* -
|
|
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.
|
|
5210
|
+
* - Flag indicating whether tax is applicable on ESP.
|
|
5397
5211
|
*/
|
|
5398
|
-
|
|
5212
|
+
tax_on_esp?: boolean;
|
|
5399
5213
|
/**
|
|
5400
|
-
* -
|
|
5214
|
+
* - Flag indicating whether tax is applicable on MRP.
|
|
5401
5215
|
*/
|
|
5402
|
-
|
|
5216
|
+
tax_on_mrp?: boolean;
|
|
5403
5217
|
/**
|
|
5404
|
-
* -
|
|
5218
|
+
* - The threshold for the first tax rate.
|
|
5405
5219
|
*/
|
|
5406
|
-
|
|
5220
|
+
threshold1?: number;
|
|
5407
5221
|
/**
|
|
5408
|
-
* -
|
|
5222
|
+
* - The threshold for the second tax rate.
|
|
5409
5223
|
*/
|
|
5410
|
-
|
|
5224
|
+
threshold2?: number;
|
|
5411
5225
|
};
|
|
5412
5226
|
/** @returns {HsnUpsert} */
|
|
5413
5227
|
declare function HsnUpsert(): HsnUpsert;
|
|
@@ -5428,14 +5242,6 @@ type HsnUpsert = {
|
|
|
5428
5242
|
* - Flag indicating whether the entry is active.
|
|
5429
5243
|
*/
|
|
5430
5244
|
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
5245
|
/**
|
|
5440
5246
|
* - The first tax rate.
|
|
5441
5247
|
*/
|
|
@@ -5444,6 +5250,14 @@ type HsnUpsert = {
|
|
|
5444
5250
|
* - The second tax rate.
|
|
5445
5251
|
*/
|
|
5446
5252
|
tax2?: number;
|
|
5253
|
+
/**
|
|
5254
|
+
* - Flag indicating whether tax is applicable on ESP.
|
|
5255
|
+
*/
|
|
5256
|
+
tax_on_esp?: boolean;
|
|
5257
|
+
/**
|
|
5258
|
+
* - Flag indicating whether tax is applicable on MRP.
|
|
5259
|
+
*/
|
|
5260
|
+
tax_on_mrp: boolean;
|
|
5447
5261
|
/**
|
|
5448
5262
|
* - The threshold for the first tax rate.
|
|
5449
5263
|
*/
|
|
@@ -5471,6 +5285,50 @@ type ImageUrls = {
|
|
|
5471
5285
|
landscape?: BannerImage;
|
|
5472
5286
|
portrait?: BannerImage;
|
|
5473
5287
|
};
|
|
5288
|
+
/** @returns {InvSize} */
|
|
5289
|
+
declare function InvSize(): InvSize;
|
|
5290
|
+
type InvSize = {
|
|
5291
|
+
/**
|
|
5292
|
+
* - The currency used for the item price.
|
|
5293
|
+
*/
|
|
5294
|
+
currency: string;
|
|
5295
|
+
expiration_date?: string;
|
|
5296
|
+
identifiers: GTIN[];
|
|
5297
|
+
is_set?: boolean;
|
|
5298
|
+
/**
|
|
5299
|
+
* - The unit of measure
|
|
5300
|
+
* for the item dimensions.
|
|
5301
|
+
*/
|
|
5302
|
+
item_dimensions_unit_of_measure?: string;
|
|
5303
|
+
/**
|
|
5304
|
+
* - The height of the item.
|
|
5305
|
+
*/
|
|
5306
|
+
item_height?: number;
|
|
5307
|
+
/**
|
|
5308
|
+
* - The length of the item.
|
|
5309
|
+
*/
|
|
5310
|
+
item_length?: number;
|
|
5311
|
+
/**
|
|
5312
|
+
* - The weight of the item.
|
|
5313
|
+
*/
|
|
5314
|
+
item_weight?: number;
|
|
5315
|
+
/**
|
|
5316
|
+
* - The unit of measure for
|
|
5317
|
+
* the item weight.
|
|
5318
|
+
*/
|
|
5319
|
+
item_weight_unit_of_measure?: string;
|
|
5320
|
+
/**
|
|
5321
|
+
* - The width of the item.
|
|
5322
|
+
*/
|
|
5323
|
+
item_width?: number;
|
|
5324
|
+
price?: number;
|
|
5325
|
+
price_effective: number;
|
|
5326
|
+
price_transfer?: number;
|
|
5327
|
+
quantity: number;
|
|
5328
|
+
set?: InventorySet;
|
|
5329
|
+
size: string;
|
|
5330
|
+
store_code: string;
|
|
5331
|
+
};
|
|
5474
5332
|
/** @returns {InventoryBulkRequest} */
|
|
5475
5333
|
declare function InventoryBulkRequest(): InventoryBulkRequest;
|
|
5476
5334
|
type InventoryBulkRequest = {
|
|
@@ -6102,50 +5960,6 @@ type InvoiceDetailsSerializer = {
|
|
|
6102
5960
|
e_invoice?: InvoiceCredSerializer;
|
|
6103
5961
|
e_waybill?: InvoiceCredSerializer;
|
|
6104
5962
|
};
|
|
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;
|
|
6148
|
-
};
|
|
6149
5963
|
/** @returns {ItemQuery} */
|
|
6150
5964
|
declare function ItemQuery(): ItemQuery;
|
|
6151
5965
|
type ItemQuery = {
|
|
@@ -6237,6 +6051,13 @@ type Logo = {
|
|
|
6237
6051
|
secure_url?: string;
|
|
6238
6052
|
url?: string;
|
|
6239
6053
|
};
|
|
6054
|
+
/** @returns {MOQData} */
|
|
6055
|
+
declare function MOQData(): MOQData;
|
|
6056
|
+
type MOQData = {
|
|
6057
|
+
increment_unit?: number;
|
|
6058
|
+
maximum?: number;
|
|
6059
|
+
minimum?: number;
|
|
6060
|
+
};
|
|
6240
6061
|
/** @returns {ManufacturerResponse} */
|
|
6241
6062
|
declare function ManufacturerResponse(): ManufacturerResponse;
|
|
6242
6063
|
type ManufacturerResponse = {
|
|
@@ -6260,22 +6081,6 @@ type ManufacturerResponse1 = {
|
|
|
6260
6081
|
is_default?: boolean;
|
|
6261
6082
|
name?: string;
|
|
6262
6083
|
};
|
|
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
6084
|
/** @returns {Media} */
|
|
6280
6085
|
declare function Media(): Media;
|
|
6281
6086
|
type Media = {
|
|
@@ -6357,19 +6162,6 @@ type MetaFields = {
|
|
|
6357
6162
|
*/
|
|
6358
6163
|
value: string;
|
|
6359
6164
|
};
|
|
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
6165
|
/** @returns {NetQuantity} */
|
|
6374
6166
|
declare function NetQuantity(): NetQuantity;
|
|
6375
6167
|
type NetQuantity = {
|
|
@@ -6395,6 +6187,16 @@ type NextSchedule = {
|
|
|
6395
6187
|
end?: string;
|
|
6396
6188
|
start?: string;
|
|
6397
6189
|
};
|
|
6190
|
+
/** @returns {OptInPostRequest} */
|
|
6191
|
+
declare function OptInPostRequest(): OptInPostRequest;
|
|
6192
|
+
type OptInPostRequest = {
|
|
6193
|
+
brand_ids?: number[];
|
|
6194
|
+
company_id?: number;
|
|
6195
|
+
enabled?: boolean;
|
|
6196
|
+
opt_level: string;
|
|
6197
|
+
platform?: string;
|
|
6198
|
+
store_ids?: number[];
|
|
6199
|
+
};
|
|
6398
6200
|
/** @returns {OptinCompanyBrandDetailsView} */
|
|
6399
6201
|
declare function OptinCompanyBrandDetailsView(): OptinCompanyBrandDetailsView;
|
|
6400
6202
|
type OptinCompanyBrandDetailsView = {
|
|
@@ -6413,18 +6215,8 @@ type OptinCompanyDetail = {
|
|
|
6413
6215
|
declare function OptinCompanyMetrics(): OptinCompanyMetrics;
|
|
6414
6216
|
type OptinCompanyMetrics = {
|
|
6415
6217
|
brand?: number;
|
|
6416
|
-
company?: string;
|
|
6417
|
-
store?: number;
|
|
6418
|
-
};
|
|
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[];
|
|
6218
|
+
company?: string;
|
|
6219
|
+
store?: number;
|
|
6428
6220
|
};
|
|
6429
6221
|
/** @returns {OptinStoreDetails} */
|
|
6430
6222
|
declare function OptinStoreDetails(): OptinStoreDetails;
|
|
@@ -6441,29 +6233,25 @@ type OwnerAppItemResponse = {
|
|
|
6441
6233
|
moq?: MOQData;
|
|
6442
6234
|
seo?: SEOData;
|
|
6443
6235
|
};
|
|
6236
|
+
/** @returns {PTErrorResponse} */
|
|
6237
|
+
declare function PTErrorResponse(): PTErrorResponse;
|
|
6238
|
+
type PTErrorResponse = {
|
|
6239
|
+
code?: string;
|
|
6240
|
+
errors?: any;
|
|
6241
|
+
message?: string;
|
|
6242
|
+
meta?: any;
|
|
6243
|
+
status?: number;
|
|
6244
|
+
};
|
|
6444
6245
|
/** @returns {Page} */
|
|
6445
6246
|
declare function Page(): Page;
|
|
6446
6247
|
type Page = {
|
|
6447
|
-
current?: number;
|
|
6448
|
-
has_next?: boolean;
|
|
6449
|
-
has_previous?: boolean;
|
|
6450
6248
|
item_total?: number;
|
|
6451
6249
|
next_id?: string;
|
|
6452
|
-
|
|
6250
|
+
has_previous?: boolean;
|
|
6251
|
+
has_next?: boolean;
|
|
6252
|
+
current?: number;
|
|
6453
6253
|
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;
|
|
6254
|
+
size?: number;
|
|
6467
6255
|
};
|
|
6468
6256
|
/** @returns {PageResponse} */
|
|
6469
6257
|
declare function PageResponse(): PageResponse;
|
|
@@ -6818,21 +6606,6 @@ type ProductDetailGroupedAttribute = {
|
|
|
6818
6606
|
details?: ProductDetailAttribute[];
|
|
6819
6607
|
title?: string;
|
|
6820
6608
|
};
|
|
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
6609
|
/** @returns {ProductDownloadsResponse} */
|
|
6837
6610
|
declare function ProductDownloadsResponse(): ProductDownloadsResponse;
|
|
6838
6611
|
type ProductDownloadsResponse = {
|
|
@@ -6938,6 +6711,12 @@ type ProductPublished = {
|
|
|
6938
6711
|
is_set?: boolean;
|
|
6939
6712
|
product_online_date?: number;
|
|
6940
6713
|
};
|
|
6714
|
+
/** @returns {ProductReturnConfigSerializer} */
|
|
6715
|
+
declare function ProductReturnConfigSerializer(): ProductReturnConfigSerializer;
|
|
6716
|
+
type ProductReturnConfigSerializer = {
|
|
6717
|
+
on_same_store?: boolean;
|
|
6718
|
+
store_uid?: number;
|
|
6719
|
+
};
|
|
6941
6720
|
/** @returns {ProductReturnConfigBaseSerializer} */
|
|
6942
6721
|
declare function ProductReturnConfigBaseSerializer(): ProductReturnConfigBaseSerializer;
|
|
6943
6722
|
type ProductReturnConfigBaseSerializer = {
|
|
@@ -6954,12 +6733,6 @@ type ProductReturnConfigBaseSerializer = {
|
|
|
6954
6733
|
*/
|
|
6955
6734
|
unit: string;
|
|
6956
6735
|
};
|
|
6957
|
-
/** @returns {ProductReturnConfigSerializer} */
|
|
6958
|
-
declare function ProductReturnConfigSerializer(): ProductReturnConfigSerializer;
|
|
6959
|
-
type ProductReturnConfigSerializer = {
|
|
6960
|
-
on_same_store?: boolean;
|
|
6961
|
-
store_uid?: number;
|
|
6962
|
-
};
|
|
6963
6736
|
/** @returns {ProductSchemaV2} */
|
|
6964
6737
|
declare function ProductSchemaV2(): ProductSchemaV2;
|
|
6965
6738
|
type ProductSchemaV2 = {
|
|
@@ -7215,15 +6988,6 @@ type Properties = {
|
|
|
7215
6988
|
trader_type?: any;
|
|
7216
6989
|
variants?: any;
|
|
7217
6990
|
};
|
|
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
6991
|
/** @returns {Quantities} */
|
|
7228
6992
|
declare function Quantities(): Quantities;
|
|
7229
6993
|
type Quantities = {
|
|
@@ -7251,78 +7015,6 @@ type QuantityBase = {
|
|
|
7251
7015
|
count?: number;
|
|
7252
7016
|
updated_at?: string;
|
|
7253
7017
|
};
|
|
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;
|
|
7310
|
-
teaser_tag?: any;
|
|
7311
|
-
template_tag?: string;
|
|
7312
|
-
trader?: Trader[];
|
|
7313
|
-
uid?: number;
|
|
7314
|
-
variant_group?: any;
|
|
7315
|
-
variant_media?: any;
|
|
7316
|
-
variants?: any;
|
|
7317
|
-
verified_by?: VerifiedBy;
|
|
7318
|
-
verified_on?: string;
|
|
7319
|
-
};
|
|
7320
|
-
/** @returns {RawProductListingResponse} */
|
|
7321
|
-
declare function RawProductListingResponse(): RawProductListingResponse;
|
|
7322
|
-
type RawProductListingResponse = {
|
|
7323
|
-
items?: RawProduct[];
|
|
7324
|
-
page?: Page;
|
|
7325
|
-
};
|
|
7326
7018
|
/** @returns {ReturnConfig} */
|
|
7327
7019
|
declare function ReturnConfig(): ReturnConfig;
|
|
7328
7020
|
type ReturnConfig = {
|
|
@@ -7360,6 +7052,63 @@ type ReturnConfigResponse = {
|
|
|
7360
7052
|
time?: number;
|
|
7361
7053
|
unit?: string;
|
|
7362
7054
|
};
|
|
7055
|
+
/** @returns {Sitemap} */
|
|
7056
|
+
declare function Sitemap(): Sitemap;
|
|
7057
|
+
type Sitemap = {
|
|
7058
|
+
priority?: number;
|
|
7059
|
+
frequency?: string;
|
|
7060
|
+
};
|
|
7061
|
+
/** @returns {ApplicationItemSeoAction} */
|
|
7062
|
+
declare function ApplicationItemSeoAction(): ApplicationItemSeoAction;
|
|
7063
|
+
type ApplicationItemSeoAction = {
|
|
7064
|
+
page?: any;
|
|
7065
|
+
type?: string;
|
|
7066
|
+
};
|
|
7067
|
+
/** @returns {ApplicationItemSeoBreadcrumbs} */
|
|
7068
|
+
declare function ApplicationItemSeoBreadcrumbs(): ApplicationItemSeoBreadcrumbs;
|
|
7069
|
+
type ApplicationItemSeoBreadcrumbs = {
|
|
7070
|
+
url?: string;
|
|
7071
|
+
action?: ApplicationItemSeoAction[];
|
|
7072
|
+
};
|
|
7073
|
+
/** @returns {ApplicationItemSeoMetaTagItem} */
|
|
7074
|
+
declare function ApplicationItemSeoMetaTagItem(): ApplicationItemSeoMetaTagItem;
|
|
7075
|
+
type ApplicationItemSeoMetaTagItem = {
|
|
7076
|
+
key?: string;
|
|
7077
|
+
value?: string;
|
|
7078
|
+
};
|
|
7079
|
+
/** @returns {ApplicationItemSeoMetaTags} */
|
|
7080
|
+
declare function ApplicationItemSeoMetaTags(): ApplicationItemSeoMetaTags;
|
|
7081
|
+
type ApplicationItemSeoMetaTags = {
|
|
7082
|
+
title?: string;
|
|
7083
|
+
items?: ApplicationItemSeoMetaTagItem[];
|
|
7084
|
+
};
|
|
7085
|
+
/** @returns {Metatags} */
|
|
7086
|
+
declare function Metatags(): Metatags;
|
|
7087
|
+
type Metatags = {
|
|
7088
|
+
title?: string;
|
|
7089
|
+
items?: ApplicationItemSeoMetaTags[];
|
|
7090
|
+
};
|
|
7091
|
+
/** @returns {SizePromotionThreshold} */
|
|
7092
|
+
declare function SizePromotionThreshold(): SizePromotionThreshold;
|
|
7093
|
+
type SizePromotionThreshold = {
|
|
7094
|
+
threshold_type?: string;
|
|
7095
|
+
threshold_value?: number;
|
|
7096
|
+
};
|
|
7097
|
+
/** @returns {SEOData} */
|
|
7098
|
+
declare function SEOData(): SEOData;
|
|
7099
|
+
type SEOData = {
|
|
7100
|
+
description?: string;
|
|
7101
|
+
title?: string;
|
|
7102
|
+
sitemap?: Sitemap;
|
|
7103
|
+
breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
|
|
7104
|
+
meta_tags?: Metatags[];
|
|
7105
|
+
};
|
|
7106
|
+
/** @returns {SearchKeywordResult} */
|
|
7107
|
+
declare function SearchKeywordResult(): SearchKeywordResult;
|
|
7108
|
+
type SearchKeywordResult = {
|
|
7109
|
+
query: any;
|
|
7110
|
+
sort_on: string;
|
|
7111
|
+
};
|
|
7363
7112
|
/** @returns {SearchableAttribute} */
|
|
7364
7113
|
declare function SearchableAttribute(): SearchableAttribute;
|
|
7365
7114
|
type SearchableAttribute = {
|
|
@@ -7379,12 +7128,6 @@ type SearchableAttribute = {
|
|
|
7379
7128
|
*/
|
|
7380
7129
|
priority: number;
|
|
7381
7130
|
};
|
|
7382
|
-
/** @returns {SearchKeywordResult} */
|
|
7383
|
-
declare function SearchKeywordResult(): SearchKeywordResult;
|
|
7384
|
-
type SearchKeywordResult = {
|
|
7385
|
-
query: any;
|
|
7386
|
-
sort_on: string;
|
|
7387
|
-
};
|
|
7388
7131
|
/** @returns {SecondLevelChild} */
|
|
7389
7132
|
declare function SecondLevelChild(): SecondLevelChild;
|
|
7390
7133
|
type SecondLevelChild = {
|
|
@@ -7402,25 +7145,14 @@ type SellerPhoneNumber = {
|
|
|
7402
7145
|
country_code: number;
|
|
7403
7146
|
number: string;
|
|
7404
7147
|
};
|
|
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
7148
|
/** @returns {SeoDetail} */
|
|
7416
7149
|
declare function SeoDetail(): SeoDetail;
|
|
7417
7150
|
type SeoDetail = {
|
|
7418
|
-
breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
|
|
7419
|
-
canonical_url?: string;
|
|
7420
7151
|
description?: string;
|
|
7421
|
-
meta_tags?: Metatags[];
|
|
7422
|
-
sitemap?: any;
|
|
7423
7152
|
title?: string;
|
|
7153
|
+
sitemap?: any;
|
|
7154
|
+
breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
|
|
7155
|
+
meta_tags?: Metatags[];
|
|
7424
7156
|
};
|
|
7425
7157
|
/** @returns {SetSize} */
|
|
7426
7158
|
declare function SetSize(): SetSize;
|
|
@@ -7438,12 +7170,6 @@ declare function SingleProductResponse(): SingleProductResponse;
|
|
|
7438
7170
|
type SingleProductResponse = {
|
|
7439
7171
|
data?: ProductSchemaV2;
|
|
7440
7172
|
};
|
|
7441
|
-
/** @returns {Sitemap} */
|
|
7442
|
-
declare function Sitemap(): Sitemap;
|
|
7443
|
-
type Sitemap = {
|
|
7444
|
-
frequency?: string;
|
|
7445
|
-
priority?: number;
|
|
7446
|
-
};
|
|
7447
7173
|
/** @returns {Size} */
|
|
7448
7174
|
declare function Size(): Size;
|
|
7449
7175
|
type Size = {
|
|
@@ -7474,12 +7200,6 @@ type SizeGuideResponse = {
|
|
|
7474
7200
|
tag?: string;
|
|
7475
7201
|
title?: string;
|
|
7476
7202
|
};
|
|
7477
|
-
/** @returns {SizePromotionThreshold} */
|
|
7478
|
-
declare function SizePromotionThreshold(): SizePromotionThreshold;
|
|
7479
|
-
type SizePromotionThreshold = {
|
|
7480
|
-
threshold_type?: string;
|
|
7481
|
-
threshold_value?: number;
|
|
7482
|
-
};
|
|
7483
7203
|
/** @returns {StoreAssignResponse} */
|
|
7484
7204
|
declare function StoreAssignResponse(): StoreAssignResponse;
|
|
7485
7205
|
type StoreAssignResponse = {
|
|
@@ -7572,6 +7292,12 @@ type TemplateDetails = {
|
|
|
7572
7292
|
slug: string;
|
|
7573
7293
|
tag?: string;
|
|
7574
7294
|
};
|
|
7295
|
+
/** @returns {TemplateValidationData} */
|
|
7296
|
+
declare function TemplateValidationData(): TemplateValidationData;
|
|
7297
|
+
type TemplateValidationData = {
|
|
7298
|
+
global_validation?: GlobalValidation;
|
|
7299
|
+
template_validation?: any;
|
|
7300
|
+
};
|
|
7575
7301
|
/** @returns {TemplatesResponse} */
|
|
7576
7302
|
declare function TemplatesResponse(): TemplatesResponse;
|
|
7577
7303
|
type TemplatesResponse = {
|
|
@@ -7584,12 +7310,6 @@ type TemplatesValidationResponse = {
|
|
|
7584
7310
|
data?: TemplateValidationData;
|
|
7585
7311
|
template_details?: TemplateDetails;
|
|
7586
7312
|
};
|
|
7587
|
-
/** @returns {TemplateValidationData} */
|
|
7588
|
-
declare function TemplateValidationData(): TemplateValidationData;
|
|
7589
|
-
type TemplateValidationData = {
|
|
7590
|
-
global_validation?: GlobalValidation;
|
|
7591
|
-
template_validation?: any;
|
|
7592
|
-
};
|
|
7593
7313
|
/** @returns {ThirdLevelChild} */
|
|
7594
7314
|
declare function ThirdLevelChild(): ThirdLevelChild;
|
|
7595
7315
|
type ThirdLevelChild = {
|
|
@@ -7652,35 +7372,6 @@ type UpdateCollection = {
|
|
|
7652
7372
|
type?: string;
|
|
7653
7373
|
visible_facets_keys?: string[];
|
|
7654
7374
|
};
|
|
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
7375
|
/** @returns {UpdateSearchConfigurationRequest} */
|
|
7685
7376
|
declare function UpdateSearchConfigurationRequest(): UpdateSearchConfigurationRequest;
|
|
7686
7377
|
type UpdateSearchConfigurationRequest = {
|
|
@@ -7733,6 +7424,12 @@ declare function UpdateSearchConfigurationResponse(): UpdateSearchConfigurationR
|
|
|
7733
7424
|
type UpdateSearchConfigurationResponse = {
|
|
7734
7425
|
success?: boolean;
|
|
7735
7426
|
};
|
|
7427
|
+
/** @returns {UpdatedResponse} */
|
|
7428
|
+
declare function UpdatedResponse(): UpdatedResponse;
|
|
7429
|
+
type UpdatedResponse = {
|
|
7430
|
+
items_not_updated?: number[];
|
|
7431
|
+
message?: string;
|
|
7432
|
+
};
|
|
7736
7433
|
/** @returns {UserCommon} */
|
|
7737
7434
|
declare function UserCommon(): UserCommon;
|
|
7738
7435
|
type UserCommon = {
|