@gofynd/fdk-client-javascript 3.3.5 → 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 +2 -2
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +1 -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 +41 -3
- package/sdk/platform/Cart/CartPlatformModel.js +24 -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 +77 -77
- package/sdk/platform/Catalog/CatalogPlatformClient.js +77 -77
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +56 -3
- package/sdk/platform/Catalog/CatalogPlatformModel.js +40 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +2 -2
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +2 -2
- 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 +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +1 -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 +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1 -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
|
@@ -26,7 +26,7 @@ class Catalog {
|
|
|
26
26
|
*
|
|
27
27
|
* @name addCollectionItems
|
|
28
28
|
* @summary: Create items in a collection
|
|
29
|
-
* @description: Adds items to a collection specified by its id - Check out [method documentation](https://
|
|
29
|
+
* @description: Adds items to a collection specified by its id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/addCollectionItems/).
|
|
30
30
|
*/
|
|
31
31
|
async addCollectionItems(
|
|
32
32
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -109,7 +109,7 @@ class Catalog {
|
|
|
109
109
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
110
110
|
* @name createAppCategoryReturnConfiguration
|
|
111
111
|
* @summary: Create return configuration
|
|
112
|
-
* @description: Create Category level sales channel Return Configuration setttings - Check out [method documentation](https://
|
|
112
|
+
* @description: Create Category level sales channel Return Configuration setttings - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createAppCategoryReturnConfiguration/).
|
|
113
113
|
*/
|
|
114
114
|
async createAppCategoryReturnConfiguration(
|
|
115
115
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -190,7 +190,7 @@ class Catalog {
|
|
|
190
190
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
191
191
|
* @name createAppReturnConfiguration
|
|
192
192
|
* @summary: Create product return configuration
|
|
193
|
-
* @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://
|
|
193
|
+
* @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/).
|
|
194
194
|
*/
|
|
195
195
|
async createAppReturnConfiguration(
|
|
196
196
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -271,7 +271,7 @@ class Catalog {
|
|
|
271
271
|
*
|
|
272
272
|
* @name createCollection
|
|
273
273
|
* @summary: Create a collection
|
|
274
|
-
* @description: Create a collection for a sales channel linked to a company. - Check out [method documentation](https://
|
|
274
|
+
* @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/).
|
|
275
275
|
*/
|
|
276
276
|
async createCollection(
|
|
277
277
|
{
|
|
@@ -384,7 +384,7 @@ class Catalog {
|
|
|
384
384
|
* Success response
|
|
385
385
|
* @name createConfigurationByType
|
|
386
386
|
* @summary: Create configuration
|
|
387
|
-
* @description: Add configuration details based on a specific type in the catalog for a company and an sales channel. - Check out [method documentation](https://
|
|
387
|
+
* @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/).
|
|
388
388
|
*/
|
|
389
389
|
async createConfigurationByType(
|
|
390
390
|
{ type, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -468,7 +468,7 @@ class Catalog {
|
|
|
468
468
|
* Success response
|
|
469
469
|
* @name createConfigurationProductListing
|
|
470
470
|
* @summary: Create product listing configuration
|
|
471
|
-
* @description: Add configuration for products & listing specific to a company and an sales channel. - Check out [method documentation](https://
|
|
471
|
+
* @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/).
|
|
472
472
|
*/
|
|
473
473
|
async createConfigurationProductListing(
|
|
474
474
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -551,7 +551,7 @@ class Catalog {
|
|
|
551
551
|
*
|
|
552
552
|
* @name createCustomAutocompleteRule
|
|
553
553
|
* @summary: Create autocomplete configurations
|
|
554
|
-
* @description: Create custom autocomplete keyword configurations for a specific sales channel to map any endpoint with these keywords. - Check out [method documentation](https://
|
|
554
|
+
* @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/).
|
|
555
555
|
*/
|
|
556
556
|
async createCustomAutocompleteRule(
|
|
557
557
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -632,7 +632,7 @@ class Catalog {
|
|
|
632
632
|
* @returns {Promise<CatalogPlatformModel.GetSearchWordsData>} - Success response
|
|
633
633
|
* @name createCustomKeyword
|
|
634
634
|
* @summary: Create search keywords
|
|
635
|
-
* @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://
|
|
635
|
+
* @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/).
|
|
636
636
|
*/
|
|
637
637
|
async createCustomKeyword(
|
|
638
638
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -713,7 +713,7 @@ class Catalog {
|
|
|
713
713
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationDetail>} - Success response
|
|
714
714
|
* @name createGroupConfiguration
|
|
715
715
|
* @summary: Create group configuration
|
|
716
|
-
* @description: Create group configuration for a specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
716
|
+
* @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/).
|
|
717
717
|
*/
|
|
718
718
|
async createGroupConfiguration(
|
|
719
719
|
{ configType, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -796,7 +796,7 @@ class Catalog {
|
|
|
796
796
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationsSort>} - Success response
|
|
797
797
|
* @name createListingConfiguration
|
|
798
798
|
* @summary: Create listing configuration
|
|
799
|
-
* @description: Add configuration for product catalog listing specific to a company and an sales channel. - Check out [method documentation](https://
|
|
799
|
+
* @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/).
|
|
800
800
|
*/
|
|
801
801
|
async createListingConfiguration(
|
|
802
802
|
{ configType, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -881,7 +881,7 @@ class Catalog {
|
|
|
881
881
|
*
|
|
882
882
|
* @name createSearchConfiguration
|
|
883
883
|
* @summary: Create search configuration
|
|
884
|
-
* @description: Create search configuration for the catalog for a specific company and sales channel. - Check out [method documentation](https://
|
|
884
|
+
* @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/).
|
|
885
885
|
*/
|
|
886
886
|
async createSearchConfiguration(
|
|
887
887
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -962,7 +962,7 @@ class Catalog {
|
|
|
962
962
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
|
|
963
963
|
* @name deleteAppCategoryReturnConfiguration
|
|
964
964
|
* @summary: Delete product return configuration
|
|
965
|
-
* @description: Delete Category level sales channel Return Configuration setttings - Check out [method documentation](https://
|
|
965
|
+
* @description: Delete Category level sales channel Return Configuration setttings - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteAppCategoryReturnConfiguration/).
|
|
966
966
|
*/
|
|
967
967
|
async deleteAppCategoryReturnConfiguration(
|
|
968
968
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1043,7 +1043,7 @@ class Catalog {
|
|
|
1043
1043
|
* @returns {Promise<CatalogPlatformModel.DeleteResponseSchema>} - Success response
|
|
1044
1044
|
* @name deleteAutocompleteKeyword
|
|
1045
1045
|
* @summary: Delete autocomplete keyword
|
|
1046
|
-
* @description: Delete custom autocomplete keyword configurations for a specific sales channel by its id. - Check out [method documentation](https://
|
|
1046
|
+
* @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/).
|
|
1047
1047
|
*/
|
|
1048
1048
|
async deleteAutocompleteKeyword(
|
|
1049
1049
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1124,7 +1124,7 @@ class Catalog {
|
|
|
1124
1124
|
*
|
|
1125
1125
|
* @name deleteCollection
|
|
1126
1126
|
* @summary: Delete a collection
|
|
1127
|
-
* @description: Delete a collection by it's id. Returns an object that tells whether the collection was deleted successfully - Check out [method documentation](https://
|
|
1127
|
+
* @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/).
|
|
1128
1128
|
*/
|
|
1129
1129
|
async deleteCollection(
|
|
1130
1130
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1206,7 +1206,7 @@ class Catalog {
|
|
|
1206
1206
|
* Success response
|
|
1207
1207
|
* @name deleteGroupConfiguration
|
|
1208
1208
|
* @summary: Delete group configuration
|
|
1209
|
-
* @description: Delete group configurations by its slug for a specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
1209
|
+
* @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/).
|
|
1210
1210
|
*/
|
|
1211
1211
|
async deleteGroupConfiguration(
|
|
1212
1212
|
{ configType, groupSlug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1290,7 +1290,7 @@ class Catalog {
|
|
|
1290
1290
|
* Success response
|
|
1291
1291
|
* @name deleteListingConfiguration
|
|
1292
1292
|
* @summary: Delete listing configuration
|
|
1293
|
-
* @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://
|
|
1293
|
+
* @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/).
|
|
1294
1294
|
*/
|
|
1295
1295
|
async deleteListingConfiguration(
|
|
1296
1296
|
{ configType, configId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1375,7 +1375,7 @@ class Catalog {
|
|
|
1375
1375
|
*
|
|
1376
1376
|
* @name deleteSearchConfiguration
|
|
1377
1377
|
* @summary: Delete search configuration
|
|
1378
|
-
* @description: Delete Search Configuration for a specific sales channel. - Check out [method documentation](https://
|
|
1378
|
+
* @description: Delete Search Configuration for a specific sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteSearchConfiguration/).
|
|
1379
1379
|
*/
|
|
1380
1380
|
async deleteSearchConfiguration(
|
|
1381
1381
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1452,7 +1452,7 @@ class Catalog {
|
|
|
1452
1452
|
* @returns {Promise<CatalogPlatformModel.DeleteResponseSchema>} - Success response
|
|
1453
1453
|
* @name deleteSearchKeywords
|
|
1454
1454
|
* @summary: Delete search keywords
|
|
1455
|
-
* @description: Delete a search keywords by its id for a specific company and sales channel. - Check out [method documentation](https://
|
|
1455
|
+
* @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/).
|
|
1456
1456
|
*/
|
|
1457
1457
|
async deleteSearchKeywords(
|
|
1458
1458
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1535,7 +1535,7 @@ class Catalog {
|
|
|
1535
1535
|
*
|
|
1536
1536
|
* @name getAllCollections
|
|
1537
1537
|
* @summary: List collections
|
|
1538
|
-
* @description: Retrieve all collections based on criteria such as collection name, schedule status, and active status. - Check out [method documentation](https://
|
|
1538
|
+
* @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/).
|
|
1539
1539
|
*/
|
|
1540
1540
|
async getAllCollections(
|
|
1541
1541
|
{
|
|
@@ -1700,7 +1700,7 @@ class Catalog {
|
|
|
1700
1700
|
* Success response
|
|
1701
1701
|
* @name getAllSearchKeyword
|
|
1702
1702
|
* @summary: List search keywords
|
|
1703
|
-
* @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://
|
|
1703
|
+
* @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/).
|
|
1704
1704
|
*/
|
|
1705
1705
|
async getAllSearchKeyword(
|
|
1706
1706
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1779,7 +1779,7 @@ class Catalog {
|
|
|
1779
1779
|
*
|
|
1780
1780
|
* @name getAppCategoryReturnConfig
|
|
1781
1781
|
* @summary: Get category return configuration
|
|
1782
|
-
* @description: Get all category level configuration level set for an sales channel. - Check out [method documentation](https://
|
|
1782
|
+
* @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/).
|
|
1783
1783
|
*/
|
|
1784
1784
|
async getAppCategoryReturnConfig(
|
|
1785
1785
|
{ q, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1866,7 +1866,7 @@ class Catalog {
|
|
|
1866
1866
|
* Success response
|
|
1867
1867
|
* @name getAppInventory
|
|
1868
1868
|
* @summary: List sales channel inventory
|
|
1869
|
-
* @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://
|
|
1869
|
+
* @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/).
|
|
1870
1870
|
*/
|
|
1871
1871
|
async getAppInventory(
|
|
1872
1872
|
{
|
|
@@ -1993,7 +1993,7 @@ class Catalog {
|
|
|
1993
1993
|
* @returns {Promise<CatalogPlatformModel.LocationListSchema>} - Success response
|
|
1994
1994
|
* @name getAppLocations
|
|
1995
1995
|
* @summary: List sales channels
|
|
1996
|
-
* @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://
|
|
1996
|
+
* @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/).
|
|
1997
1997
|
*/
|
|
1998
1998
|
async getAppLocations(
|
|
1999
1999
|
{
|
|
@@ -2164,7 +2164,7 @@ class Catalog {
|
|
|
2164
2164
|
* Success response
|
|
2165
2165
|
* @name getAppProduct
|
|
2166
2166
|
* @summary: Get sales channel product
|
|
2167
|
-
* @description: Retrieve sales channel product details by its item_id and depending upon filters sent in request. - Check out [method documentation](https://
|
|
2167
|
+
* @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/).
|
|
2168
2168
|
*/
|
|
2169
2169
|
async getAppProduct(
|
|
2170
2170
|
{ itemId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2245,7 +2245,7 @@ class Catalog {
|
|
|
2245
2245
|
*
|
|
2246
2246
|
* @name getAppProducts
|
|
2247
2247
|
* @summary: List sales channel products
|
|
2248
|
-
* @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://
|
|
2248
|
+
* @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/).
|
|
2249
2249
|
*/
|
|
2250
2250
|
async getAppProducts(
|
|
2251
2251
|
{
|
|
@@ -2417,7 +2417,7 @@ class Catalog {
|
|
|
2417
2417
|
* Success response
|
|
2418
2418
|
* @name getAppReturnConfiguration
|
|
2419
2419
|
* @summary: Get product-return configuration
|
|
2420
|
-
* @description: Get Product Return configuration set at an sales channel level - Check out [method documentation](https://
|
|
2420
|
+
* @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/).
|
|
2421
2421
|
*/
|
|
2422
2422
|
async getAppReturnConfiguration(
|
|
2423
2423
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -2495,7 +2495,7 @@ class Catalog {
|
|
|
2495
2495
|
* Success response
|
|
2496
2496
|
* @name getApplicationBrandListing
|
|
2497
2497
|
* @summary: List sales channel brands
|
|
2498
|
-
* @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://
|
|
2498
|
+
* @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/).
|
|
2499
2499
|
*/
|
|
2500
2500
|
async getApplicationBrandListing(
|
|
2501
2501
|
{ pageNo, pageSize, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2626,7 +2626,7 @@ class Catalog {
|
|
|
2626
2626
|
* Success response
|
|
2627
2627
|
* @name getApplicationBrands
|
|
2628
2628
|
* @summary: List brands
|
|
2629
|
-
* @description: List all the brands. - Check out [method documentation](https://
|
|
2629
|
+
* @description: List all the brands. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationBrands/).
|
|
2630
2630
|
*/
|
|
2631
2631
|
async getApplicationBrands(
|
|
2632
2632
|
{ department, pageNo, pageSize, q, brandId, requestHeaders } = {
|
|
@@ -2776,7 +2776,7 @@ class Catalog {
|
|
|
2776
2776
|
*
|
|
2777
2777
|
* @name getApplicationCategoryListing
|
|
2778
2778
|
* @summary: List sales channel categories
|
|
2779
|
-
* @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://
|
|
2779
|
+
* @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/).
|
|
2780
2780
|
*/
|
|
2781
2781
|
async getApplicationCategoryListing(
|
|
2782
2782
|
{ departmentId, pageNo, pageSize, q, requestHeaders } = {
|
|
@@ -2917,7 +2917,7 @@ class Catalog {
|
|
|
2917
2917
|
*
|
|
2918
2918
|
* @name getApplicationDepartmentListing
|
|
2919
2919
|
* @summary: List sales channel departments
|
|
2920
|
-
* @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://
|
|
2920
|
+
* @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/).
|
|
2921
2921
|
*/
|
|
2922
2922
|
async getApplicationDepartmentListing(
|
|
2923
2923
|
{ pageNo, pageSize, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3049,7 +3049,7 @@ class Catalog {
|
|
|
3049
3049
|
*
|
|
3050
3050
|
* @name getApplicationFilterKeys
|
|
3051
3051
|
* @summary: List filter keys
|
|
3052
|
-
* @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://
|
|
3052
|
+
* @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/).
|
|
3053
3053
|
*/
|
|
3054
3054
|
async getApplicationFilterKeys(
|
|
3055
3055
|
{ c, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3134,7 +3134,7 @@ class Catalog {
|
|
|
3134
3134
|
* @name getApplicationFilterValues
|
|
3135
3135
|
* @summary: List product filters
|
|
3136
3136
|
* @description: This API is designed to retrieve the filter values for all available options within the selected filter, such as "red" for color.
|
|
3137
|
-
* - Check out [method documentation](https://
|
|
3137
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getApplicationFilterValues/).
|
|
3138
3138
|
*/
|
|
3139
3139
|
async getApplicationFilterValues(
|
|
3140
3140
|
{ filterKey, c, collectionId, pageNo, pageSize, q, requestHeaders } = {
|
|
@@ -3234,7 +3234,7 @@ class Catalog {
|
|
|
3234
3234
|
*
|
|
3235
3235
|
* @name getApplicationProducts
|
|
3236
3236
|
* @summary: List sales channel products
|
|
3237
|
-
* @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://
|
|
3237
|
+
* @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/).
|
|
3238
3238
|
*/
|
|
3239
3239
|
async getApplicationProducts(
|
|
3240
3240
|
{
|
|
@@ -3433,7 +3433,7 @@ class Catalog {
|
|
|
3433
3433
|
*
|
|
3434
3434
|
* @name getAutocompleteConfig
|
|
3435
3435
|
* @summary: Get autocomplete configuration
|
|
3436
|
-
* @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://
|
|
3436
|
+
* @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/).
|
|
3437
3437
|
*/
|
|
3438
3438
|
async getAutocompleteConfig(
|
|
3439
3439
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -3512,7 +3512,7 @@ class Catalog {
|
|
|
3512
3512
|
*
|
|
3513
3513
|
* @name getAutocompleteKeywordDetail
|
|
3514
3514
|
* @summary: Get autocomplete keyword
|
|
3515
|
-
* @description: Retrieve detailed information about a specific autocomplete keyword for a specific sales channel by its id. - Check out [method documentation](https://
|
|
3515
|
+
* @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/).
|
|
3516
3516
|
*/
|
|
3517
3517
|
async getAutocompleteKeywordDetail(
|
|
3518
3518
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3595,7 +3595,7 @@ class Catalog {
|
|
|
3595
3595
|
*
|
|
3596
3596
|
* @name getCatalogConfiguration
|
|
3597
3597
|
* @summary: Get catalog configuration meta data
|
|
3598
|
-
* @description: Retrieve configuration meta data for the catalog specific to a company and an sales channel. - Check out [method documentation](https://
|
|
3598
|
+
* @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/).
|
|
3599
3599
|
*/
|
|
3600
3600
|
async getCatalogConfiguration(
|
|
3601
3601
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -3673,7 +3673,7 @@ class Catalog {
|
|
|
3673
3673
|
* Success response
|
|
3674
3674
|
* @name getCatalogInsights
|
|
3675
3675
|
* @summary: Get catalog counts
|
|
3676
|
-
* @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://
|
|
3676
|
+
* @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/).
|
|
3677
3677
|
*/
|
|
3678
3678
|
async getCatalogInsights(
|
|
3679
3679
|
{ brand, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3754,7 +3754,7 @@ class Catalog {
|
|
|
3754
3754
|
* Success response
|
|
3755
3755
|
* @name getCategories
|
|
3756
3756
|
* @summary: List categories
|
|
3757
|
-
* @description: Retrieve a list of categories associated to company and sales channel. user can filter on departments. - Check out [method documentation](https://
|
|
3757
|
+
* @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/).
|
|
3758
3758
|
*/
|
|
3759
3759
|
async getCategories(
|
|
3760
3760
|
{ department, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3838,7 +3838,7 @@ class Catalog {
|
|
|
3838
3838
|
*
|
|
3839
3839
|
* @name getCollectionDetail
|
|
3840
3840
|
* @summary: Get a collection
|
|
3841
|
-
* @description: Get the details of a collection by its slug. - Check out [method documentation](https://
|
|
3841
|
+
* @description: Get the details of a collection by its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCollectionDetail/).
|
|
3842
3842
|
*/
|
|
3843
3843
|
async getCollectionDetail(
|
|
3844
3844
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3921,7 +3921,7 @@ class Catalog {
|
|
|
3921
3921
|
*
|
|
3922
3922
|
* @name getCollectionItems
|
|
3923
3923
|
* @summary: List items of collection
|
|
3924
|
-
* @description: Get items from a collection specified by its id. - Check out [method documentation](https://
|
|
3924
|
+
* @description: Get items from a collection specified by its id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCollectionItems/).
|
|
3925
3925
|
*/
|
|
3926
3926
|
async getCollectionItems(
|
|
3927
3927
|
{ id, sortOn, pageId, pageSize, pageNo, requestHeaders } = {
|
|
@@ -4018,7 +4018,7 @@ class Catalog {
|
|
|
4018
4018
|
*
|
|
4019
4019
|
* @name getConfigurationByType
|
|
4020
4020
|
* @summary: Get configuration
|
|
4021
|
-
* @description: Retrieve configuration details based on a specific type in the catalog for a company and an sales channel. - Check out [method documentation](https://
|
|
4021
|
+
* @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/).
|
|
4022
4022
|
*/
|
|
4023
4023
|
async getConfigurationByType(
|
|
4024
4024
|
{ type, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4101,7 +4101,7 @@ class Catalog {
|
|
|
4101
4101
|
*
|
|
4102
4102
|
* @name getConfigurationMetadata
|
|
4103
4103
|
* @summary: Get configuration metadata
|
|
4104
|
-
* @description: Retrieve the configuraion metadata details for specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
4104
|
+
* @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/).
|
|
4105
4105
|
*/
|
|
4106
4106
|
async getConfigurationMetadata(
|
|
4107
4107
|
{ configType, templateSlug, pageNo, pageSize, q, requestHeaders } = {
|
|
@@ -4197,7 +4197,7 @@ class Catalog {
|
|
|
4197
4197
|
* Success response
|
|
4198
4198
|
* @name getConfigurations
|
|
4199
4199
|
* @summary: Get product configurations
|
|
4200
|
-
* @description: Retrieve a detailed configurations for product catalog specific to a company and an sales channel. - Check out [method documentation](https://
|
|
4200
|
+
* @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/).
|
|
4201
4201
|
*/
|
|
4202
4202
|
async getConfigurations(
|
|
4203
4203
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -4273,7 +4273,7 @@ class Catalog {
|
|
|
4273
4273
|
* Success response
|
|
4274
4274
|
* @name getDepartments
|
|
4275
4275
|
* @summary: List departments
|
|
4276
|
-
* @description: Retrieve a list of departments associated with a comapny and sales channel. - Check out [method documentation](https://
|
|
4276
|
+
* @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/).
|
|
4277
4277
|
*/
|
|
4278
4278
|
async getDepartments(
|
|
4279
4279
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -4352,7 +4352,7 @@ class Catalog {
|
|
|
4352
4352
|
*
|
|
4353
4353
|
* @name getDiscountedInventoryBySizeIdentifier
|
|
4354
4354
|
* @summary: Get discounted inventory
|
|
4355
|
-
* @description: Allows to retrieve Inventory data for particular company grouped by size and store. - Check out [method documentation](https://
|
|
4355
|
+
* @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/).
|
|
4356
4356
|
*/
|
|
4357
4357
|
async getDiscountedInventoryBySizeIdentifier(
|
|
4358
4358
|
{
|
|
@@ -4500,7 +4500,7 @@ class Catalog {
|
|
|
4500
4500
|
* @returns {Promise<CatalogPlatformModel.GetConfigResponseSchema>} - Success response
|
|
4501
4501
|
* @name getGroupConfigurations
|
|
4502
4502
|
* @summary: Get group configurations
|
|
4503
|
-
* @description: Retrieve the details of product group configurations based on config types for a company and an sales channel. - Check out [method documentation](https://
|
|
4503
|
+
* @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/).
|
|
4504
4504
|
*/
|
|
4505
4505
|
async getGroupConfigurations(
|
|
4506
4506
|
{ configType, pageNo, pageSize, search, templateSlug, requestHeaders } = {
|
|
@@ -4595,7 +4595,7 @@ class Catalog {
|
|
|
4595
4595
|
* @returns {Promise<CatalogPlatformModel.GetConfigResponseSchema>} - Success response
|
|
4596
4596
|
* @name getListingConfigurations
|
|
4597
4597
|
* @summary: Get listing configurations
|
|
4598
|
-
* @description: Retrieve product listing configurations based on specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
4598
|
+
* @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/).
|
|
4599
4599
|
*/
|
|
4600
4600
|
async getListingConfigurations(
|
|
4601
4601
|
{ configType, pageNo, pageSize, search, requestHeaders } = {
|
|
@@ -4687,7 +4687,7 @@ class Catalog {
|
|
|
4687
4687
|
* @returns {Promise<CatalogPlatformModel.ProductDetail>} - Success response
|
|
4688
4688
|
* @name getProductDetailBySlug
|
|
4689
4689
|
* @summary: Get product details
|
|
4690
|
-
* @description: Retrieve detailed product information using a product slug. - Check out [method documentation](https://
|
|
4690
|
+
* @description: Retrieve detailed product information using a product slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductDetailBySlug/).
|
|
4691
4691
|
*/
|
|
4692
4692
|
async getProductDetailBySlug(
|
|
4693
4693
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4767,7 +4767,7 @@ class Catalog {
|
|
|
4767
4767
|
* Success response
|
|
4768
4768
|
* @name getQueryFilters
|
|
4769
4769
|
* @summary: Get collection query filters
|
|
4770
|
-
* @description: Retrieve query filters to configure a collection for a company and a sales channel. - Check out [method documentation](https://
|
|
4770
|
+
* @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/).
|
|
4771
4771
|
*/
|
|
4772
4772
|
async getQueryFilters(
|
|
4773
4773
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -4846,7 +4846,7 @@ class Catalog {
|
|
|
4846
4846
|
*
|
|
4847
4847
|
* @name getSearchConfiguration
|
|
4848
4848
|
* @summary: Get Search configuration
|
|
4849
|
-
* @description: Get search configuration for a specific company and sales channel. - Check out [method documentation](https://
|
|
4849
|
+
* @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/).
|
|
4850
4850
|
*/
|
|
4851
4851
|
async getSearchConfiguration(
|
|
4852
4852
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -4925,7 +4925,7 @@ class Catalog {
|
|
|
4925
4925
|
*
|
|
4926
4926
|
* @name getSearchKeywords
|
|
4927
4927
|
* @summary: Get search keywords
|
|
4928
|
-
* @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://
|
|
4928
|
+
* @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/).
|
|
4929
4929
|
*/
|
|
4930
4930
|
async getSearchKeywords(
|
|
4931
4931
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5007,7 +5007,7 @@ class Catalog {
|
|
|
5007
5007
|
* Success response
|
|
5008
5008
|
* @name updateAllowSingle
|
|
5009
5009
|
* @summary: Update 'Allow Single' setting
|
|
5010
|
-
* @description: Modify allow single flag for filters of the sales channel for a company and an sales channel. - Check out [method documentation](https://
|
|
5010
|
+
* @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/).
|
|
5011
5011
|
*/
|
|
5012
5012
|
async updateAllowSingle(
|
|
5013
5013
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5086,7 +5086,7 @@ class Catalog {
|
|
|
5086
5086
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
5087
5087
|
* @name updateAppBrand
|
|
5088
5088
|
* @summary: Update sales channel brand
|
|
5089
|
-
* @description: Modify data associated to the brand for that particular sales channel. - Check out [method documentation](https://
|
|
5089
|
+
* @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/).
|
|
5090
5090
|
*/
|
|
5091
5091
|
async updateAppBrand(
|
|
5092
5092
|
{ brandUid, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5169,7 +5169,7 @@ class Catalog {
|
|
|
5169
5169
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
5170
5170
|
* @name updateAppCategory
|
|
5171
5171
|
* @summary: Update sales channel category
|
|
5172
|
-
* @description: Modify category data related to the sales channel . - Check out [method documentation](https://
|
|
5172
|
+
* @description: Modify category data related to the sales channel . - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppCategory/).
|
|
5173
5173
|
*/
|
|
5174
5174
|
async updateAppCategory(
|
|
5175
5175
|
{ categoryUid, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5252,7 +5252,7 @@ class Catalog {
|
|
|
5252
5252
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
|
|
5253
5253
|
* @name updateAppCategoryReturnConfiguration
|
|
5254
5254
|
* @summary: Update return Configuration
|
|
5255
|
-
* @description: Update Category level sales channel Return Configuration setttings - Check out [method documentation](https://
|
|
5255
|
+
* @description: Update Category level sales channel Return Configuration setttings - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppCategoryReturnConfiguration/).
|
|
5256
5256
|
*/
|
|
5257
5257
|
async updateAppCategoryReturnConfiguration(
|
|
5258
5258
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5333,7 +5333,7 @@ class Catalog {
|
|
|
5333
5333
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
5334
5334
|
* @name updateAppDepartment
|
|
5335
5335
|
* @summary: Update sales channel department
|
|
5336
|
-
* @description: Modify department data associated to the sales channel. - Check out [method documentation](https://
|
|
5336
|
+
* @description: Modify department data associated to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppDepartment/).
|
|
5337
5337
|
*/
|
|
5338
5338
|
async updateAppDepartment(
|
|
5339
5339
|
{ departmentUid, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5416,7 +5416,7 @@ class Catalog {
|
|
|
5416
5416
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
5417
5417
|
* @name updateAppLocation
|
|
5418
5418
|
* @summary: Update sales channel location
|
|
5419
|
-
* @description: Modify location data related to the sales channel. - Check out [method documentation](https://
|
|
5419
|
+
* @description: Modify location data related to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppLocation/).
|
|
5420
5420
|
*/
|
|
5421
5421
|
async updateAppLocation(
|
|
5422
5422
|
{ storeUid, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5497,7 +5497,7 @@ class Catalog {
|
|
|
5497
5497
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
5498
5498
|
* @name updateAppProduct
|
|
5499
5499
|
* @summary: Update sales channel product
|
|
5500
|
-
* @description: Allows to update data associated to a item by its item_id for a sales channel. - Check out [method documentation](https://
|
|
5500
|
+
* @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/).
|
|
5501
5501
|
*/
|
|
5502
5502
|
async updateAppProduct(
|
|
5503
5503
|
{ itemId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5580,7 +5580,7 @@ class Catalog {
|
|
|
5580
5580
|
* @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
|
|
5581
5581
|
* @name updateAppReturnConfiguration
|
|
5582
5582
|
* @summary: Update product return configuration
|
|
5583
|
-
* @description: Update Return configuration level set for an sales channel. - Check out [method documentation](https://
|
|
5583
|
+
* @description: Update Return configuration level set for an sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateAppReturnConfiguration/).
|
|
5584
5584
|
*/
|
|
5585
5585
|
async updateAppReturnConfiguration(
|
|
5586
5586
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5663,7 +5663,7 @@ class Catalog {
|
|
|
5663
5663
|
*
|
|
5664
5664
|
* @name updateAutocompleteKeyword
|
|
5665
5665
|
* @summary: Update autocomplete keyword
|
|
5666
|
-
* @description: Update a specific autocomplete keyword configuration by its id for a specific sales channel. - Check out [method documentation](https://
|
|
5666
|
+
* @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/).
|
|
5667
5667
|
*/
|
|
5668
5668
|
async updateAutocompleteKeyword(
|
|
5669
5669
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5744,7 +5744,7 @@ class Catalog {
|
|
|
5744
5744
|
* @returns {Promise<CatalogPlatformModel.UpdateCollection>} - Success response
|
|
5745
5745
|
* @name updateCollection
|
|
5746
5746
|
* @summary: Update a collection
|
|
5747
|
-
* @description: Update a collection by it's id. On successful request, returns the updated collection - Check out [method documentation](https://
|
|
5747
|
+
* @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/).
|
|
5748
5748
|
*/
|
|
5749
5749
|
async updateCollection(
|
|
5750
5750
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5828,7 +5828,7 @@ class Catalog {
|
|
|
5828
5828
|
* Success response
|
|
5829
5829
|
* @name updateDefaultSort
|
|
5830
5830
|
* @summary: Update default sorting
|
|
5831
|
-
* @description: Modify the default sort key configuration for a company and an sales channel. - Check out [method documentation](https://
|
|
5831
|
+
* @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/).
|
|
5832
5832
|
*/
|
|
5833
5833
|
async updateDefaultSort(
|
|
5834
5834
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5909,7 +5909,7 @@ class Catalog {
|
|
|
5909
5909
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationDetail>} - Success response
|
|
5910
5910
|
* @name updateGroupConfiguration
|
|
5911
5911
|
* @summary: Update group configuration
|
|
5912
|
-
* @description: Modify group configurations by its slug for specific config_type for a company and an sales channel. - Check out [method documentation](https://
|
|
5912
|
+
* @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/).
|
|
5913
5913
|
*/
|
|
5914
5914
|
async updateGroupConfiguration(
|
|
5915
5915
|
{ configType, groupSlug, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5994,7 +5994,7 @@ class Catalog {
|
|
|
5994
5994
|
* @returns {Promise<CatalogPlatformModel.AppConfigurationsSort>} - Success response
|
|
5995
5995
|
* @name updateListingConfiguration
|
|
5996
5996
|
* @summary: Update listing configuration
|
|
5997
|
-
* @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://
|
|
5997
|
+
* @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/).
|
|
5998
5998
|
*/
|
|
5999
5999
|
async updateListingConfiguration(
|
|
6000
6000
|
{ configType, configId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6081,7 +6081,7 @@ class Catalog {
|
|
|
6081
6081
|
*
|
|
6082
6082
|
* @name updateSearchConfiguration
|
|
6083
6083
|
* @summary: Update search configuration
|
|
6084
|
-
* @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://
|
|
6084
|
+
* @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/).
|
|
6085
6085
|
*/
|
|
6086
6086
|
async updateSearchConfiguration(
|
|
6087
6087
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6162,7 +6162,7 @@ class Catalog {
|
|
|
6162
6162
|
* @returns {Promise<CatalogPlatformModel.GetSearchWordsData>} - Success response
|
|
6163
6163
|
* @name updateSearchKeywords
|
|
6164
6164
|
* @summary: Update search keywords
|
|
6165
|
-
* @description: Update a specific search keyword by its id for a specific company and sales channel. - Check out [method documentation](https://
|
|
6165
|
+
* @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/).
|
|
6166
6166
|
*/
|
|
6167
6167
|
async updateSearchKeywords(
|
|
6168
6168
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|