@gofynd/fdk-client-javascript 3.3.3 → 3.3.6
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 +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
- package/sdk/application/Cart/CartApplicationClient.js +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
- package/sdk/application/Content/ContentApplicationClient.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
- package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
- package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
- package/sdk/application/Lead/LeadApplicationClient.js +5 -5
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +47 -47
- package/sdk/application/User/UserApplicationClient.js +47 -47
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
- package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
- package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +57 -3
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +40 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
- package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
- package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
- package/sdk/platform/Cart/CartPlatformModel.d.ts +62 -3
- package/sdk/platform/Cart/CartPlatformModel.js +33 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +89 -82
- package/sdk/platform/Catalog/CatalogPlatformClient.js +121 -85
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +61 -3
- package/sdk/platform/Catalog/CatalogPlatformModel.js +42 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +46 -5
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +21 -4
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
- package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
- package/sdk/platform/Content/ContentPlatformClient.js +40 -40
- package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformModel.js +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
- package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
- package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
- package/sdk/platform/Order/OrderPlatformClient.js +58 -58
- package/sdk/platform/Order/OrderPlatformModel.d.ts +9 -9
- package/sdk/platform/Order/OrderPlatformModel.js +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +85 -3
- package/sdk/platform/Payment/PaymentPlatformModel.js +49 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +59 -3
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +42 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformModel.js +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
- package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +34 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
- package/sdk/public/Content/ContentPublicClient.js +14 -14
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
|
@@ -14,7 +14,7 @@ declare class Catalog {
|
|
|
14
14
|
*
|
|
15
15
|
* @name addCollectionItems
|
|
16
16
|
* @summary: Create items in a collection
|
|
17
|
-
* @description: Adds items to a collection specified by its id - Check out [method documentation](https://
|
|
17
|
+
* @description: Adds items to a collection specified by its id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/addCollectionItems/).
|
|
18
18
|
*/
|
|
19
19
|
addCollectionItems({ id, body, requestHeaders }?: CatalogPlatformApplicationValidator.AddCollectionItemsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CommonResponseSchemaCollection>;
|
|
20
20
|
/**
|
|
@@ -26,7 +26,7 @@ declare class Catalog {
|
|
|
26
26
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
27
27
|
* @name createAppCategoryReturnConfiguration
|
|
28
28
|
* @summary: Create return configuration
|
|
29
|
-
* @description: Create Category level sales channel Return Configuration setttings - Check out [method documentation](https://
|
|
29
|
+
* @description: Create Category level sales channel Return Configuration setttings - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createAppCategoryReturnConfiguration/).
|
|
30
30
|
*/
|
|
31
31
|
createAppCategoryReturnConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateAppCategoryReturnConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
32
32
|
/**
|
|
@@ -38,7 +38,7 @@ declare class Catalog {
|
|
|
38
38
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
39
39
|
* @name createAppReturnConfiguration
|
|
40
40
|
* @summary: Create product return configuration
|
|
41
|
-
* @description: This allows you to configure all return-related settings, such as is_returnable and return window etc. for sales channel level - Check out [method documentation](https://
|
|
41
|
+
* @description: This allows you to configure all return-related settings, such as is_returnable and return window etc. for sales channel level - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createAppReturnConfiguration/).
|
|
42
42
|
*/
|
|
43
43
|
createAppReturnConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateAppReturnConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
44
44
|
/**
|
|
@@ -50,7 +50,7 @@ declare class Catalog {
|
|
|
50
50
|
*
|
|
51
51
|
* @name createCollection
|
|
52
52
|
* @summary: Create a collection
|
|
53
|
-
* @description: Create a collection for a sales channel linked to a company. - Check out [method documentation](https://
|
|
53
|
+
* @description: Create a collection for a sales channel linked to a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createCollection/).
|
|
54
54
|
*/
|
|
55
55
|
createCollection({ body, q, scheduleStatus, type, tags, isActive, pageNo, pageSize, requestHeaders, }?: CatalogPlatformApplicationValidator.CreateCollectionParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CollectionCreateResponseSchema>;
|
|
56
56
|
/**
|
|
@@ -63,7 +63,7 @@ declare class Catalog {
|
|
|
63
63
|
* Success response
|
|
64
64
|
* @name createConfigurationByType
|
|
65
65
|
* @summary: Create configuration
|
|
66
|
-
* @description: Add configuration details based on a specific type in the catalog for a company and an sales channel. - Check out [method documentation](https://
|
|
66
|
+
* @description: Add configuration details based on a specific type in the catalog for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createConfigurationByType/).
|
|
67
67
|
*/
|
|
68
68
|
createConfigurationByType({ type, body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateConfigurationByTypeParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAppCatalogConfiguration>;
|
|
69
69
|
/**
|
|
@@ -76,7 +76,7 @@ declare class Catalog {
|
|
|
76
76
|
* Success response
|
|
77
77
|
* @name createConfigurationProductListing
|
|
78
78
|
* @summary: Create product listing configuration
|
|
79
|
-
* @description: Add configuration for products & listing specific to a company and an sales channel. - Check out [method documentation](https://
|
|
79
|
+
* @description: Add configuration for products & listing specific to a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createConfigurationProductListing/).
|
|
80
80
|
*/
|
|
81
81
|
createConfigurationProductListing({ body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateConfigurationProductListingParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAppCatalogConfiguration>;
|
|
82
82
|
/**
|
|
@@ -90,7 +90,7 @@ declare class Catalog {
|
|
|
90
90
|
*
|
|
91
91
|
* @name createCustomAutocompleteRule
|
|
92
92
|
* @summary: Create autocomplete configurations
|
|
93
|
-
* @description: Create custom autocomplete keyword configurations for a specific sales channel to map any endpoint with these keywords. - Check out [method documentation](https://
|
|
93
|
+
* @description: Create custom autocomplete keyword configurations for a specific sales channel to map any endpoint with these keywords. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createCustomAutocompleteRule/).
|
|
94
94
|
*/
|
|
95
95
|
createCustomAutocompleteRule({ body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateCustomAutocompleteRuleParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CreateAutocompleteWordsResponseSchema>;
|
|
96
96
|
/**
|
|
@@ -102,7 +102,7 @@ declare class Catalog {
|
|
|
102
102
|
* @returns {Promise<CatalogPlatformModel.GetSearchWordsData>} - Success response
|
|
103
103
|
* @name createCustomKeyword
|
|
104
104
|
* @summary: Create search keywords
|
|
105
|
-
* @description: Create a Custom Search Keywords for a specific company and sales channel allows you to map certail conditions with the keywords to give you ultimate results. - Check out [method documentation](https://
|
|
105
|
+
* @description: Create a Custom Search Keywords for a specific company and sales channel allows you to map certail conditions with the keywords to give you ultimate results. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createCustomKeyword/).
|
|
106
106
|
*/
|
|
107
107
|
createCustomKeyword({ body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateCustomKeywordParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetSearchWordsData>;
|
|
108
108
|
/**
|
|
@@ -114,7 +114,7 @@ declare class Catalog {
|
|
|
114
114
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationDetail>} - Success response
|
|
115
115
|
* @name createGroupConfiguration
|
|
116
116
|
* @summary: Create group configuration
|
|
117
|
-
* @description: Create group configuration for a specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
117
|
+
* @description: Create group configuration for a specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createGroupConfiguration/).
|
|
118
118
|
*/
|
|
119
119
|
createGroupConfiguration({ configType, body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateGroupConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.AppConfigurationDetail>;
|
|
120
120
|
/**
|
|
@@ -126,7 +126,7 @@ declare class Catalog {
|
|
|
126
126
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationsSort>} - Success response
|
|
127
127
|
* @name createListingConfiguration
|
|
128
128
|
* @summary: Create listing configuration
|
|
129
|
-
* @description: Add configuration for product catalog listing specific to a company and an sales channel. - Check out [method documentation](https://
|
|
129
|
+
* @description: Add configuration for product catalog listing specific to a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createListingConfiguration/).
|
|
130
130
|
*/
|
|
131
131
|
createListingConfiguration({ configType, body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateListingConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.AppConfigurationsSort>;
|
|
132
132
|
/**
|
|
@@ -140,7 +140,7 @@ declare class Catalog {
|
|
|
140
140
|
*
|
|
141
141
|
* @name createSearchConfiguration
|
|
142
142
|
* @summary: Create search configuration
|
|
143
|
-
* @description: Create search configuration for the catalog for a specific company and sales channel. - Check out [method documentation](https://
|
|
143
|
+
* @description: Create search configuration for the catalog for a specific company and sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createSearchConfiguration/).
|
|
144
144
|
*/
|
|
145
145
|
createSearchConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.CreateSearchConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CreateSearchConfigurationResponseSchema>;
|
|
146
146
|
/**
|
|
@@ -152,7 +152,7 @@ declare class Catalog {
|
|
|
152
152
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
|
|
153
153
|
* @name deleteAppCategoryReturnConfiguration
|
|
154
154
|
* @summary: Delete product return configuration
|
|
155
|
-
* @description: Delete Category level sales channel Return Configuration setttings - Check out [method documentation](https://
|
|
155
|
+
* @description: Delete Category level sales channel Return Configuration setttings - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteAppCategoryReturnConfiguration/).
|
|
156
156
|
*/
|
|
157
157
|
deleteAppCategoryReturnConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.DeleteAppCategoryReturnConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseSchema>;
|
|
158
158
|
/**
|
|
@@ -164,7 +164,7 @@ declare class Catalog {
|
|
|
164
164
|
* @returns {Promise<CatalogPlatformModel.DeleteResponseSchema>} - Success response
|
|
165
165
|
* @name deleteAutocompleteKeyword
|
|
166
166
|
* @summary: Delete autocomplete keyword
|
|
167
|
-
* @description: Delete custom autocomplete keyword configurations for a specific sales channel by its id. - Check out [method documentation](https://
|
|
167
|
+
* @description: Delete custom autocomplete keyword configurations for a specific sales channel by its id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteAutocompleteKeyword/).
|
|
168
168
|
*/
|
|
169
169
|
deleteAutocompleteKeyword({ id, requestHeaders }?: CatalogPlatformApplicationValidator.DeleteAutocompleteKeywordParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.DeleteResponseSchema>;
|
|
170
170
|
/**
|
|
@@ -176,7 +176,7 @@ declare class Catalog {
|
|
|
176
176
|
*
|
|
177
177
|
* @name deleteCollection
|
|
178
178
|
* @summary: Delete a collection
|
|
179
|
-
* @description: Delete a collection by it's id. Returns an object that tells whether the collection was deleted successfully - Check out [method documentation](https://
|
|
179
|
+
* @description: Delete a collection by it's id. Returns an object that tells whether the collection was deleted successfully - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteCollection/).
|
|
180
180
|
*/
|
|
181
181
|
deleteCollection({ id, requestHeaders }?: CatalogPlatformApplicationValidator.DeleteCollectionParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CommonResponseSchemaCollection>;
|
|
182
182
|
/**
|
|
@@ -189,7 +189,7 @@ declare class Catalog {
|
|
|
189
189
|
* Success response
|
|
190
190
|
* @name deleteGroupConfiguration
|
|
191
191
|
* @summary: Delete group configuration
|
|
192
|
-
* @description: Delete group configurations by its slug for a specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
192
|
+
* @description: Delete group configurations by its slug for a specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteGroupConfiguration/).
|
|
193
193
|
*/
|
|
194
194
|
deleteGroupConfiguration({ configType, groupSlug, requestHeaders }?: CatalogPlatformApplicationValidator.DeleteGroupConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ConfigSuccessResponseSchema>;
|
|
195
195
|
/**
|
|
@@ -202,7 +202,7 @@ declare class Catalog {
|
|
|
202
202
|
* Success response
|
|
203
203
|
* @name deleteListingConfiguration
|
|
204
204
|
* @summary: Delete listing configuration
|
|
205
|
-
* @description: Remove a specific product listing configuration by its config_id for a specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
205
|
+
* @description: Remove a specific product listing configuration by its config_id for a specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteListingConfiguration/).
|
|
206
206
|
*/
|
|
207
207
|
deleteListingConfiguration({ configType, configId, requestHeaders }?: CatalogPlatformApplicationValidator.DeleteListingConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ConfigSuccessResponseSchema>;
|
|
208
208
|
/**
|
|
@@ -216,7 +216,7 @@ declare class Catalog {
|
|
|
216
216
|
*
|
|
217
217
|
* @name deleteSearchConfiguration
|
|
218
218
|
* @summary: Delete search configuration
|
|
219
|
-
* @description: Delete Search Configuration for a specific sales channel. - Check out [method documentation](https://
|
|
219
|
+
* @description: Delete Search Configuration for a specific sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteSearchConfiguration/).
|
|
220
220
|
*/
|
|
221
221
|
deleteSearchConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.DeleteSearchConfigurationResponseSchema>;
|
|
222
222
|
/**
|
|
@@ -228,7 +228,7 @@ declare class Catalog {
|
|
|
228
228
|
* @returns {Promise<CatalogPlatformModel.DeleteResponseSchema>} - Success response
|
|
229
229
|
* @name deleteSearchKeywords
|
|
230
230
|
* @summary: Delete search keywords
|
|
231
|
-
* @description: Delete a search keywords by its id for a specific company and sales channel. - Check out [method documentation](https://
|
|
231
|
+
* @description: Delete a search keywords by its id for a specific company and sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteSearchKeywords/).
|
|
232
232
|
*/
|
|
233
233
|
deleteSearchKeywords({ id, requestHeaders }?: CatalogPlatformApplicationValidator.DeleteSearchKeywordsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.DeleteResponseSchema>;
|
|
234
234
|
/**
|
|
@@ -242,7 +242,7 @@ declare class Catalog {
|
|
|
242
242
|
*
|
|
243
243
|
* @name getAllCollections
|
|
244
244
|
* @summary: List collections
|
|
245
|
-
* @description: Retrieve all collections based on criteria such as collection name, schedule status, and active status. - Check out [method documentation](https://
|
|
245
|
+
* @description: Retrieve all collections based on criteria such as collection name, schedule status, and active status. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAllCollections/).
|
|
246
246
|
*/
|
|
247
247
|
getAllCollections({ q, scheduleStatus, type, tags, isActive, pageNo, pageSize, requestHeaders, }?: CatalogPlatformApplicationValidator.GetAllCollectionsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetCollectionListingResponseSchema>;
|
|
248
248
|
/**
|
|
@@ -284,7 +284,7 @@ declare class Catalog {
|
|
|
284
284
|
* Success response
|
|
285
285
|
* @name getAllSearchKeyword
|
|
286
286
|
* @summary: List search keywords
|
|
287
|
-
* @description: Get all custom search keywords for a specific company and sales channel allows you to map certain conditions with the keywords to give you ultimate results. - Check out [method documentation](https://
|
|
287
|
+
* @description: Get all custom search keywords for a specific company and sales channel allows you to map certain conditions with the keywords to give you ultimate results. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAllSearchKeyword/).
|
|
288
288
|
*/
|
|
289
289
|
getAllSearchKeyword({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetSearchWordsResponseSchema>;
|
|
290
290
|
/**
|
|
@@ -298,7 +298,7 @@ declare class Catalog {
|
|
|
298
298
|
*
|
|
299
299
|
* @name getAppCategoryReturnConfig
|
|
300
300
|
* @summary: Get category return configuration
|
|
301
|
-
* @description: Get all category level configuration level set for an sales channel. - Check out [method documentation](https://
|
|
301
|
+
* @description: Get all category level configuration level set for an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAppCategoryReturnConfig/).
|
|
302
302
|
*/
|
|
303
303
|
getAppCategoryReturnConfig({ q, pageNo, pageSize, requestHeaders }?: CatalogPlatformApplicationValidator.GetAppCategoryReturnConfigParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.BaseAppCategoryReturnConfigResponseSchema>;
|
|
304
304
|
/**
|
|
@@ -309,7 +309,7 @@ declare class Catalog {
|
|
|
309
309
|
* Success response
|
|
310
310
|
* @name getAppInventory
|
|
311
311
|
* @summary: List sales channel inventory
|
|
312
|
-
* @description: Retrieve inventory data related to the sales channel. this can be used to get the Inventory status of products. - Check out [method documentation](https://
|
|
312
|
+
* @description: Retrieve inventory data related to the sales channel. this can be used to get the Inventory status of products. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAppInventory/).
|
|
313
313
|
*/
|
|
314
314
|
getAppInventory({ itemIds, storeIds, brandIds, sellerIdentifiers, timestamp, pageSize, pageId, qtyGt, qtyLt, qtyType, fromDate, toDate, requestHeaders, }?: CatalogPlatformApplicationValidator.GetAppInventoryParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.InventoryStockResponseSchema>;
|
|
315
315
|
/**
|
|
@@ -319,7 +319,7 @@ declare class Catalog {
|
|
|
319
319
|
* @returns {Promise<CatalogPlatformModel.LocationListSchema>} - Success response
|
|
320
320
|
* @name getAppLocations
|
|
321
321
|
* @summary: List sales channels
|
|
322
|
-
* @description: Retrieve all stores associated with a sales channel, with support for searching by store name and filtering by store type and status. - Check out [method documentation](https://
|
|
322
|
+
* @description: Retrieve all stores associated with a sales channel, with support for searching by store name and filtering by store type and status. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAppLocations/).
|
|
323
323
|
*/
|
|
324
324
|
getAppLocations({ storeType, uid, q, stage, pageNo, pageSize, tags, storeTypes, requestHeaders, }?: CatalogPlatformApplicationValidator.GetAppLocationsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.LocationListSchema>;
|
|
325
325
|
/**
|
|
@@ -362,7 +362,7 @@ declare class Catalog {
|
|
|
362
362
|
* Success response
|
|
363
363
|
* @name getAppProduct
|
|
364
364
|
* @summary: Get sales channel product
|
|
365
|
-
* @description: Retrieve sales channel product details by its item_id and depending upon filters sent in request. - Check out [method documentation](https://
|
|
365
|
+
* @description: Retrieve sales channel product details by its item_id and depending upon filters sent in request. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAppProduct/).
|
|
366
366
|
*/
|
|
367
367
|
getAppProduct({ itemId, requestHeaders }?: CatalogPlatformApplicationValidator.GetAppProductParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.OwnerAppItemResponseSchema>;
|
|
368
368
|
/**
|
|
@@ -374,7 +374,7 @@ declare class Catalog {
|
|
|
374
374
|
*
|
|
375
375
|
* @name getAppProducts
|
|
376
376
|
* @summary: List sales channel products
|
|
377
|
-
* @description: Retrieve products specific to the sales channel, with filtering options available for brand, category, department, tags, item IDs, product name, and pagination support - Check out [method documentation](https://
|
|
377
|
+
* @description: Retrieve products specific to the sales channel, with filtering options available for brand, category, department, tags, item IDs, product name, and pagination support - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAppProducts/).
|
|
378
378
|
*/
|
|
379
379
|
getAppProducts({ brandIds, categoryIds, departmentIds, tags, itemIds, pageNo, pageSize, q, requestHeaders, }?: CatalogPlatformApplicationValidator.GetAppProductsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.RawProductListingResponseSchema>;
|
|
380
380
|
/**
|
|
@@ -418,7 +418,7 @@ declare class Catalog {
|
|
|
418
418
|
* Success response
|
|
419
419
|
* @name getAppReturnConfiguration
|
|
420
420
|
* @summary: Get product-return configuration
|
|
421
|
-
* @description: Get Product Return configuration set at an sales channel level - Check out [method documentation](https://
|
|
421
|
+
* @description: Get Product Return configuration set at an sales channel level - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAppReturnConfiguration/).
|
|
422
422
|
*/
|
|
423
423
|
getAppReturnConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.AppReturnConfigResponseSchema>;
|
|
424
424
|
/**
|
|
@@ -431,7 +431,7 @@ declare class Catalog {
|
|
|
431
431
|
* Success response
|
|
432
432
|
* @name getApplicationBrandListing
|
|
433
433
|
* @summary: List sales channel brands
|
|
434
|
-
* @description: Retrieve brand listings related to the sales channel. A brand is the name under which a product is being sold - Check out [method documentation](https://
|
|
434
|
+
* @description: Retrieve brand listings related to the sales channel. A brand is the name under which a product is being sold - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationBrandListing/).
|
|
435
435
|
*/
|
|
436
436
|
getApplicationBrandListing({ pageNo, pageSize, q, requestHeaders }?: CatalogPlatformApplicationValidator.GetApplicationBrandListingParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ApplicationBrandListingSchema>;
|
|
437
437
|
/**
|
|
@@ -464,7 +464,7 @@ declare class Catalog {
|
|
|
464
464
|
* Success response
|
|
465
465
|
* @name getApplicationBrands
|
|
466
466
|
* @summary: List brands
|
|
467
|
-
* @description: List all the brands. - Check out [method documentation](https://
|
|
467
|
+
* @description: List all the brands. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationBrands/).
|
|
468
468
|
*/
|
|
469
469
|
getApplicationBrands({ department, pageNo, pageSize, q, brandId, requestHeaders }?: CatalogPlatformApplicationValidator.GetApplicationBrandsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.BrandListingResponseSchema>;
|
|
470
470
|
/**
|
|
@@ -506,7 +506,7 @@ declare class Catalog {
|
|
|
506
506
|
*
|
|
507
507
|
* @name getApplicationCategoryListing
|
|
508
508
|
* @summary: List sales channel categories
|
|
509
|
-
* @description: Retrieve category listings related to the sales channel , with the ability to filter results based on department ,category names etc. - Check out [method documentation](https://
|
|
509
|
+
* @description: Retrieve category listings related to the sales channel , with the ability to filter results based on department ,category names etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationCategoryListing/).
|
|
510
510
|
*/
|
|
511
511
|
getApplicationCategoryListing({ departmentId, pageNo, pageSize, q, requestHeaders }?: CatalogPlatformApplicationValidator.GetApplicationCategoryListingParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ApplicationCategoryListingSchema>;
|
|
512
512
|
/**
|
|
@@ -543,7 +543,7 @@ declare class Catalog {
|
|
|
543
543
|
*
|
|
544
544
|
* @name getApplicationDepartmentListing
|
|
545
545
|
* @summary: List sales channel departments
|
|
546
|
-
* @description: Retrieve department listings related to the sales channel. Departments are used to categorize similar products, and you can filter the results based on department names - Check out [method documentation](https://
|
|
546
|
+
* @description: Retrieve department listings related to the sales channel. Departments are used to categorize similar products, and you can filter the results based on department names - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationDepartmentListing/).
|
|
547
547
|
*/
|
|
548
548
|
getApplicationDepartmentListing({ pageNo, pageSize, q, requestHeaders }?: CatalogPlatformApplicationValidator.GetApplicationDepartmentListingParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ApplicationDepartmentListingResponseSchema>;
|
|
549
549
|
/**
|
|
@@ -577,7 +577,7 @@ declare class Catalog {
|
|
|
577
577
|
*
|
|
578
578
|
* @name getApplicationFilterKeys
|
|
579
579
|
* @summary: List filter keys
|
|
580
|
-
* @description: Retrieve the details of all applicable product filters, such as Color, Brand, and Category, indicating the criteria keys where filters can be applied. - Check out [method documentation](https://
|
|
580
|
+
* @description: Retrieve the details of all applicable product filters, such as Color, Brand, and Category, indicating the criteria keys where filters can be applied. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationFilterKeys/).
|
|
581
581
|
*/
|
|
582
582
|
getApplicationFilterKeys({ c, requestHeaders }?: CatalogPlatformApplicationValidator.GetApplicationFilterKeysParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetQueryFiltersKeysResponseSchema>;
|
|
583
583
|
/**
|
|
@@ -592,7 +592,7 @@ declare class Catalog {
|
|
|
592
592
|
* @name getApplicationFilterValues
|
|
593
593
|
* @summary: List product filters
|
|
594
594
|
* @description: This API is designed to retrieve the filter values for all available options within the selected filter, such as "red" for color.
|
|
595
|
-
* - Check out [method documentation](https://
|
|
595
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationFilterValues/).
|
|
596
596
|
*/
|
|
597
597
|
getApplicationFilterValues({ filterKey, c, collectionId, pageNo, pageSize, q, requestHeaders }?: CatalogPlatformApplicationValidator.GetApplicationFilterValuesParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetQueryFiltersValuesResponseSchema>;
|
|
598
598
|
/**
|
|
@@ -606,7 +606,7 @@ declare class Catalog {
|
|
|
606
606
|
*
|
|
607
607
|
* @name getApplicationProducts
|
|
608
608
|
* @summary: List sales channel products
|
|
609
|
-
* @description: Retrieve products associated with the sales channel. List all the products associated with a brand, collection or category in a requested sort order. - Check out [method documentation](https://
|
|
609
|
+
* @description: Retrieve products associated with the sales channel. List all the products associated with a brand, collection or category in a requested sort order. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationProducts/).
|
|
610
610
|
*/
|
|
611
611
|
getApplicationProducts({ q, f, c, filters, isDependent, sortOn, pageId, pageSize, pageNo, pageType, itemIds, requestHeaders, }?: CatalogPlatformApplicationValidator.GetApplicationProductsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ApplicationProductListingResponseSchema>;
|
|
612
612
|
/**
|
|
@@ -662,7 +662,7 @@ declare class Catalog {
|
|
|
662
662
|
*
|
|
663
663
|
* @name getAutocompleteConfig
|
|
664
664
|
* @summary: Get autocomplete configuration
|
|
665
|
-
* @description: Get custom autocomplete keyword configuration for a specific sales channel which allows you to map any endpoint with these keywords to give you the ultimate suggestion results. - Check out [method documentation](https://
|
|
665
|
+
* @description: Get custom autocomplete keyword configuration for a specific sales channel which allows you to map any endpoint with these keywords to give you the ultimate suggestion results. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAutocompleteConfig/).
|
|
666
666
|
*/
|
|
667
667
|
getAutocompleteConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAutocompleteWordsResponseSchema>;
|
|
668
668
|
/**
|
|
@@ -676,7 +676,7 @@ declare class Catalog {
|
|
|
676
676
|
*
|
|
677
677
|
* @name getAutocompleteKeywordDetail
|
|
678
678
|
* @summary: Get autocomplete keyword
|
|
679
|
-
* @description: Retrieve detailed information about a specific autocomplete keyword for a specific sales channel by its id. - Check out [method documentation](https://
|
|
679
|
+
* @description: Retrieve detailed information about a specific autocomplete keyword for a specific sales channel by its id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAutocompleteKeywordDetail/).
|
|
680
680
|
*/
|
|
681
681
|
getAutocompleteKeywordDetail({ id, requestHeaders }?: CatalogPlatformApplicationValidator.GetAutocompleteKeywordDetailParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAutocompleteWordsResponseSchema>;
|
|
682
682
|
/**
|
|
@@ -690,7 +690,7 @@ declare class Catalog {
|
|
|
690
690
|
*
|
|
691
691
|
* @name getCatalogConfiguration
|
|
692
692
|
* @summary: Get catalog configuration meta data
|
|
693
|
-
* @description: Retrieve configuration meta data for the catalog specific to a company and an sales channel. - Check out [method documentation](https://
|
|
693
|
+
* @description: Retrieve configuration meta data for the catalog specific to a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCatalogConfiguration/).
|
|
694
694
|
*/
|
|
695
695
|
getCatalogConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetCatalogConfigurationMetaData>;
|
|
696
696
|
/**
|
|
@@ -703,7 +703,7 @@ declare class Catalog {
|
|
|
703
703
|
* Success response
|
|
704
704
|
* @name getCatalogInsights
|
|
705
705
|
* @summary: Get catalog counts
|
|
706
|
-
* @description: Retrieve the count of catalog related data like products, brands, departments and categories that have been made live as per configuration of the sales channel. - Check out [method documentation](https://
|
|
706
|
+
* @description: Retrieve the count of catalog related data like products, brands, departments and categories that have been made live as per configuration of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCatalogInsights/).
|
|
707
707
|
*/
|
|
708
708
|
getCatalogInsights({ brand, requestHeaders }?: CatalogPlatformApplicationValidator.GetCatalogInsightsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CatalogInsightResponseSchema>;
|
|
709
709
|
/**
|
|
@@ -714,7 +714,7 @@ declare class Catalog {
|
|
|
714
714
|
* Success response
|
|
715
715
|
* @name getCategories
|
|
716
716
|
* @summary: List categories
|
|
717
|
-
* @description: Retrieve a list of categories associated to company and sales channel. user can filter on departments. - Check out [method documentation](https://
|
|
717
|
+
* @description: Retrieve a list of categories associated to company and sales channel. user can filter on departments. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCategories/).
|
|
718
718
|
*/
|
|
719
719
|
getCategories({ department, requestHeaders }?: CatalogPlatformApplicationValidator.GetCategoriesParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.CategoryListingResponseSchema>;
|
|
720
720
|
/**
|
|
@@ -728,7 +728,7 @@ declare class Catalog {
|
|
|
728
728
|
*
|
|
729
729
|
* @name getCollectionDetail
|
|
730
730
|
* @summary: Get a collection
|
|
731
|
-
* @description: Get the details of a collection by its slug. - Check out [method documentation](https://
|
|
731
|
+
* @description: Get the details of a collection by its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCollectionDetail/).
|
|
732
732
|
*/
|
|
733
733
|
getCollectionDetail({ slug, requestHeaders }?: CatalogPlatformApplicationValidator.GetCollectionDetailParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetCollectionDetailResponseSchema>;
|
|
734
734
|
/**
|
|
@@ -742,7 +742,7 @@ declare class Catalog {
|
|
|
742
742
|
*
|
|
743
743
|
* @name getCollectionItems
|
|
744
744
|
* @summary: List items of collection
|
|
745
|
-
* @description: Get items from a collection specified by its id. - Check out [method documentation](https://
|
|
745
|
+
* @description: Get items from a collection specified by its id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCollectionItems/).
|
|
746
746
|
*/
|
|
747
747
|
getCollectionItems({ id, sortOn, pageId, pageSize, pageNo, requestHeaders }?: CatalogPlatformApplicationValidator.GetCollectionItemsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetCollectionItemsResponseSchema>;
|
|
748
748
|
/**
|
|
@@ -756,7 +756,7 @@ declare class Catalog {
|
|
|
756
756
|
*
|
|
757
757
|
* @name getConfigurationByType
|
|
758
758
|
* @summary: Get configuration
|
|
759
|
-
* @description: Retrieve configuration details based on a specific type in the catalog for a company and an sales channel. - Check out [method documentation](https://
|
|
759
|
+
* @description: Retrieve configuration details based on a specific type in the catalog for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getConfigurationByType/).
|
|
760
760
|
*/
|
|
761
761
|
getConfigurationByType({ type, requestHeaders }?: CatalogPlatformApplicationValidator.GetConfigurationByTypeParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAppCatalogEntityConfiguration>;
|
|
762
762
|
/**
|
|
@@ -770,7 +770,7 @@ declare class Catalog {
|
|
|
770
770
|
*
|
|
771
771
|
* @name getConfigurationMetadata
|
|
772
772
|
* @summary: Get configuration metadata
|
|
773
|
-
* @description: Retrieve the configuraion metadata details for specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
773
|
+
* @description: Retrieve the configuraion metadata details for specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getConfigurationMetadata/).
|
|
774
774
|
*/
|
|
775
775
|
getConfigurationMetadata({ configType, templateSlug, pageNo, pageSize, q, requestHeaders }?: CatalogPlatformApplicationValidator.GetConfigurationMetadataParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetConfigMetadataResponseSchema>;
|
|
776
776
|
/**
|
|
@@ -783,7 +783,7 @@ declare class Catalog {
|
|
|
783
783
|
* Success response
|
|
784
784
|
* @name getConfigurations
|
|
785
785
|
* @summary: Get product configurations
|
|
786
|
-
* @description: Retrieve a detailed configurations for product catalog specific to a company and an sales channel. - Check out [method documentation](https://
|
|
786
|
+
* @description: Retrieve a detailed configurations for product catalog specific to a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getConfigurations/).
|
|
787
787
|
*/
|
|
788
788
|
getConfigurations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAppCatalogConfiguration>;
|
|
789
789
|
/**
|
|
@@ -794,7 +794,7 @@ declare class Catalog {
|
|
|
794
794
|
* Success response
|
|
795
795
|
* @name getDepartments
|
|
796
796
|
* @summary: List departments
|
|
797
|
-
* @description: Retrieve a list of departments associated with a comapny and sales channel. - Check out [method documentation](https://
|
|
797
|
+
* @description: Retrieve a list of departments associated with a comapny and sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getDepartments/).
|
|
798
798
|
*/
|
|
799
799
|
getDepartments({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.DepartmentResponseSchema>;
|
|
800
800
|
/**
|
|
@@ -808,7 +808,7 @@ declare class Catalog {
|
|
|
808
808
|
*
|
|
809
809
|
* @name getDiscountedInventoryBySizeIdentifier
|
|
810
810
|
* @summary: Get discounted inventory
|
|
811
|
-
* @description: Allows to retrieve Inventory data for particular company grouped by size and store. - Check out [method documentation](https://
|
|
811
|
+
* @description: Allows to retrieve Inventory data for particular company grouped by size and store. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getDiscountedInventoryBySizeIdentifier/).
|
|
812
812
|
*/
|
|
813
813
|
getDiscountedInventoryBySizeIdentifier({ itemId, sizeIdentifier, pageNo, pageSize, locationIds, requestHeaders, }?: CatalogPlatformApplicationValidator.GetDiscountedInventoryBySizeIdentifierParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ApplicationInventorySellerIdentifierResponsePaginated>;
|
|
814
814
|
/**
|
|
@@ -845,7 +845,7 @@ declare class Catalog {
|
|
|
845
845
|
* @returns {Promise<CatalogPlatformModel.GetConfigResponseSchema>} - Success response
|
|
846
846
|
* @name getGroupConfigurations
|
|
847
847
|
* @summary: Get group configurations
|
|
848
|
-
* @description: Retrieve the details of product group configurations based on config types for a company and an sales channel. - Check out [method documentation](https://
|
|
848
|
+
* @description: Retrieve the details of product group configurations based on config types for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getGroupConfigurations/).
|
|
849
849
|
*/
|
|
850
850
|
getGroupConfigurations({ configType, pageNo, pageSize, search, templateSlug, requestHeaders }?: CatalogPlatformApplicationValidator.GetGroupConfigurationsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetConfigResponseSchema>;
|
|
851
851
|
/**
|
|
@@ -857,7 +857,7 @@ declare class Catalog {
|
|
|
857
857
|
* @returns {Promise<CatalogPlatformModel.GetConfigResponseSchema>} - Success response
|
|
858
858
|
* @name getListingConfigurations
|
|
859
859
|
* @summary: Get listing configurations
|
|
860
|
-
* @description: Retrieve product listing configurations based on specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
860
|
+
* @description: Retrieve product listing configurations based on specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getListingConfigurations/).
|
|
861
861
|
*/
|
|
862
862
|
getListingConfigurations({ configType, pageNo, pageSize, search, requestHeaders }?: CatalogPlatformApplicationValidator.GetListingConfigurationsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetConfigResponseSchema>;
|
|
863
863
|
/**
|
|
@@ -869,7 +869,7 @@ declare class Catalog {
|
|
|
869
869
|
* @returns {Promise<CatalogPlatformModel.ProductDetail>} - Success response
|
|
870
870
|
* @name getProductDetailBySlug
|
|
871
871
|
* @summary: Get product details
|
|
872
|
-
* @description: Retrieve detailed product information using a product slug. - Check out [method documentation](https://
|
|
872
|
+
* @description: Retrieve detailed product information using a product slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductDetailBySlug/).
|
|
873
873
|
*/
|
|
874
874
|
getProductDetailBySlug({ slug, requestHeaders }?: CatalogPlatformApplicationValidator.GetProductDetailBySlugParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ProductDetail>;
|
|
875
875
|
/**
|
|
@@ -880,7 +880,7 @@ declare class Catalog {
|
|
|
880
880
|
* Success response
|
|
881
881
|
* @name getQueryFilters
|
|
882
882
|
* @summary: Get collection query filters
|
|
883
|
-
* @description: Retrieve query filters to configure a collection for a company and a sales channel. - Check out [method documentation](https://
|
|
883
|
+
* @description: Retrieve query filters to configure a collection for a company and a sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getQueryFilters/).
|
|
884
884
|
*/
|
|
885
885
|
getQueryFilters({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetQueryFiltersResponseSchema>;
|
|
886
886
|
/**
|
|
@@ -894,7 +894,7 @@ declare class Catalog {
|
|
|
894
894
|
*
|
|
895
895
|
* @name getSearchConfiguration
|
|
896
896
|
* @summary: Get Search configuration
|
|
897
|
-
* @description: Get search configuration for a specific company and sales channel. - Check out [method documentation](https://
|
|
897
|
+
* @description: Get search configuration for a specific company and sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getSearchConfiguration/).
|
|
898
898
|
*/
|
|
899
899
|
getSearchConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetSearchConfigurationResponseSchema>;
|
|
900
900
|
/**
|
|
@@ -908,7 +908,7 @@ declare class Catalog {
|
|
|
908
908
|
*
|
|
909
909
|
* @name getSearchKeywords
|
|
910
910
|
* @summary: Get search keywords
|
|
911
|
-
* @description: Retrieve a list of a specific list of keywords by its id for a specific company and sales channel. - Check out [method documentation](https://
|
|
911
|
+
* @description: Retrieve a list of a specific list of keywords by its id for a specific company and sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getSearchKeywords/).
|
|
912
912
|
*/
|
|
913
913
|
getSearchKeywords({ id, requestHeaders }?: CatalogPlatformApplicationValidator.GetSearchKeywordsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetSearchWordsDetailResponseSchema>;
|
|
914
914
|
/**
|
|
@@ -921,7 +921,7 @@ declare class Catalog {
|
|
|
921
921
|
* Success response
|
|
922
922
|
* @name updateAllowSingle
|
|
923
923
|
* @summary: Update 'Allow Single' setting
|
|
924
|
-
* @description: Modify allow single flag for filters of the sales channel for a company and an sales channel. - Check out [method documentation](https://
|
|
924
|
+
* @description: Modify allow single flag for filters of the sales channel for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAllowSingle/).
|
|
925
925
|
*/
|
|
926
926
|
updateAllowSingle({ body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAllowSingleParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ConfigSuccessResponseSchema>;
|
|
927
927
|
/**
|
|
@@ -931,7 +931,7 @@ declare class Catalog {
|
|
|
931
931
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
932
932
|
* @name updateAppBrand
|
|
933
933
|
* @summary: Update sales channel brand
|
|
934
|
-
* @description: Modify data associated to the brand for that particular sales channel. - Check out [method documentation](https://
|
|
934
|
+
* @description: Modify data associated to the brand for that particular sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppBrand/).
|
|
935
935
|
*/
|
|
936
936
|
updateAppBrand({ brandUid, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppBrandParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
937
937
|
/**
|
|
@@ -943,7 +943,7 @@ declare class Catalog {
|
|
|
943
943
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
944
944
|
* @name updateAppCategory
|
|
945
945
|
* @summary: Update sales channel category
|
|
946
|
-
* @description: Modify category data related to the sales channel . - Check out [method documentation](https://
|
|
946
|
+
* @description: Modify category data related to the sales channel . - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppCategory/).
|
|
947
947
|
*/
|
|
948
948
|
updateAppCategory({ categoryUid, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppCategoryParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
949
949
|
/**
|
|
@@ -955,7 +955,7 @@ declare class Catalog {
|
|
|
955
955
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
|
|
956
956
|
* @name updateAppCategoryReturnConfiguration
|
|
957
957
|
* @summary: Update return Configuration
|
|
958
|
-
* @description: Update Category level sales channel Return Configuration setttings - Check out [method documentation](https://
|
|
958
|
+
* @description: Update Category level sales channel Return Configuration setttings - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppCategoryReturnConfiguration/).
|
|
959
959
|
*/
|
|
960
960
|
updateAppCategoryReturnConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppCategoryReturnConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseSchema>;
|
|
961
961
|
/**
|
|
@@ -967,7 +967,7 @@ declare class Catalog {
|
|
|
967
967
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
968
968
|
* @name updateAppDepartment
|
|
969
969
|
* @summary: Update sales channel department
|
|
970
|
-
* @description: Modify department data associated to the sales channel. - Check out [method documentation](https://
|
|
970
|
+
* @description: Modify department data associated to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppDepartment/).
|
|
971
971
|
*/
|
|
972
972
|
updateAppDepartment({ departmentUid, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppDepartmentParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
973
973
|
/**
|
|
@@ -979,7 +979,7 @@ declare class Catalog {
|
|
|
979
979
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
980
980
|
* @name updateAppLocation
|
|
981
981
|
* @summary: Update sales channel location
|
|
982
|
-
* @description: Modify location data related to the sales channel. - Check out [method documentation](https://
|
|
982
|
+
* @description: Modify location data related to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppLocation/).
|
|
983
983
|
*/
|
|
984
984
|
updateAppLocation({ storeUid, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppLocationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
985
985
|
/**
|
|
@@ -989,7 +989,7 @@ declare class Catalog {
|
|
|
989
989
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
990
990
|
* @name updateAppProduct
|
|
991
991
|
* @summary: Update sales channel product
|
|
992
|
-
* @description: Allows to update data associated to a item by its item_id for a sales channel. - Check out [method documentation](https://
|
|
992
|
+
* @description: Allows to update data associated to a item by its item_id for a sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppProduct/).
|
|
993
993
|
*/
|
|
994
994
|
updateAppProduct({ itemId, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppProductParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
995
995
|
/**
|
|
@@ -1001,7 +1001,7 @@ declare class Catalog {
|
|
|
1001
1001
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
1002
1002
|
* @name updateAppReturnConfiguration
|
|
1003
1003
|
* @summary: Update product return configuration
|
|
1004
|
-
* @description: Update Return configuration level set for an sales channel. - Check out [method documentation](https://
|
|
1004
|
+
* @description: Update Return configuration level set for an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppReturnConfiguration/).
|
|
1005
1005
|
*/
|
|
1006
1006
|
updateAppReturnConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAppReturnConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.SuccessResponseObject>;
|
|
1007
1007
|
/**
|
|
@@ -1015,7 +1015,7 @@ declare class Catalog {
|
|
|
1015
1015
|
*
|
|
1016
1016
|
* @name updateAutocompleteKeyword
|
|
1017
1017
|
* @summary: Update autocomplete keyword
|
|
1018
|
-
* @description: Update a specific autocomplete keyword configuration by its id for a specific sales channel. - Check out [method documentation](https://
|
|
1018
|
+
* @description: Update a specific autocomplete keyword configuration by its id for a specific sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAutocompleteKeyword/).
|
|
1019
1019
|
*/
|
|
1020
1020
|
updateAutocompleteKeyword({ id, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateAutocompleteKeywordParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetAutocompleteWordsResponseSchema>;
|
|
1021
1021
|
/**
|
|
@@ -1025,7 +1025,7 @@ declare class Catalog {
|
|
|
1025
1025
|
* @returns {Promise<CatalogPlatformModel.UpdateCollection>} - Success response
|
|
1026
1026
|
* @name updateCollection
|
|
1027
1027
|
* @summary: Update a collection
|
|
1028
|
-
* @description: Update a collection by it's id. On successful request, returns the updated collection - Check out [method documentation](https://
|
|
1028
|
+
* @description: Update a collection by it's id. On successful request, returns the updated collection - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateCollection/).
|
|
1029
1029
|
*/
|
|
1030
1030
|
updateCollection({ id, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateCollectionParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.UpdateCollection>;
|
|
1031
1031
|
/**
|
|
@@ -1038,7 +1038,7 @@ declare class Catalog {
|
|
|
1038
1038
|
* Success response
|
|
1039
1039
|
* @name updateDefaultSort
|
|
1040
1040
|
* @summary: Update default sorting
|
|
1041
|
-
* @description: Modify the default sort key configuration for a company and an sales channel. - Check out [method documentation](https://
|
|
1041
|
+
* @description: Modify the default sort key configuration for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateDefaultSort/).
|
|
1042
1042
|
*/
|
|
1043
1043
|
updateDefaultSort({ body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateDefaultSortParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.ConfigSuccessResponseSchema>;
|
|
1044
1044
|
/**
|
|
@@ -1050,7 +1050,7 @@ declare class Catalog {
|
|
|
1050
1050
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationDetail>} - Success response
|
|
1051
1051
|
* @name updateGroupConfiguration
|
|
1052
1052
|
* @summary: Update group configuration
|
|
1053
|
-
* @description: Modify group configurations by its slug for specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
1053
|
+
* @description: Modify group configurations by its slug for specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateGroupConfiguration/).
|
|
1054
1054
|
*/
|
|
1055
1055
|
updateGroupConfiguration({ configType, groupSlug, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateGroupConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.AppConfigurationDetail>;
|
|
1056
1056
|
/**
|
|
@@ -1062,7 +1062,7 @@ declare class Catalog {
|
|
|
1062
1062
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationsSort>} - Success response
|
|
1063
1063
|
* @name updateListingConfiguration
|
|
1064
1064
|
* @summary: Update listing configuration
|
|
1065
|
-
* @description: Modify a specific product listing configuration by its config_id for a specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
1065
|
+
* @description: Modify a specific product listing configuration by its config_id for a specific config_type for a company and an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateListingConfiguration/).
|
|
1066
1066
|
*/
|
|
1067
1067
|
updateListingConfiguration({ configType, configId, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateListingConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.AppConfigurationsSort>;
|
|
1068
1068
|
/**
|
|
@@ -1076,7 +1076,7 @@ declare class Catalog {
|
|
|
1076
1076
|
*
|
|
1077
1077
|
* @name updateSearchConfiguration
|
|
1078
1078
|
* @summary: Update search configuration
|
|
1079
|
-
* @description: Allows you to modify searchable attributes for an sales channel. searchable attributes are the fields on which the products are searched. - Check out [method documentation](https://
|
|
1079
|
+
* @description: Allows you to modify searchable attributes for an sales channel. searchable attributes are the fields on which the products are searched. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateSearchConfiguration/).
|
|
1080
1080
|
*/
|
|
1081
1081
|
updateSearchConfiguration({ body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateSearchConfigurationParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.UpdateSearchConfigurationResponseSchema>;
|
|
1082
1082
|
/**
|
|
@@ -1088,7 +1088,7 @@ declare class Catalog {
|
|
|
1088
1088
|
* @returns {Promise<CatalogPlatformModel.GetSearchWordsData>} - Success response
|
|
1089
1089
|
* @name updateSearchKeywords
|
|
1090
1090
|
* @summary: Update search keywords
|
|
1091
|
-
* @description: Update a specific search keyword by its id for a specific company and sales channel. - Check out [method documentation](https://
|
|
1091
|
+
* @description: Update a specific search keyword by its id for a specific company and sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateSearchKeywords/).
|
|
1092
1092
|
*/
|
|
1093
1093
|
updateSearchKeywords({ id, body, requestHeaders }?: CatalogPlatformApplicationValidator.UpdateSearchKeywordsParam, { responseHeaders }?: object): Promise<CatalogPlatformModel.GetSearchWordsData>;
|
|
1094
1094
|
}
|