@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
|
@@ -40,7 +40,7 @@ class Communication {
|
|
|
40
40
|
* @returns {Promise<CommunicationConsent>} - Success response
|
|
41
41
|
* @name getCommunicationConsent
|
|
42
42
|
* @summary: Retrieve consent status
|
|
43
|
-
* @description: Get the consent provided by the user for receiving communication. - Check out [method documentation](https://
|
|
43
|
+
* @description: Get the consent provided by the user for receiving communication. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/getCommunicationConsent/).
|
|
44
44
|
*/
|
|
45
45
|
async getCommunicationConsent(
|
|
46
46
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -77,7 +77,7 @@ class Communication {
|
|
|
77
77
|
* @returns {Promise<PushtokenRes>} - Success response
|
|
78
78
|
* @name upsertAppPushtoken
|
|
79
79
|
* @summary: Update or adds app push token
|
|
80
|
-
* @description: Update or inserts the push token of the user. - Check out [method documentation](https://
|
|
80
|
+
* @description: Update or inserts the push token of the user. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/upsertAppPushtoken/).
|
|
81
81
|
*/
|
|
82
82
|
async upsertAppPushtoken(
|
|
83
83
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -114,7 +114,7 @@ class Communication {
|
|
|
114
114
|
* @returns {Promise<CommunicationConsentRes>} - Success response
|
|
115
115
|
* @name upsertCommunicationConsent
|
|
116
116
|
* @summary: Update or adds consent settings
|
|
117
|
-
* @description: Update or insert the consent provided by the user for receiving communication messages. - Check out [method documentation](https://
|
|
117
|
+
* @description: Update or insert the consent provided by the user for receiving communication messages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/upsertCommunicationConsent/).
|
|
118
118
|
*/
|
|
119
119
|
async upsertCommunicationConsent(
|
|
120
120
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -28,7 +28,7 @@ declare class Configuration {
|
|
|
28
28
|
* @returns {Promise<AppCurrencyResponseSchema>} - Success response
|
|
29
29
|
* @name getAppCurrencies
|
|
30
30
|
* @summary: Get currency configuration
|
|
31
|
-
* @description: Get currency configuration of the sales channel. - Check out [method documentation](https://
|
|
31
|
+
* @description: Get currency configuration of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppCurrencies/).
|
|
32
32
|
*/
|
|
33
33
|
getAppCurrencies({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppCurrencyResponseSchema>;
|
|
34
34
|
/**
|
|
@@ -37,7 +37,7 @@ declare class Configuration {
|
|
|
37
37
|
* @returns {Promise<AppStaffListResponseSchema>} - Success response
|
|
38
38
|
* @name getAppStaffList
|
|
39
39
|
* @summary: List staff members
|
|
40
|
-
* @description: List all staff members of the sales channel. - Check out [method documentation](https://
|
|
40
|
+
* @description: List all staff members of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppStaffList/).
|
|
41
41
|
*/
|
|
42
42
|
getAppStaffList({ pageNo, pageSize, orderIncent, orderingStore, user, userName, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppStaffListResponseSchema>;
|
|
43
43
|
/**
|
|
@@ -67,7 +67,7 @@ declare class Configuration {
|
|
|
67
67
|
* @returns {Promise<AppStaffResponseSchema>} - Success response
|
|
68
68
|
* @name getAppStaffs
|
|
69
69
|
* @summary: Get staff member
|
|
70
|
-
* @description: Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel. - Check out [method documentation](https://
|
|
70
|
+
* @description: Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppStaffs/).
|
|
71
71
|
*/
|
|
72
72
|
getAppStaffs({ orderIncent, orderingStore, user, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppStaffResponseSchema>;
|
|
73
73
|
/**
|
|
@@ -76,7 +76,7 @@ declare class Configuration {
|
|
|
76
76
|
* @returns {Promise<Application>} - Success response
|
|
77
77
|
* @name getApplication
|
|
78
78
|
* @summary: Get sales channel
|
|
79
|
-
* @description: Get details of the current sales channel. - Check out [method documentation](https://
|
|
79
|
+
* @description: Get details of the current sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getApplication/).
|
|
80
80
|
*/
|
|
81
81
|
getApplication({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<Application>;
|
|
82
82
|
/**
|
|
@@ -85,7 +85,7 @@ declare class Configuration {
|
|
|
85
85
|
* @returns {Promise<ApplicationDetail>} - Success response
|
|
86
86
|
* @name getBasicDetails
|
|
87
87
|
* @summary: Get Sales channel
|
|
88
|
-
* @description: Get basic details of the sales channel. - Check out [method documentation](https://
|
|
88
|
+
* @description: Get basic details of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getBasicDetails/).
|
|
89
89
|
*/
|
|
90
90
|
getBasicDetails({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationDetail>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ declare class Configuration {
|
|
|
94
94
|
* @returns {Promise<ApplicationInformation>} - Success response
|
|
95
95
|
* @name getContactInfo
|
|
96
96
|
* @summary: Get sales channel contact
|
|
97
|
-
* @description: Get contact details of the sales channel. - Check out [method documentation](https://
|
|
97
|
+
* @description: Get contact details of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getContactInfo/).
|
|
98
98
|
*/
|
|
99
99
|
getContactInfo({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationInformation>;
|
|
100
100
|
/**
|
|
@@ -103,7 +103,7 @@ declare class Configuration {
|
|
|
103
103
|
* @returns {Promise<CurrenciesResponseSchema>} - Success response
|
|
104
104
|
* @name getCurrencies
|
|
105
105
|
* @summary: List currencies
|
|
106
|
-
* @description: List available currencies. - Check out [method documentation](https://
|
|
106
|
+
* @description: List available currencies. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getCurrencies/).
|
|
107
107
|
*/
|
|
108
108
|
getCurrencies({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CurrenciesResponseSchema>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ declare class Configuration {
|
|
|
112
112
|
* @returns {Promise<Currency>} - Success response
|
|
113
113
|
* @name getCurrencyById
|
|
114
114
|
* @summary: Get a currency
|
|
115
|
-
* @description: Get details of the currency. - Check out [method documentation](https://
|
|
115
|
+
* @description: Get details of the currency. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getCurrencyById/).
|
|
116
116
|
*/
|
|
117
117
|
getCurrencyById({ id, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<Currency>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ declare class Configuration {
|
|
|
121
121
|
* @returns {Promise<AppFeatureResponseSchema>} - Success response
|
|
122
122
|
* @name getFeatures
|
|
123
123
|
* @summary: Get sales channel features
|
|
124
|
-
* @description: Get configuration of the features of the sales channel. - Check out [method documentation](https://
|
|
124
|
+
* @description: Get configuration of the features of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getFeatures/).
|
|
125
125
|
*/
|
|
126
126
|
getFeatures({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppFeatureResponseSchema>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ declare class Configuration {
|
|
|
130
130
|
* @returns {Promise<AppTokenResponseSchema>} - Success response
|
|
131
131
|
* @name getIntegrationTokens
|
|
132
132
|
* @summary: Get API tokens
|
|
133
|
-
* @description: Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook. - Check out [method documentation](https://
|
|
133
|
+
* @description: Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getIntegrationTokens/).
|
|
134
134
|
*/
|
|
135
135
|
getIntegrationTokens({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppTokenResponseSchema>;
|
|
136
136
|
/**
|
|
@@ -139,7 +139,7 @@ declare class Configuration {
|
|
|
139
139
|
* @returns {Promise<LanguageResponseSchema>} - Success response
|
|
140
140
|
* @name getLanguages
|
|
141
141
|
* @summary: List languages
|
|
142
|
-
* @description: List available languages. - Check out [method documentation](https://
|
|
142
|
+
* @description: List available languages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getLanguages/).
|
|
143
143
|
*/
|
|
144
144
|
getLanguages({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<LanguageResponseSchema>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ declare class Configuration {
|
|
|
148
148
|
* @returns {Promise<SuccessMessageResponseSchema>} - Success response
|
|
149
149
|
* @name getOrderingStoreCookie
|
|
150
150
|
* @summary: Create cookies
|
|
151
|
-
* @description: Reset cookie of ordering store. - Check out [method documentation](https://
|
|
151
|
+
* @description: Reset cookie of ordering store. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOrderingStoreCookie/).
|
|
152
152
|
*/
|
|
153
153
|
getOrderingStoreCookie({ body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<SuccessMessageResponseSchema>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ declare class Configuration {
|
|
|
157
157
|
* @returns {Promise<OrderingStores>} - Success response
|
|
158
158
|
* @name getOrderingStores
|
|
159
159
|
* @summary: List order-enabled selling locations
|
|
160
|
-
* @description: Get details of all the deployment store locations where the sales channel will be used for order placement. - Check out [method documentation](https://
|
|
160
|
+
* @description: Get details of all the deployment store locations where the sales channel will be used for order placement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOrderingStores/).
|
|
161
161
|
*/
|
|
162
162
|
getOrderingStores({ pageNo, pageSize, q, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<OrderingStores>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ declare class Configuration {
|
|
|
166
166
|
* @returns {Promise<ApplicationAboutResponseSchema>} - Success response
|
|
167
167
|
* @name getOwnerInfo
|
|
168
168
|
* @summary: Get sales channel owner
|
|
169
|
-
* @description: Get details of the sales channel owner. - Check out [method documentation](https://
|
|
169
|
+
* @description: Get details of the sales channel owner. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOwnerInfo/).
|
|
170
170
|
*/
|
|
171
171
|
getOwnerInfo({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationAboutResponseSchema>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ declare class Configuration {
|
|
|
175
175
|
* @returns {Promise<OrderingStore>} - Success response
|
|
176
176
|
* @name getStoreDetailById
|
|
177
177
|
* @summary: Get a selling location
|
|
178
|
-
* @description: Get details of a selling location (store) by its ID. - Check out [method documentation](https://
|
|
178
|
+
* @description: Get details of a selling location (store) by its ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getStoreDetailById/).
|
|
179
179
|
*/
|
|
180
180
|
getStoreDetailById({ storeId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<OrderingStore>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ declare class Configuration {
|
|
|
184
184
|
* @returns {Promise<SuccessMessageResponseSchema>} - Success response
|
|
185
185
|
* @name removeOrderingStoreCookie
|
|
186
186
|
* @summary: Delete store cookie
|
|
187
|
-
* @description: Delete store cookie. - Check out [method documentation](https://
|
|
187
|
+
* @description: Delete store cookie. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/removeOrderingStoreCookie/).
|
|
188
188
|
*/
|
|
189
189
|
removeOrderingStoreCookie({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<SuccessMessageResponseSchema>;
|
|
190
190
|
}
|
|
@@ -55,7 +55,7 @@ class Configuration {
|
|
|
55
55
|
* @returns {Promise<AppCurrencyResponseSchema>} - Success response
|
|
56
56
|
* @name getAppCurrencies
|
|
57
57
|
* @summary: Get currency configuration
|
|
58
|
-
* @description: Get currency configuration of the sales channel. - Check out [method documentation](https://
|
|
58
|
+
* @description: Get currency configuration of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppCurrencies/).
|
|
59
59
|
*/
|
|
60
60
|
async getAppCurrencies(
|
|
61
61
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -92,7 +92,7 @@ class Configuration {
|
|
|
92
92
|
* @returns {Promise<AppStaffListResponseSchema>} - Success response
|
|
93
93
|
* @name getAppStaffList
|
|
94
94
|
* @summary: List staff members
|
|
95
|
-
* @description: List all staff members of the sales channel. - Check out [method documentation](https://
|
|
95
|
+
* @description: List all staff members of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppStaffList/).
|
|
96
96
|
*/
|
|
97
97
|
async getAppStaffList(
|
|
98
98
|
{
|
|
@@ -187,7 +187,7 @@ class Configuration {
|
|
|
187
187
|
* @returns {Promise<AppStaffResponseSchema>} - Success response
|
|
188
188
|
* @name getAppStaffs
|
|
189
189
|
* @summary: Get staff member
|
|
190
|
-
* @description: Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel. - Check out [method documentation](https://
|
|
190
|
+
* @description: Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppStaffs/).
|
|
191
191
|
*/
|
|
192
192
|
async getAppStaffs(
|
|
193
193
|
{ orderIncent, orderingStore, user, requestHeaders } = {
|
|
@@ -229,7 +229,7 @@ class Configuration {
|
|
|
229
229
|
* @returns {Promise<Application>} - Success response
|
|
230
230
|
* @name getApplication
|
|
231
231
|
* @summary: Get sales channel
|
|
232
|
-
* @description: Get details of the current sales channel. - Check out [method documentation](https://
|
|
232
|
+
* @description: Get details of the current sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getApplication/).
|
|
233
233
|
*/
|
|
234
234
|
async getApplication(
|
|
235
235
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -266,7 +266,7 @@ class Configuration {
|
|
|
266
266
|
* @returns {Promise<ApplicationDetail>} - Success response
|
|
267
267
|
* @name getBasicDetails
|
|
268
268
|
* @summary: Get Sales channel
|
|
269
|
-
* @description: Get basic details of the sales channel. - Check out [method documentation](https://
|
|
269
|
+
* @description: Get basic details of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getBasicDetails/).
|
|
270
270
|
*/
|
|
271
271
|
async getBasicDetails(
|
|
272
272
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -303,7 +303,7 @@ class Configuration {
|
|
|
303
303
|
* @returns {Promise<ApplicationInformation>} - Success response
|
|
304
304
|
* @name getContactInfo
|
|
305
305
|
* @summary: Get sales channel contact
|
|
306
|
-
* @description: Get contact details of the sales channel. - Check out [method documentation](https://
|
|
306
|
+
* @description: Get contact details of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getContactInfo/).
|
|
307
307
|
*/
|
|
308
308
|
async getContactInfo(
|
|
309
309
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -340,7 +340,7 @@ class Configuration {
|
|
|
340
340
|
* @returns {Promise<CurrenciesResponseSchema>} - Success response
|
|
341
341
|
* @name getCurrencies
|
|
342
342
|
* @summary: List currencies
|
|
343
|
-
* @description: List available currencies. - Check out [method documentation](https://
|
|
343
|
+
* @description: List available currencies. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getCurrencies/).
|
|
344
344
|
*/
|
|
345
345
|
async getCurrencies(
|
|
346
346
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -377,7 +377,7 @@ class Configuration {
|
|
|
377
377
|
* @returns {Promise<Currency>} - Success response
|
|
378
378
|
* @name getCurrencyById
|
|
379
379
|
* @summary: Get a currency
|
|
380
|
-
* @description: Get details of the currency. - Check out [method documentation](https://
|
|
380
|
+
* @description: Get details of the currency. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getCurrencyById/).
|
|
381
381
|
*/
|
|
382
382
|
async getCurrencyById(
|
|
383
383
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -423,7 +423,7 @@ class Configuration {
|
|
|
423
423
|
* @returns {Promise<AppFeatureResponseSchema>} - Success response
|
|
424
424
|
* @name getFeatures
|
|
425
425
|
* @summary: Get sales channel features
|
|
426
|
-
* @description: Get configuration of the features of the sales channel. - Check out [method documentation](https://
|
|
426
|
+
* @description: Get configuration of the features of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getFeatures/).
|
|
427
427
|
*/
|
|
428
428
|
async getFeatures(
|
|
429
429
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -460,7 +460,7 @@ class Configuration {
|
|
|
460
460
|
* @returns {Promise<AppTokenResponseSchema>} - Success response
|
|
461
461
|
* @name getIntegrationTokens
|
|
462
462
|
* @summary: Get API tokens
|
|
463
|
-
* @description: Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook. - Check out [method documentation](https://
|
|
463
|
+
* @description: Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getIntegrationTokens/).
|
|
464
464
|
*/
|
|
465
465
|
async getIntegrationTokens(
|
|
466
466
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -497,7 +497,7 @@ class Configuration {
|
|
|
497
497
|
* @returns {Promise<LanguageResponseSchema>} - Success response
|
|
498
498
|
* @name getLanguages
|
|
499
499
|
* @summary: List languages
|
|
500
|
-
* @description: List available languages. - Check out [method documentation](https://
|
|
500
|
+
* @description: List available languages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getLanguages/).
|
|
501
501
|
*/
|
|
502
502
|
async getLanguages(
|
|
503
503
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -534,7 +534,7 @@ class Configuration {
|
|
|
534
534
|
* @returns {Promise<SuccessMessageResponseSchema>} - Success response
|
|
535
535
|
* @name getOrderingStoreCookie
|
|
536
536
|
* @summary: Create cookies
|
|
537
|
-
* @description: Reset cookie of ordering store. - Check out [method documentation](https://
|
|
537
|
+
* @description: Reset cookie of ordering store. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOrderingStoreCookie/).
|
|
538
538
|
*/
|
|
539
539
|
async getOrderingStoreCookie(
|
|
540
540
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -571,7 +571,7 @@ class Configuration {
|
|
|
571
571
|
* @returns {Promise<OrderingStores>} - Success response
|
|
572
572
|
* @name getOrderingStores
|
|
573
573
|
* @summary: List order-enabled selling locations
|
|
574
|
-
* @description: Get details of all the deployment store locations where the sales channel will be used for order placement. - Check out [method documentation](https://
|
|
574
|
+
* @description: Get details of all the deployment store locations where the sales channel will be used for order placement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOrderingStores/).
|
|
575
575
|
*/
|
|
576
576
|
async getOrderingStores(
|
|
577
577
|
{ pageNo, pageSize, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -611,7 +611,7 @@ class Configuration {
|
|
|
611
611
|
* @returns {Promise<ApplicationAboutResponseSchema>} - Success response
|
|
612
612
|
* @name getOwnerInfo
|
|
613
613
|
* @summary: Get sales channel owner
|
|
614
|
-
* @description: Get details of the sales channel owner. - Check out [method documentation](https://
|
|
614
|
+
* @description: Get details of the sales channel owner. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOwnerInfo/).
|
|
615
615
|
*/
|
|
616
616
|
async getOwnerInfo(
|
|
617
617
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -648,7 +648,7 @@ class Configuration {
|
|
|
648
648
|
* @returns {Promise<OrderingStore>} - Success response
|
|
649
649
|
* @name getStoreDetailById
|
|
650
650
|
* @summary: Get a selling location
|
|
651
|
-
* @description: Get details of a selling location (store) by its ID. - Check out [method documentation](https://
|
|
651
|
+
* @description: Get details of a selling location (store) by its ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getStoreDetailById/).
|
|
652
652
|
*/
|
|
653
653
|
async getStoreDetailById(
|
|
654
654
|
{ storeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -694,7 +694,7 @@ class Configuration {
|
|
|
694
694
|
* @returns {Promise<SuccessMessageResponseSchema>} - Success response
|
|
695
695
|
* @name removeOrderingStoreCookie
|
|
696
696
|
* @summary: Delete store cookie
|
|
697
|
-
* @description: Delete store cookie. - Check out [method documentation](https://
|
|
697
|
+
* @description: Delete store cookie. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/removeOrderingStoreCookie/).
|
|
698
698
|
*/
|
|
699
699
|
async removeOrderingStoreCookie(
|
|
700
700
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -36,7 +36,7 @@ declare class Content {
|
|
|
36
36
|
* @returns {Promise<ResourceTranslations>} - Success response
|
|
37
37
|
* @name fetchResourceTranslations
|
|
38
38
|
* @summary: Get Resource Translations
|
|
39
|
-
* @description: Fetch translations for specific resource IDs based on type and locale settings. - Check out [method documentation](https://
|
|
39
|
+
* @description: Fetch translations for specific resource IDs based on type and locale settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/fetchResourceTranslations/).
|
|
40
40
|
*/
|
|
41
41
|
fetchResourceTranslations({ type, locale, resourceId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ResourceTranslations>;
|
|
42
42
|
/**
|
|
@@ -45,7 +45,7 @@ declare class Content {
|
|
|
45
45
|
* @returns {Promise<ResourceTranslations>} - Success response
|
|
46
46
|
* @name fetchResourceTranslationsWithPayload
|
|
47
47
|
* @summary: Post Resource Translations
|
|
48
|
-
* @description: Submit and retrieve translations for resources using payload data and locale settings. - Check out [method documentation](https://
|
|
48
|
+
* @description: Submit and retrieve translations for resources using payload data and locale settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/fetchResourceTranslationsWithPayload/).
|
|
49
49
|
*/
|
|
50
50
|
fetchResourceTranslationsWithPayload({ type, locale, resourceId, body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ResourceTranslations>;
|
|
51
51
|
/**
|
|
@@ -54,7 +54,7 @@ declare class Content {
|
|
|
54
54
|
* @returns {Promise<AnnouncementsResponseSchema>} - Success response
|
|
55
55
|
* @name getAnnouncements
|
|
56
56
|
* @summary: List announcements
|
|
57
|
-
* @description: List all current announcements in the application. - Check out [method documentation](https://
|
|
57
|
+
* @description: List all current announcements in the application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getAnnouncements/).
|
|
58
58
|
*/
|
|
59
59
|
getAnnouncements({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AnnouncementsResponseSchema>;
|
|
60
60
|
/**
|
|
@@ -63,7 +63,7 @@ declare class Content {
|
|
|
63
63
|
* @returns {Promise<BlogSchema>} - Success response
|
|
64
64
|
* @name getBlog
|
|
65
65
|
* @summary: Get a blog
|
|
66
|
-
* @description: Get information related to a specific blog such as it's contents, author, publish date, SEO related information. - Check out [method documentation](https://
|
|
66
|
+
* @description: Get information related to a specific blog such as it's contents, author, publish date, SEO related information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getBlog/).
|
|
67
67
|
*/
|
|
68
68
|
getBlog({ slug, rootId, preview, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<BlogSchema>;
|
|
69
69
|
/**
|
|
@@ -72,7 +72,7 @@ declare class Content {
|
|
|
72
72
|
* @returns {Promise<BlogGetDetails>} - Success response
|
|
73
73
|
* @name getBlogs
|
|
74
74
|
* @summary: List blogs
|
|
75
|
-
* @description: List all the blogs against an application. - Check out [method documentation](https://
|
|
75
|
+
* @description: List all the blogs against an application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getBlogs/).
|
|
76
76
|
*/
|
|
77
77
|
getBlogs({ pageNo, pageSize, tags, search, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<BlogGetDetails>;
|
|
78
78
|
/**
|
|
@@ -81,7 +81,7 @@ declare class Content {
|
|
|
81
81
|
* @returns {Promise<CustomFieldsResponseByResourceIdSchema>} - Success response
|
|
82
82
|
* @name getCustomFieldsByResourceId
|
|
83
83
|
* @summary: Get list of custom fields of given resource and resource slug
|
|
84
|
-
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug. - Check out [method documentation](https://
|
|
84
|
+
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getCustomFieldsByResourceId/).
|
|
85
85
|
*/
|
|
86
86
|
getCustomFieldsByResourceId({ resource, resourceSlug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<CustomFieldsResponseByResourceIdSchema>;
|
|
87
87
|
/**
|
|
@@ -90,7 +90,7 @@ declare class Content {
|
|
|
90
90
|
* @returns {Promise<CustomObjectByIdSchema>} - Success response
|
|
91
91
|
* @name getCustomObjectBySlug
|
|
92
92
|
* @summary: Get custom object details
|
|
93
|
-
* @description: Details of a custom object entry can be obtained using this endpoint. - Check out [method documentation](https://
|
|
93
|
+
* @description: Details of a custom object entry can be obtained using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getCustomObjectBySlug/).
|
|
94
94
|
*/
|
|
95
95
|
getCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<CustomObjectByIdSchema>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ declare class Content {
|
|
|
99
99
|
* @returns {Promise<DataLoadersSchema>} - Success response
|
|
100
100
|
* @name getDataLoaders
|
|
101
101
|
* @summary: List Dataloaders
|
|
102
|
-
* @description: List all the data loaders that are enabled for an application. - Check out [method documentation](https://
|
|
102
|
+
* @description: List all the data loaders that are enabled for an application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getDataLoaders/).
|
|
103
103
|
*/
|
|
104
104
|
getDataLoaders({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<DataLoadersSchema>;
|
|
105
105
|
/**
|
|
@@ -108,7 +108,7 @@ declare class Content {
|
|
|
108
108
|
* @returns {Promise<FaqSchema>} - Success response
|
|
109
109
|
* @name getFaqBySlug
|
|
110
110
|
* @summary: Get FAQ
|
|
111
|
-
* @description: Get a specific FAQ using its slug identifier. - Check out [method documentation](https://
|
|
111
|
+
* @description: Get a specific FAQ using its slug identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getFaqBySlug/).
|
|
112
112
|
*/
|
|
113
113
|
getFaqBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<FaqSchema>;
|
|
114
114
|
/**
|
|
@@ -117,7 +117,7 @@ declare class Content {
|
|
|
117
117
|
* @returns {Promise<GetFaqCategoriesSchema>} - Success response
|
|
118
118
|
* @name getFaqCategories
|
|
119
119
|
* @summary: List FAQ Categories
|
|
120
|
-
* @description: List categories for organizing FAQs. - Check out [method documentation](https://
|
|
120
|
+
* @description: List categories for organizing FAQs. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getFaqCategories/).
|
|
121
121
|
*/
|
|
122
122
|
getFaqCategories({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<GetFaqCategoriesSchema>;
|
|
123
123
|
/**
|
|
@@ -126,7 +126,7 @@ declare class Content {
|
|
|
126
126
|
* @returns {Promise<GetFaqCategoryBySlugSchema>} - Success response
|
|
127
127
|
* @name getFaqCategoryBySlug
|
|
128
128
|
* @summary: Get a FAQ category
|
|
129
|
-
* @description: Get a specific FAQ category using its slug. - Check out [method documentation](https://
|
|
129
|
+
* @description: Get a specific FAQ category using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getFaqCategoryBySlug/).
|
|
130
130
|
*/
|
|
131
131
|
getFaqCategoryBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<GetFaqCategoryBySlugSchema>;
|
|
132
132
|
/**
|
|
@@ -135,7 +135,7 @@ declare class Content {
|
|
|
135
135
|
* @returns {Promise<FaqResponseSchema>} - Success response
|
|
136
136
|
* @name getFaqs
|
|
137
137
|
* @summary: List FAQs
|
|
138
|
-
* @description: List frequently asked questions and answers. - Check out [method documentation](https://
|
|
138
|
+
* @description: List frequently asked questions and answers. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getFaqs/).
|
|
139
139
|
*/
|
|
140
140
|
getFaqs({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<FaqResponseSchema>;
|
|
141
141
|
/**
|
|
@@ -144,7 +144,7 @@ declare class Content {
|
|
|
144
144
|
* @returns {Promise<GetFaqSchema>} - Success response
|
|
145
145
|
* @name getFaqsByCategorySlug
|
|
146
146
|
* @summary: List FAQs by category
|
|
147
|
-
* @description: Get FAQs belonging to a specific category slug. - Check out [method documentation](https://
|
|
147
|
+
* @description: Get FAQs belonging to a specific category slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getFaqsByCategorySlug/).
|
|
148
148
|
*/
|
|
149
149
|
getFaqsByCategorySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<GetFaqSchema>;
|
|
150
150
|
/**
|
|
@@ -153,7 +153,7 @@ declare class Content {
|
|
|
153
153
|
* @returns {Promise<LandingPageSchema>} - Success response
|
|
154
154
|
* @name getLandingPage
|
|
155
155
|
* @summary: Get a landing page
|
|
156
|
-
* @description: Get content of the application's landing page. - Check out [method documentation](https://
|
|
156
|
+
* @description: Get content of the application's landing page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getLandingPage/).
|
|
157
157
|
*/
|
|
158
158
|
getLandingPage({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<LandingPageSchema>;
|
|
159
159
|
/**
|
|
@@ -162,7 +162,7 @@ declare class Content {
|
|
|
162
162
|
* @returns {Promise<ApplicationLegal>} - Success response
|
|
163
163
|
* @name getLegalInformation
|
|
164
164
|
* @summary: Get legal information
|
|
165
|
-
* @description: Get legal policies for an application which includes Terms and conditions, return policy, shipping policy and privacy policy. - Check out [method documentation](https://
|
|
165
|
+
* @description: Get legal policies for an application which includes Terms and conditions, return policy, shipping policy and privacy policy. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getLegalInformation/).
|
|
166
166
|
*/
|
|
167
167
|
getLegalInformation({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationLegal>;
|
|
168
168
|
/**
|
|
@@ -171,7 +171,7 @@ declare class Content {
|
|
|
171
171
|
* @returns {Promise<NavigationGetDetails>} - Success response
|
|
172
172
|
* @name getNavigations
|
|
173
173
|
* @summary: List navigation items
|
|
174
|
-
* @description: Get the navigation link items which can be powered to generate menus on application's website or equivalent mobile apps. - Check out [method documentation](https://
|
|
174
|
+
* @description: Get the navigation link items which can be powered to generate menus on application's website or equivalent mobile apps. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getNavigations/).
|
|
175
175
|
*/
|
|
176
176
|
getNavigations({ pageNo, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<NavigationGetDetails>;
|
|
177
177
|
/**
|
|
@@ -180,7 +180,7 @@ declare class Content {
|
|
|
180
180
|
* @returns {Promise<PageSchema>} - Success response
|
|
181
181
|
* @name getPage
|
|
182
182
|
* @summary: Get a page
|
|
183
|
-
* @description: Get detailed information for a specific page within the theme. - Check out [method documentation](https://
|
|
183
|
+
* @description: Get detailed information for a specific page within the theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getPage/).
|
|
184
184
|
*/
|
|
185
185
|
getPage({ slug, rootId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<PageSchema>;
|
|
186
186
|
/**
|
|
@@ -189,7 +189,7 @@ declare class Content {
|
|
|
189
189
|
* @returns {Promise<PageGetDetails>} - Success response
|
|
190
190
|
* @name getPages
|
|
191
191
|
* @summary: Lists pages
|
|
192
|
-
* @description: Lists all Custom Pages. - Check out [method documentation](https://
|
|
192
|
+
* @description: Lists all Custom Pages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getPages/).
|
|
193
193
|
*/
|
|
194
194
|
getPages({ pageNo, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<PageGetDetails>;
|
|
195
195
|
/**
|
|
@@ -198,7 +198,7 @@ declare class Content {
|
|
|
198
198
|
* @returns {Promise<SeoComponent>} - Success response
|
|
199
199
|
* @name getSEOConfiguration
|
|
200
200
|
* @summary: Get SEO settings
|
|
201
|
-
* @description: Get search engine optimization configurations of an application. Details include the title, description and an image. - Check out [method documentation](https://
|
|
201
|
+
* @description: Get search engine optimization configurations of an application. Details include the title, description and an image. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getSEOConfiguration/).
|
|
202
202
|
*/
|
|
203
203
|
getSEOConfiguration({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<SeoComponent>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ declare class Content {
|
|
|
207
207
|
* @returns {Promise<SeoSchemaComponent>} - Success response
|
|
208
208
|
* @name getSEOMarkupSchemas
|
|
209
209
|
* @summary: List SEO Markup schemas
|
|
210
|
-
* @description: Get all SEO Markup schema Templates setup for an application. - Check out [method documentation](https://
|
|
210
|
+
* @description: Get all SEO Markup schema Templates setup for an application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getSEOMarkupSchemas/).
|
|
211
211
|
*/
|
|
212
212
|
getSEOMarkupSchemas({ pageType, active, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<SeoSchemaComponent>;
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ declare class Content {
|
|
|
216
216
|
* @returns {Promise<Support>} - Success response
|
|
217
217
|
* @name getSupportInformation
|
|
218
218
|
* @summary: Get customer support information
|
|
219
|
-
* @description: Get customer support contact details. Contact Details can be either a phone number or an email-id or both. - Check out [method documentation](https://
|
|
219
|
+
* @description: Get customer support contact details. Contact Details can be either a phone number or an email-id or both. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getSupportInformation/).
|
|
220
220
|
*/
|
|
221
221
|
getSupportInformation({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<Support>;
|
|
222
222
|
/**
|
|
@@ -225,7 +225,7 @@ declare class Content {
|
|
|
225
225
|
* @returns {Promise<Object>} - Success response
|
|
226
226
|
* @name getSupportedLanguages
|
|
227
227
|
* @summary: List App Languages
|
|
228
|
-
* @description: Retrieve available languages and their configurations for the specified application. - Check out [method documentation](https://
|
|
228
|
+
* @description: Retrieve available languages and their configurations for the specified application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getSupportedLanguages/).
|
|
229
229
|
*/
|
|
230
230
|
getSupportedLanguages({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<any>;
|
|
231
231
|
/**
|
|
@@ -234,7 +234,7 @@ declare class Content {
|
|
|
234
234
|
* @returns {Promise<TagsSchema>} - Success response
|
|
235
235
|
* @name getTags
|
|
236
236
|
* @summary: Get HTML tags
|
|
237
|
-
* @description: Lists HTML tags to power additional functionalities within an application. - Check out [method documentation](https://
|
|
237
|
+
* @description: Lists HTML tags to power additional functionalities within an application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getTags/).
|
|
238
238
|
*/
|
|
239
239
|
getTags({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<TagsSchema>;
|
|
240
240
|
/**
|
|
@@ -243,7 +243,7 @@ declare class Content {
|
|
|
243
243
|
* @returns {Promise<TranslateUiLabelsPage>} - Success response
|
|
244
244
|
* @name getTranslateUILabels
|
|
245
245
|
* @summary: Get Translate Ui Labels
|
|
246
|
-
* @description: Retrieve Translate Ui Labels with filtering options for type, template, and locale settings. - Check out [method documentation](https://
|
|
246
|
+
* @description: Retrieve Translate Ui Labels with filtering options for type, template, and locale settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/content/getTranslateUILabels/).
|
|
247
247
|
*/
|
|
248
248
|
getTranslateUILabels({ template, templateThemeId, themeId, locale, type, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<TranslateUiLabelsPage>;
|
|
249
249
|
}
|