@gofynd/fdk-client-javascript 3.3.3 → 3.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
- package/sdk/application/Cart/CartApplicationClient.js +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
- package/sdk/application/Content/ContentApplicationClient.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
- package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
- package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
- package/sdk/application/Lead/LeadApplicationClient.js +5 -5
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +47 -47
- package/sdk/application/User/UserApplicationClient.js +47 -47
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
- package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
- package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +57 -3
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +40 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
- package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
- package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
- package/sdk/platform/Cart/CartPlatformModel.d.ts +62 -3
- package/sdk/platform/Cart/CartPlatformModel.js +33 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +89 -82
- package/sdk/platform/Catalog/CatalogPlatformClient.js +121 -85
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +61 -3
- package/sdk/platform/Catalog/CatalogPlatformModel.js +42 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +46 -5
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +21 -4
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
- package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
- package/sdk/platform/Content/ContentPlatformClient.js +40 -40
- package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformModel.js +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
- package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
- package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
- package/sdk/platform/Order/OrderPlatformClient.js +58 -58
- package/sdk/platform/Order/OrderPlatformModel.d.ts +9 -9
- package/sdk/platform/Order/OrderPlatformModel.js +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +85 -3
- package/sdk/platform/Payment/PaymentPlatformModel.js +49 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +59 -3
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +42 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformModel.js +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
- package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +34 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
- package/sdk/public/Content/ContentPublicClient.js +14 -14
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
|
@@ -12,7 +12,7 @@ declare class Content {
|
|
|
12
12
|
* @returns {Promise<Object>} - Success response
|
|
13
13
|
* @name addApplicationLanguage
|
|
14
14
|
* @summary: Add app language
|
|
15
|
-
* @description: Add new languages to application's supported language list. - Check out [method documentation](https://
|
|
15
|
+
* @description: Add new languages to application's supported language list. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/addApplicationLanguage/).
|
|
16
16
|
*/
|
|
17
17
|
addApplicationLanguage({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddApplicationLanguageParam, { responseHeaders }?: object): Promise<any>;
|
|
18
18
|
/**
|
|
@@ -23,7 +23,7 @@ declare class Content {
|
|
|
23
23
|
* Success response
|
|
24
24
|
* @name addDataLoader
|
|
25
25
|
* @summary: Create data loader
|
|
26
|
-
* @description: Create and add a new data loader. - Check out [method documentation](https://
|
|
26
|
+
* @description: Create and add a new data loader. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/addDataLoader/).
|
|
27
27
|
*/
|
|
28
28
|
addDataLoader({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
|
|
29
29
|
/**
|
|
@@ -33,7 +33,7 @@ declare class Content {
|
|
|
33
33
|
* @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
|
|
34
34
|
* @name addFaq
|
|
35
35
|
* @summary: Create FAQ
|
|
36
|
-
* @description: Create and add a new FAQ. - Check out [method documentation](https://
|
|
36
|
+
* @description: Create and add a new FAQ. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/addFaq/).
|
|
37
37
|
*/
|
|
38
38
|
addFaq({ categoryId, body, requestHeaders }?: ContentPlatformApplicationValidator.AddFaqParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
|
|
39
39
|
/**
|
|
@@ -43,7 +43,7 @@ declare class Content {
|
|
|
43
43
|
* @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
|
|
44
44
|
* @name addInjectableTag
|
|
45
45
|
* @summary: Create HTML tag
|
|
46
|
-
* @description: Create and add a new injectable tag. - Check out [method documentation](https://
|
|
46
|
+
* @description: Create and add a new injectable tag. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/addInjectableTag/).
|
|
47
47
|
*/
|
|
48
48
|
addInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
|
|
49
49
|
/**
|
|
@@ -55,7 +55,7 @@ declare class Content {
|
|
|
55
55
|
* @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
|
|
56
56
|
* @name addPathRedirectionRules
|
|
57
57
|
* @summary: Create path redirection rules
|
|
58
|
-
* @description: Create and add rules for path redirection. - Check out [method documentation](https://
|
|
58
|
+
* @description: Create and add rules for path redirection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/addPathRedirectionRules/).
|
|
59
59
|
*/
|
|
60
60
|
addPathRedirectionRules({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
|
|
61
61
|
/**
|
|
@@ -67,7 +67,7 @@ declare class Content {
|
|
|
67
67
|
* @returns {Promise<Object>} - Success response
|
|
68
68
|
* @name bulkUnPublishApplicationLanguage
|
|
69
69
|
* @summary: Unpublish all languages of sales channel.
|
|
70
|
-
* @description: Unpublish all application's published languages of specific sales channel. - Check out [method documentation](https://
|
|
70
|
+
* @description: Unpublish all application's published languages of specific sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/bulkUnPublishApplicationLanguage/).
|
|
71
71
|
*/
|
|
72
72
|
bulkUnPublishApplicationLanguage({ body, requestHeaders }?: ContentPlatformApplicationValidator.BulkUnPublishApplicationLanguageParam, { responseHeaders }?: object): Promise<any>;
|
|
73
73
|
/**
|
|
@@ -80,7 +80,7 @@ declare class Content {
|
|
|
80
80
|
* Success response
|
|
81
81
|
* @name createAnnouncement
|
|
82
82
|
* @summary: Create announcement
|
|
83
|
-
* @description: Generate and add a new announcement. - Check out [method documentation](https://
|
|
83
|
+
* @description: Generate and add a new announcement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createAnnouncement/).
|
|
84
84
|
*/
|
|
85
85
|
createAnnouncement({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
86
86
|
/**
|
|
@@ -94,7 +94,7 @@ declare class Content {
|
|
|
94
94
|
*
|
|
95
95
|
* @name createAppCustomFieldDefinition
|
|
96
96
|
* @summary: Create custom field definition for a given resource type
|
|
97
|
-
* @description: You can create custom fields definition to any resource so you can extend property of resource. - Check out [method documentation](https://
|
|
97
|
+
* @description: You can create custom fields definition to any resource so you can extend property of resource. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createAppCustomFieldDefinition/).
|
|
98
98
|
*/
|
|
99
99
|
createAppCustomFieldDefinition({ resource, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
100
100
|
/**
|
|
@@ -106,7 +106,7 @@ declare class Content {
|
|
|
106
106
|
* @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
|
|
107
107
|
* @name createAppCustomObjectBySlug
|
|
108
108
|
* @summary: Create custom object entries
|
|
109
|
-
* @description: Custom object entries against the custom object definition can be added using this API. - Check out [method documentation](https://
|
|
109
|
+
* @description: Custom object entries against the custom object definition can be added using this API. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createAppCustomObjectBySlug/).
|
|
110
110
|
*/
|
|
111
111
|
createAppCustomObjectBySlug({ definitionSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
|
|
112
112
|
/**
|
|
@@ -120,7 +120,7 @@ declare class Content {
|
|
|
120
120
|
*
|
|
121
121
|
* @name createAppCustomObjectDefinition
|
|
122
122
|
* @summary: Create custom object definition
|
|
123
|
-
* @description: Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource. - Check out [method documentation](https://
|
|
123
|
+
* @description: Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createAppCustomObjectDefinition/).
|
|
124
124
|
*/
|
|
125
125
|
createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
|
|
126
126
|
/**
|
|
@@ -132,7 +132,7 @@ declare class Content {
|
|
|
132
132
|
* @returns {Promise<ContentPlatformModel.ResourceTranslation>} - Success response
|
|
133
133
|
* @name createApplicationResourceTranslation
|
|
134
134
|
* @summary: Add app translation
|
|
135
|
-
* @description: Create new translations for application resources. - Check out [method documentation](https://
|
|
135
|
+
* @description: Create new translations for application resources. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createApplicationResourceTranslation/).
|
|
136
136
|
*/
|
|
137
137
|
createApplicationResourceTranslation({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateApplicationResourceTranslationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourceTranslation>;
|
|
138
138
|
/**
|
|
@@ -142,7 +142,7 @@ declare class Content {
|
|
|
142
142
|
* @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
|
|
143
143
|
* @name createBlog
|
|
144
144
|
* @summary: Create blog
|
|
145
|
-
* @description: Generate and add a new blog. - Check out [method documentation](https://
|
|
145
|
+
* @description: Generate and add a new blog. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createBlog/).
|
|
146
146
|
*/
|
|
147
147
|
createBlog({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
|
|
148
148
|
/**
|
|
@@ -154,7 +154,7 @@ declare class Content {
|
|
|
154
154
|
* @returns {Promise<ContentPlatformModel.CreateFaqCategorySchema>} - Success response
|
|
155
155
|
* @name createFaqCategory
|
|
156
156
|
* @summary: Create FAQ Category
|
|
157
|
-
* @description: Generate and add a new FAQ category. - Check out [method documentation](https://
|
|
157
|
+
* @description: Generate and add a new FAQ category. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createFaqCategory/).
|
|
158
158
|
*/
|
|
159
159
|
createFaqCategory({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqCategorySchema>;
|
|
160
160
|
/**
|
|
@@ -166,7 +166,7 @@ declare class Content {
|
|
|
166
166
|
* @returns {Promise<ContentPlatformModel.LandingPageSchema>} - Success response
|
|
167
167
|
* @name createLandingPage
|
|
168
168
|
* @summary: Create landing page
|
|
169
|
-
* @description: Generate and add a new landing page. - Check out [method documentation](https://
|
|
169
|
+
* @description: Generate and add a new landing page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createLandingPage/).
|
|
170
170
|
*/
|
|
171
171
|
createLandingPage({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateLandingPageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageSchema>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ declare class Content {
|
|
|
176
176
|
* @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
|
|
177
177
|
* @name createNavigation
|
|
178
178
|
* @summary: Create navigation items
|
|
179
|
-
* @description: Generate and add a new navigation element. - Check out [method documentation](https://
|
|
179
|
+
* @description: Generate and add a new navigation element. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createNavigation/).
|
|
180
180
|
*/
|
|
181
181
|
createNavigation({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateNavigationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ declare class Content {
|
|
|
186
186
|
* @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
|
|
187
187
|
* @name createPage
|
|
188
188
|
* @summary: Create page
|
|
189
|
-
* @description: Generate and add a new page to the platform. - Check out [method documentation](https://
|
|
189
|
+
* @description: Generate and add a new page to the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createPage/).
|
|
190
190
|
*/
|
|
191
191
|
createPage({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreatePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
|
|
192
192
|
/**
|
|
@@ -198,7 +198,7 @@ declare class Content {
|
|
|
198
198
|
* @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
|
|
199
199
|
* @name createSEOMarkupSchema
|
|
200
200
|
* @summary: Create SEO Markup Schema
|
|
201
|
-
* @description: Use this API to Create SEO Markup Schema - Check out [method documentation](https://
|
|
201
|
+
* @description: Use this API to Create SEO Markup Schema - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createSEOMarkupSchema/).
|
|
202
202
|
*/
|
|
203
203
|
createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
204
204
|
/**
|
|
@@ -210,7 +210,7 @@ declare class Content {
|
|
|
210
210
|
* @returns {Promise<ContentPlatformModel.TranslateUiLabels>} - Success response
|
|
211
211
|
* @name createTranslateUILabels
|
|
212
212
|
* @summary: Add Translate Ui Labels
|
|
213
|
-
* @description: Creates a new Translate Ui Labels entry with specified configuration and locale settings. - Check out [method documentation](https://
|
|
213
|
+
* @description: Creates a new Translate Ui Labels entry with specified configuration and locale settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/createTranslateUILabels/).
|
|
214
214
|
*/
|
|
215
215
|
createTranslateUILabels({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateTranslateUILabelsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabels>;
|
|
216
216
|
/**
|
|
@@ -223,7 +223,7 @@ declare class Content {
|
|
|
223
223
|
* Success response
|
|
224
224
|
* @name deleteAnnouncement
|
|
225
225
|
* @summary: Delete an announcement
|
|
226
|
-
* @description: Remove a specific announcement. - Check out [method documentation](https://
|
|
226
|
+
* @description: Remove a specific announcement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteAnnouncement/).
|
|
227
227
|
*/
|
|
228
228
|
deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
229
229
|
/**
|
|
@@ -235,7 +235,7 @@ declare class Content {
|
|
|
235
235
|
* @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
|
|
236
236
|
* @name deleteAppCustomFieldDefinitionBySlug
|
|
237
237
|
* @summary: Delete custom fields definition
|
|
238
|
-
* @description: Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id. - Check out [method documentation](https://
|
|
238
|
+
* @description: Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteAppCustomFieldDefinitionBySlug/).
|
|
239
239
|
*/
|
|
240
240
|
deleteAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
|
|
241
241
|
/**
|
|
@@ -247,7 +247,7 @@ declare class Content {
|
|
|
247
247
|
* @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
|
|
248
248
|
* @name deleteAppCustomObjectBySlug
|
|
249
249
|
* @summary: Delete custom object
|
|
250
|
-
* @description: A Custom object entry can be deleted by providing the custom object definition slug and custom object entry slug using this endpoint. - Check out [method documentation](https://
|
|
250
|
+
* @description: A Custom object entry can be deleted by providing the custom object definition slug and custom object entry slug using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteAppCustomObjectBySlug/).
|
|
251
251
|
*/
|
|
252
252
|
deleteAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
|
|
253
253
|
/**
|
|
@@ -261,7 +261,7 @@ declare class Content {
|
|
|
261
261
|
*
|
|
262
262
|
* @name deleteAppCustomObjectDefinitionBySlug
|
|
263
263
|
* @summary: Delete custom object definition
|
|
264
|
-
* @description: Custom object definitions can be deleted using this endpoint by providing the definition ID. - Check out [method documentation](https://
|
|
264
|
+
* @description: Custom object definitions can be deleted using this endpoint by providing the definition ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteAppCustomObjectDefinitionBySlug/).
|
|
265
265
|
*/
|
|
266
266
|
deleteAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
|
|
267
267
|
/**
|
|
@@ -273,7 +273,7 @@ declare class Content {
|
|
|
273
273
|
* @returns {Promise<ContentPlatformModel.OperationResponseSchema>} - Success response
|
|
274
274
|
* @name deleteApplicationLanguage
|
|
275
275
|
* @summary: Remove app language
|
|
276
|
-
* @description: Remove a language from application's supported languages. - Check out [method documentation](https://
|
|
276
|
+
* @description: Remove a language from application's supported languages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteApplicationLanguage/).
|
|
277
277
|
*/
|
|
278
278
|
deleteApplicationLanguage({ locale, requestHeaders }?: ContentPlatformApplicationValidator.DeleteApplicationLanguageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.OperationResponseSchema>;
|
|
279
279
|
/**
|
|
@@ -285,7 +285,7 @@ declare class Content {
|
|
|
285
285
|
* @returns {Promise<ContentPlatformModel.OperationResponseSchema>} - Success response
|
|
286
286
|
* @name deleteApplicationResourceTranslation
|
|
287
287
|
* @summary: Remove app translation
|
|
288
|
-
* @description: Remove translations for application resources. - Check out [method documentation](https://
|
|
288
|
+
* @description: Remove translations for application resources. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteApplicationResourceTranslation/).
|
|
289
289
|
*/
|
|
290
290
|
deleteApplicationResourceTranslation({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteApplicationResourceTranslationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.OperationResponseSchema>;
|
|
291
291
|
/**
|
|
@@ -295,7 +295,7 @@ declare class Content {
|
|
|
295
295
|
* @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
|
|
296
296
|
* @name deleteBlog
|
|
297
297
|
* @summary: Delete a blog
|
|
298
|
-
* @description: Remove a specific blog. - Check out [method documentation](https://
|
|
298
|
+
* @description: Remove a specific blog. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteBlog/).
|
|
299
299
|
*/
|
|
300
300
|
deleteBlog({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
|
|
301
301
|
/**
|
|
@@ -306,7 +306,7 @@ declare class Content {
|
|
|
306
306
|
* Success response
|
|
307
307
|
* @name deleteDataLoader
|
|
308
308
|
* @summary: Delete a data loader
|
|
309
|
-
* @description: Remove a specific data loader. - Check out [method documentation](https://
|
|
309
|
+
* @description: Remove a specific data loader. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteDataLoader/).
|
|
310
310
|
*/
|
|
311
311
|
deleteDataLoader({ dataLoaderId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
|
|
312
312
|
/**
|
|
@@ -316,7 +316,7 @@ declare class Content {
|
|
|
316
316
|
* @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
|
|
317
317
|
* @name deleteFaq
|
|
318
318
|
* @summary: Delete FAQ
|
|
319
|
-
* @description: Remove a specific FAQ. - Check out [method documentation](https://
|
|
319
|
+
* @description: Remove a specific FAQ. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteFaq/).
|
|
320
320
|
*/
|
|
321
321
|
deleteFaq({ categoryId, faqId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteFaqParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
|
|
322
322
|
/**
|
|
@@ -328,7 +328,7 @@ declare class Content {
|
|
|
328
328
|
* @returns {Promise<ContentPlatformModel.FaqSchema>} - Success response
|
|
329
329
|
* @name deleteFaqCategory
|
|
330
330
|
* @summary: Delete FAQ category
|
|
331
|
-
* @description: Remove a specific FAQ category. - Check out [method documentation](https://
|
|
331
|
+
* @description: Remove a specific FAQ category. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteFaqCategory/).
|
|
332
332
|
*/
|
|
333
333
|
deleteFaqCategory({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.FaqSchema>;
|
|
334
334
|
/**
|
|
@@ -340,7 +340,7 @@ declare class Content {
|
|
|
340
340
|
* @returns {Promise<ContentPlatformModel.LandingPageSchema>} - Success response
|
|
341
341
|
* @name deleteLandingPage
|
|
342
342
|
* @summary: Delete landing page
|
|
343
|
-
* @description: Remove a specific landing page. - Check out [method documentation](https://
|
|
343
|
+
* @description: Remove a specific landing page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteLandingPage/).
|
|
344
344
|
*/
|
|
345
345
|
deleteLandingPage({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteLandingPageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageSchema>;
|
|
346
346
|
/**
|
|
@@ -350,7 +350,7 @@ declare class Content {
|
|
|
350
350
|
* @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
|
|
351
351
|
* @name deleteNavigation
|
|
352
352
|
* @summary: Delete navigation
|
|
353
|
-
* @description: Remove a specific navigation element. - Check out [method documentation](https://
|
|
353
|
+
* @description: Remove a specific navigation element. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteNavigation/).
|
|
354
354
|
*/
|
|
355
355
|
deleteNavigation({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteNavigationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
|
|
356
356
|
/**
|
|
@@ -360,7 +360,7 @@ declare class Content {
|
|
|
360
360
|
* @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
|
|
361
361
|
* @name deletePage
|
|
362
362
|
* @summary: Delete page
|
|
363
|
-
* @description: Remove a page from the platform. - Check out [method documentation](https://
|
|
363
|
+
* @description: Remove a page from the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deletePage/).
|
|
364
364
|
*/
|
|
365
365
|
deletePage({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeletePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
|
|
366
366
|
/**
|
|
@@ -372,7 +372,7 @@ declare class Content {
|
|
|
372
372
|
* @returns {Promise<Object>} - Success response
|
|
373
373
|
* @name deletePathRedirectionRules
|
|
374
374
|
* @summary: Delete path redirection rule
|
|
375
|
-
* @description: Remove specific path redirection rules. - Check out [method documentation](https://
|
|
375
|
+
* @description: Remove specific path redirection rules. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deletePathRedirectionRules/).
|
|
376
376
|
*/
|
|
377
377
|
deletePathRedirectionRules({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.DeletePathRedirectionRulesParam, { responseHeaders }?: object): Promise<any>;
|
|
378
378
|
/**
|
|
@@ -384,7 +384,7 @@ declare class Content {
|
|
|
384
384
|
* @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
|
|
385
385
|
* @name deleteSEOMarkupSchema
|
|
386
386
|
* @summary: Delete SEO Markup Schema
|
|
387
|
-
* @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://
|
|
387
|
+
* @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/deleteSEOMarkupSchema/).
|
|
388
388
|
*/
|
|
389
389
|
deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
390
390
|
/**
|
|
@@ -395,7 +395,7 @@ declare class Content {
|
|
|
395
395
|
* Success response
|
|
396
396
|
* @name editDataLoader
|
|
397
397
|
* @summary: Update a data loader
|
|
398
|
-
* @description: Modify the settings of a specific data loader. - Check out [method documentation](https://
|
|
398
|
+
* @description: Modify the settings of a specific data loader. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/editDataLoader/).
|
|
399
399
|
*/
|
|
400
400
|
editDataLoader({ dataLoaderId, body, requestHeaders }?: ContentPlatformApplicationValidator.EditDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
|
|
401
401
|
/**
|
|
@@ -407,7 +407,7 @@ declare class Content {
|
|
|
407
407
|
* @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
|
|
408
408
|
* @name editInjectableTag
|
|
409
409
|
* @summary: Update HTML tag
|
|
410
|
-
* @description: Modify settings for an injectable tag. - Check out [method documentation](https://
|
|
410
|
+
* @description: Modify settings for an injectable tag. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/editInjectableTag/).
|
|
411
411
|
*/
|
|
412
412
|
editInjectableTag({ tagId, body, requestHeaders }?: ContentPlatformApplicationValidator.EditInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
|
|
413
413
|
/**
|
|
@@ -419,7 +419,7 @@ declare class Content {
|
|
|
419
419
|
* @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
|
|
420
420
|
* @name editSEOMarkupSchema
|
|
421
421
|
* @summary: Get SEO Markup Schema
|
|
422
|
-
* @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://
|
|
422
|
+
* @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/editSEOMarkupSchema/).
|
|
423
423
|
*/
|
|
424
424
|
editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
425
425
|
/**
|
|
@@ -433,7 +433,7 @@ declare class Content {
|
|
|
433
433
|
*
|
|
434
434
|
* @name exportAppCustomObjectEntriesBySlug
|
|
435
435
|
* @summary: Initiate download for bulk custom object entries
|
|
436
|
-
* @description: Custom object bulk export of bulk entries can be perform using this endpoint. - Check out [method documentation](https://
|
|
436
|
+
* @description: Custom object bulk export of bulk entries can be perform using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/exportAppCustomObjectEntriesBySlug/).
|
|
437
437
|
*/
|
|
438
438
|
exportAppCustomObjectEntriesBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
|
|
439
439
|
/**
|
|
@@ -443,7 +443,7 @@ declare class Content {
|
|
|
443
443
|
* @returns {Promise<ContentPlatformModel.GeneratedSEOContent>} - Success response
|
|
444
444
|
* @name generateSEOTitle
|
|
445
445
|
* @summary: Generate SEO title
|
|
446
|
-
* @description: Create an SEO-friendly title for content. - Check out [method documentation](https://
|
|
446
|
+
* @description: Create an SEO-friendly title for content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/generateSEOTitle/).
|
|
447
447
|
*/
|
|
448
448
|
generateSEOTitle({ type, body, requestHeaders }?: ContentPlatformApplicationValidator.GenerateSEOTitleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GeneratedSEOContent>;
|
|
449
449
|
/**
|
|
@@ -455,7 +455,7 @@ declare class Content {
|
|
|
455
455
|
* @returns {Promise<ContentPlatformModel.AdminAnnouncementSchema>} - Success response
|
|
456
456
|
* @name getAnnouncementById
|
|
457
457
|
* @summary: Get announcement
|
|
458
|
-
* @description: Get detailed information about a specific announcement - Check out [method documentation](https://
|
|
458
|
+
* @description: Get detailed information about a specific announcement - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAnnouncementById/).
|
|
459
459
|
*/
|
|
460
460
|
getAnnouncementById({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementByIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.AdminAnnouncementSchema>;
|
|
461
461
|
/**
|
|
@@ -468,7 +468,7 @@ declare class Content {
|
|
|
468
468
|
* Success response
|
|
469
469
|
* @name getAnnouncementsList
|
|
470
470
|
* @summary: List announcements
|
|
471
|
-
* @description: Lists all announcements - Check out [method documentation](https://
|
|
471
|
+
* @description: Lists all announcements - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAnnouncementsList/).
|
|
472
472
|
*/
|
|
473
473
|
getAnnouncementsList({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementsListParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAnnouncementListSchema>;
|
|
474
474
|
/**
|
|
@@ -481,7 +481,7 @@ declare class Content {
|
|
|
481
481
|
* Success response
|
|
482
482
|
* @name getAppCustomFieldDefinitionByResource
|
|
483
483
|
* @summary: Get custom fields definitions for a given resource type
|
|
484
|
-
* @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://
|
|
484
|
+
* @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomFieldDefinitionByResource/).
|
|
485
485
|
*/
|
|
486
486
|
getAppCustomFieldDefinitionByResource({ pageNo, pageSize, resource, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
|
|
487
487
|
/**
|
|
@@ -495,7 +495,7 @@ declare class Content {
|
|
|
495
495
|
*
|
|
496
496
|
* @name getAppCustomFieldDefinitionBySlug
|
|
497
497
|
* @summary: Get custom fields definition by resource, slug and namespace
|
|
498
|
-
* @description: Custom field definitions can be retrived from this using its slug, namespace and resource - Check out [method documentation](https://
|
|
498
|
+
* @description: Custom field definitions can be retrived from this using its slug, namespace and resource - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomFieldDefinitionBySlug/).
|
|
499
499
|
*/
|
|
500
500
|
getAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>;
|
|
501
501
|
/**
|
|
@@ -508,7 +508,7 @@ declare class Content {
|
|
|
508
508
|
* Success response
|
|
509
509
|
* @name getAppCustomFieldDefinitions
|
|
510
510
|
* @summary: Get custom fields definitions
|
|
511
|
-
* @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://
|
|
511
|
+
* @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomFieldDefinitions/).
|
|
512
512
|
*/
|
|
513
513
|
getAppCustomFieldDefinitions({ pageNo, pageSize, resources, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
|
|
514
514
|
/**
|
|
@@ -520,7 +520,7 @@ declare class Content {
|
|
|
520
520
|
* @returns {Promise<ContentPlatformModel.MetafieldTypesSchema>} - Success response
|
|
521
521
|
* @name getAppCustomFieldTypes
|
|
522
522
|
* @summary: Get custom field types
|
|
523
|
-
* @description: Each custom field and custom field definition has a type, which defines the type of information that it can store. The custom field types have built-in validation. This api will give list of supported custom fields types - Check out [method documentation](https://
|
|
523
|
+
* @description: Each custom field and custom field definition has a type, which defines the type of information that it can store. The custom field types have built-in validation. This api will give list of supported custom fields types - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomFieldTypes/).
|
|
524
524
|
*/
|
|
525
525
|
getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.MetafieldTypesSchema>;
|
|
526
526
|
/**
|
|
@@ -534,7 +534,7 @@ declare class Content {
|
|
|
534
534
|
*
|
|
535
535
|
* @name getAppCustomFieldsByResourceSlug
|
|
536
536
|
* @summary: Get list of custom fields of given resource and resource slug
|
|
537
|
-
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug. - Check out [method documentation](https://
|
|
537
|
+
* @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/platform/content/getAppCustomFieldsByResourceSlug/).
|
|
538
538
|
*/
|
|
539
539
|
getAppCustomFieldsByResourceSlug({ resource, resourceSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
540
540
|
/**
|
|
@@ -547,7 +547,7 @@ declare class Content {
|
|
|
547
547
|
* Success response
|
|
548
548
|
* @name getAppCustomObjectBySlug
|
|
549
549
|
* @summary: Get custom object details
|
|
550
|
-
* @description: Details of a custom object entry can be obtained using this endpoint. - Check out [method documentation](https://
|
|
550
|
+
* @description: Details of a custom object entry can be obtained using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomObjectBySlug/).
|
|
551
551
|
*/
|
|
552
552
|
getAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
|
|
553
553
|
/**
|
|
@@ -561,7 +561,7 @@ declare class Content {
|
|
|
561
561
|
*
|
|
562
562
|
* @name getAppCustomObjectDefinitionBySlug
|
|
563
563
|
* @summary: Get custom object definition
|
|
564
|
-
* @description: Custom object definitions can be fetched using their custom object definition slug. - Check out [method documentation](https://
|
|
564
|
+
* @description: Custom object definitions can be fetched using their custom object definition slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomObjectDefinitionBySlug/).
|
|
565
565
|
*/
|
|
566
566
|
getAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
|
|
567
567
|
/**
|
|
@@ -574,7 +574,7 @@ declare class Content {
|
|
|
574
574
|
* Success response
|
|
575
575
|
* @name getAppCustomObjectDefinitions
|
|
576
576
|
* @summary: Get custom object definitions
|
|
577
|
-
* @description: Custom object definition lists can be obtained using this endpoint. - Check out [method documentation](https://
|
|
577
|
+
* @description: Custom object definition lists can be obtained using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomObjectDefinitions/).
|
|
578
578
|
*/
|
|
579
579
|
getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
|
|
580
580
|
/**
|
|
@@ -586,7 +586,7 @@ declare class Content {
|
|
|
586
586
|
* @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
|
|
587
587
|
* @name getAppCustomObjectsBySlug
|
|
588
588
|
* @summary: Get list of custom objects
|
|
589
|
-
* @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://
|
|
589
|
+
* @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppCustomObjectsBySlug/).
|
|
590
590
|
*/
|
|
591
591
|
getAppCustomObjectsBySlug({ pageNo, pageSize, definitionSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
|
|
592
592
|
/**
|
|
@@ -596,7 +596,7 @@ declare class Content {
|
|
|
596
596
|
* @returns {Promise<ContentPlatformModel.CustomObjectBulkEntry>} - Success response
|
|
597
597
|
* @name getAppJobs
|
|
598
598
|
* @summary: Get bulk import and export job list
|
|
599
|
-
* @description: Custom object bulk import and export jobs status and details can be obtained using this endpoint. - Check out [method documentation](https://
|
|
599
|
+
* @description: Custom object bulk import and export jobs status and details can be obtained using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppJobs/).
|
|
600
600
|
*/
|
|
601
601
|
getAppJobs({ page, pageSize, actionType, requestHeaders }?: ContentPlatformApplicationValidator.GetAppJobsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntry>;
|
|
602
602
|
/**
|
|
@@ -606,7 +606,7 @@ declare class Content {
|
|
|
606
606
|
* @returns {Promise<ContentPlatformModel.ResourcesSchema>} - Success response
|
|
607
607
|
* @name getAppResources
|
|
608
608
|
* @summary: Get resources
|
|
609
|
-
* @description: Each custom fields is assosiated with a resource such as product, promotion, coupon, selling location etc, This will gives list of supported resource list. - Check out [method documentation](https://
|
|
609
|
+
* @description: Each custom fields is assosiated with a resource such as product, promotion, coupon, selling location etc, This will gives list of supported resource list. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getAppResources/).
|
|
610
610
|
*/
|
|
611
611
|
getAppResources({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourcesSchema>;
|
|
612
612
|
/**
|
|
@@ -618,7 +618,7 @@ declare class Content {
|
|
|
618
618
|
* @returns {Promise<Object>} - Success response
|
|
619
619
|
* @name getApplicationLanguages
|
|
620
620
|
* @summary: Get app languages
|
|
621
|
-
* @description: Fetch all languages configured for the specified application. - Check out [method documentation](https://
|
|
621
|
+
* @description: Fetch all languages configured for the specified application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getApplicationLanguages/).
|
|
622
622
|
*/
|
|
623
623
|
getApplicationLanguages({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
624
624
|
/**
|
|
@@ -630,7 +630,7 @@ declare class Content {
|
|
|
630
630
|
* @returns {Promise<Object>} - Success response
|
|
631
631
|
* @name getApplicationResourceTranslations
|
|
632
632
|
* @summary: Get app translations
|
|
633
|
-
* @description: Fetch translations for application-level resources. - Check out [method documentation](https://
|
|
633
|
+
* @description: Fetch translations for application-level resources. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getApplicationResourceTranslations/).
|
|
634
634
|
*/
|
|
635
635
|
getApplicationResourceTranslations({ locale, type, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetApplicationResourceTranslationsParam, { responseHeaders }?: object): Promise<any>;
|
|
636
636
|
/**
|
|
@@ -640,7 +640,7 @@ declare class Content {
|
|
|
640
640
|
* @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
|
|
641
641
|
* @name getBlogBySlug
|
|
642
642
|
* @summary: Get blog by slug
|
|
643
|
-
* @description: Retrieve detailed information about a specific blog using its slug. - Check out [method documentation](https://
|
|
643
|
+
* @description: Retrieve detailed information about a specific blog using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getBlogBySlug/).
|
|
644
644
|
*/
|
|
645
645
|
getBlogBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
|
|
646
646
|
/**
|
|
@@ -650,7 +650,7 @@ declare class Content {
|
|
|
650
650
|
* @returns {Promise<ContentPlatformModel.BlogGetDetails>} - Success response
|
|
651
651
|
* @name getBlogs
|
|
652
652
|
* @summary: List blogs
|
|
653
|
-
* @description: List all blogs - Check out [method documentation](https://
|
|
653
|
+
* @description: List all blogs - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getBlogs/).
|
|
654
654
|
*/
|
|
655
655
|
getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetDetails>;
|
|
656
656
|
/**
|
|
@@ -660,7 +660,7 @@ declare class Content {
|
|
|
660
660
|
* @returns {Promise<ContentPlatformModel.DataLoadersSchema>} - Success response
|
|
661
661
|
* @name getDataLoaders
|
|
662
662
|
* @summary: List data loaders
|
|
663
|
-
* @description: List all Dataloaders - Check out [method documentation](https://
|
|
663
|
+
* @description: List all Dataloaders - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getDataLoaders/).
|
|
664
664
|
*/
|
|
665
665
|
getDataLoaders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoadersSchema>;
|
|
666
666
|
/**
|
|
@@ -673,7 +673,7 @@ declare class Content {
|
|
|
673
673
|
* Success response
|
|
674
674
|
* @name getDataLoadersByService
|
|
675
675
|
* @summary: List all data loaders
|
|
676
|
-
* @description: Use this to get all data loaders of an application by service name - Check out [method documentation](https://
|
|
676
|
+
* @description: Use this to get all data loaders of an application by service name - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getDataLoadersByService/).
|
|
677
677
|
*/
|
|
678
678
|
getDataLoadersByService({ serviceName, requestHeaders }?: ContentPlatformApplicationValidator.GetDataLoadersByServiceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
|
|
679
679
|
/**
|
|
@@ -686,7 +686,7 @@ declare class Content {
|
|
|
686
686
|
* Success response
|
|
687
687
|
* @name getDefaultNavigations
|
|
688
688
|
* @summary: Get default navigations
|
|
689
|
-
* @description: Retrieve default navigation elements. - Check out [method documentation](https://
|
|
689
|
+
* @description: Retrieve default navigation elements. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getDefaultNavigations/).
|
|
690
690
|
*/
|
|
691
691
|
getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationDetails>;
|
|
692
692
|
/**
|
|
@@ -698,7 +698,7 @@ declare class Content {
|
|
|
698
698
|
* @returns {Promise<ContentPlatformModel.DefaultSchemaComponent>} - Success response
|
|
699
699
|
* @name getDefaultSEOMarkupSchema
|
|
700
700
|
* @summary: List default SEO Markup Schemas
|
|
701
|
-
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://
|
|
701
|
+
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getDefaultSEOMarkupSchema/).
|
|
702
702
|
*/
|
|
703
703
|
getDefaultSEOMarkupSchema({ pageType, requestHeaders }?: ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSchemaComponent>;
|
|
704
704
|
/**
|
|
@@ -708,7 +708,7 @@ declare class Content {
|
|
|
708
708
|
* @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
|
|
709
709
|
* @name getFaqByIdOrSlug
|
|
710
710
|
* @summary: Get FAQ or slug
|
|
711
|
-
* @description: Get detailed information about a specific FAQ - Check out [method documentation](https://
|
|
711
|
+
* @description: Get detailed information about a specific FAQ - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getFaqByIdOrSlug/).
|
|
712
712
|
*/
|
|
713
713
|
getFaqByIdOrSlug({ idOrSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetFaqByIdOrSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
|
|
714
714
|
/**
|
|
@@ -718,7 +718,7 @@ declare class Content {
|
|
|
718
718
|
* @returns {Promise<ContentPlatformModel.GetFaqCategoriesSchema>} - Success response
|
|
719
719
|
* @name getFaqCategories
|
|
720
720
|
* @summary: List FAQ Categories
|
|
721
|
-
* @description: List all FAQ Categories - Check out [method documentation](https://
|
|
721
|
+
* @description: List all FAQ Categories - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getFaqCategories/).
|
|
722
722
|
*/
|
|
723
723
|
getFaqCategories({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.GetFaqCategoriesSchema>;
|
|
724
724
|
/**
|
|
@@ -731,7 +731,7 @@ declare class Content {
|
|
|
731
731
|
* Success response
|
|
732
732
|
* @name getFaqCategoryBySlugOrId
|
|
733
733
|
* @summary: Get FAQ category
|
|
734
|
-
* @description: Get detailed information about a specific FAQ category - Check out [method documentation](https://
|
|
734
|
+
* @description: Get detailed information about a specific FAQ category - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getFaqCategoryBySlugOrId/).
|
|
735
735
|
*/
|
|
736
736
|
getFaqCategoryBySlugOrId({ idOrSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetFaqCategoryBySlugOrIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetFaqCategoryBySlugSchema>;
|
|
737
737
|
/**
|
|
@@ -743,7 +743,7 @@ declare class Content {
|
|
|
743
743
|
* @returns {Promise<ContentPlatformModel.GetFaqSchema>} - Success response
|
|
744
744
|
* @name getFaqsByCategoryIdOrSlug
|
|
745
745
|
* @summary: List FAQs
|
|
746
|
-
* @description: Retrieve a list of FAQs within a specific category. - Check out [method documentation](https://
|
|
746
|
+
* @description: Retrieve a list of FAQs within a specific category. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getFaqsByCategoryIdOrSlug/).
|
|
747
747
|
*/
|
|
748
748
|
getFaqsByCategoryIdOrSlug({ idOrSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetFaqsByCategoryIdOrSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetFaqSchema>;
|
|
749
749
|
/**
|
|
@@ -755,7 +755,7 @@ declare class Content {
|
|
|
755
755
|
* @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
|
|
756
756
|
* @name getInjectableTags
|
|
757
757
|
* @summary: Get all HTML tags
|
|
758
|
-
* @description: Retrieve a list of injectable tags. - Check out [method documentation](https://
|
|
758
|
+
* @description: Retrieve a list of injectable tags. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getInjectableTags/).
|
|
759
759
|
*/
|
|
760
760
|
getInjectableTags({ all, requestHeaders }?: ContentPlatformApplicationValidator.GetInjectableTagsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
|
|
761
761
|
/**
|
|
@@ -765,7 +765,7 @@ declare class Content {
|
|
|
765
765
|
* @returns {Promise<ContentPlatformModel.LandingPageGetDetails>} - Success response
|
|
766
766
|
* @name getLandingPages
|
|
767
767
|
* @summary: Get landing pages
|
|
768
|
-
* @description: Lists a list landing pages as per device types - Check out [method documentation](https://
|
|
768
|
+
* @description: Lists a list landing pages as per device types - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getLandingPages/).
|
|
769
769
|
*/
|
|
770
770
|
getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetDetails>;
|
|
771
771
|
/**
|
|
@@ -777,7 +777,7 @@ declare class Content {
|
|
|
777
777
|
* @returns {Promise<ContentPlatformModel.ApplicationLegal>} - Success response
|
|
778
778
|
* @name getLegalInformation
|
|
779
779
|
* @summary: Get Legal Pages
|
|
780
|
-
* @description: Get legal information and terms - Check out [method documentation](https://
|
|
780
|
+
* @description: Get legal information and terms - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getLegalInformation/).
|
|
781
781
|
*/
|
|
782
782
|
getLegalInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationLegal>;
|
|
783
783
|
/**
|
|
@@ -789,7 +789,7 @@ declare class Content {
|
|
|
789
789
|
* @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
|
|
790
790
|
* @name getNavigationBySlug
|
|
791
791
|
* @summary: Get navigation by slug
|
|
792
|
-
* @description: Retrieve detailed information about a specific navigation element. - Check out [method documentation](https://
|
|
792
|
+
* @description: Retrieve detailed information about a specific navigation element. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getNavigationBySlug/).
|
|
793
793
|
*/
|
|
794
794
|
getNavigationBySlug({ slug, devicePlatform, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
|
|
795
795
|
/**
|
|
@@ -799,7 +799,7 @@ declare class Content {
|
|
|
799
799
|
* @returns {Promise<ContentPlatformModel.NavigationGetDetails>} - Success response
|
|
800
800
|
* @name getNavigations
|
|
801
801
|
* @summary: Get navigation items
|
|
802
|
-
* @description: Retrieve a list of navigational elements. - Check out [method documentation](https://
|
|
802
|
+
* @description: Retrieve a list of navigational elements. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getNavigations/).
|
|
803
803
|
*/
|
|
804
804
|
getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetDetails>;
|
|
805
805
|
/**
|
|
@@ -809,7 +809,7 @@ declare class Content {
|
|
|
809
809
|
* @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
|
|
810
810
|
* @name getPageBySlug
|
|
811
811
|
* @summary: Get page by slug
|
|
812
|
-
* @description: Get detailed information about a specific page using its slug. - Check out [method documentation](https://
|
|
812
|
+
* @description: Get detailed information about a specific page using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getPageBySlug/).
|
|
813
813
|
*/
|
|
814
814
|
getPageBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetPageBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
|
|
815
815
|
/**
|
|
@@ -819,7 +819,7 @@ declare class Content {
|
|
|
819
819
|
* @returns {Promise<ContentPlatformModel.PageMetaSchema>} - Success response
|
|
820
820
|
* @name getPageMeta
|
|
821
821
|
* @summary: Get page meta
|
|
822
|
-
* @description: Use this API to Get metadata for a specific page. - Check out [method documentation](https://
|
|
822
|
+
* @description: Use this API to Get metadata for a specific page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getPageMeta/).
|
|
823
823
|
*/
|
|
824
824
|
getPageMeta({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.PageMetaSchema>;
|
|
825
825
|
/**
|
|
@@ -829,7 +829,7 @@ declare class Content {
|
|
|
829
829
|
* @returns {Promise<ContentPlatformModel.PageSpec>} - Success response
|
|
830
830
|
* @name getPageSpec
|
|
831
831
|
* @summary: Get page specification
|
|
832
|
-
* @description: Use this API to Get specifications and details for a specific page - Check out [method documentation](https://
|
|
832
|
+
* @description: Use this API to Get specifications and details for a specific page - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getPageSpec/).
|
|
833
833
|
*/
|
|
834
834
|
getPageSpec({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSpec>;
|
|
835
835
|
/**
|
|
@@ -839,7 +839,7 @@ declare class Content {
|
|
|
839
839
|
* @returns {Promise<ContentPlatformModel.PageGetDetails>} - Success response
|
|
840
840
|
* @name getPages
|
|
841
841
|
* @summary: Get pages
|
|
842
|
-
* @description: Retrieve a list of available pages. - Check out [method documentation](https://
|
|
842
|
+
* @description: Retrieve a list of available pages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getPages/).
|
|
843
843
|
*/
|
|
844
844
|
getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetDetails>;
|
|
845
845
|
/**
|
|
@@ -851,7 +851,7 @@ declare class Content {
|
|
|
851
851
|
* @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
|
|
852
852
|
* @name getPathRedirectionRule
|
|
853
853
|
* @summary: Get Path Redirection Rule
|
|
854
|
-
* @description: Use this API to Get detailed information about a specific path redirection rule - Check out [method documentation](https://
|
|
854
|
+
* @description: Use this API to Get detailed information about a specific path redirection rule - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getPathRedirectionRule/).
|
|
855
855
|
*/
|
|
856
856
|
getPathRedirectionRule({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRuleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
|
|
857
857
|
/**
|
|
@@ -863,7 +863,7 @@ declare class Content {
|
|
|
863
863
|
* @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
|
|
864
864
|
* @name getPathRedirectionRules
|
|
865
865
|
* @summary: List Path Redirection Rules
|
|
866
|
-
* @description: Use this API to List Path Redirection Rules - Check out [method documentation](https://
|
|
866
|
+
* @description: Use this API to List Path Redirection Rules - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getPathRedirectionRules/).
|
|
867
867
|
*/
|
|
868
868
|
getPathRedirectionRules({ pageSize, pageNo, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
|
|
869
869
|
/**
|
|
@@ -875,7 +875,7 @@ declare class Content {
|
|
|
875
875
|
* @returns {Promise<ContentPlatformModel.SeoComponent>} - Success response
|
|
876
876
|
* @name getSEOConfiguration
|
|
877
877
|
* @summary: Get sales channel SEO
|
|
878
|
-
* @description: Retrieve configuration settings for SEO. - Check out [method documentation](https://
|
|
878
|
+
* @description: Retrieve configuration settings for SEO. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getSEOConfiguration/).
|
|
879
879
|
*/
|
|
880
880
|
getSEOConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoComponent>;
|
|
881
881
|
/**
|
|
@@ -887,7 +887,7 @@ declare class Content {
|
|
|
887
887
|
* @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
|
|
888
888
|
* @name getSEOMarkupSchema
|
|
889
889
|
* @summary: Get SEO Markup Schema
|
|
890
|
-
* @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://
|
|
890
|
+
* @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getSEOMarkupSchema/).
|
|
891
891
|
*/
|
|
892
892
|
getSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
893
893
|
/**
|
|
@@ -899,7 +899,7 @@ declare class Content {
|
|
|
899
899
|
* @returns {Promise<ContentPlatformModel.SeoSchemaComponent>} - Success response
|
|
900
900
|
* @name getSEOMarkupSchemas
|
|
901
901
|
* @summary: List default SEO Markup Schemas
|
|
902
|
-
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://
|
|
902
|
+
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getSEOMarkupSchemas/).
|
|
903
903
|
*/
|
|
904
904
|
getSEOMarkupSchemas({ title, active, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchemaComponent>;
|
|
905
905
|
/**
|
|
@@ -911,7 +911,7 @@ declare class Content {
|
|
|
911
911
|
* @returns {Promise<ContentPlatformModel.Support>} - Success response
|
|
912
912
|
* @name getSupportInformation
|
|
913
913
|
* @summary: Get support information
|
|
914
|
-
* @description: Retrieve information related to customer support. - Check out [method documentation](https://
|
|
914
|
+
* @description: Retrieve information related to customer support. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getSupportInformation/).
|
|
915
915
|
*/
|
|
916
916
|
getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
|
|
917
917
|
/**
|
|
@@ -923,7 +923,7 @@ declare class Content {
|
|
|
923
923
|
* @returns {Promise<ContentPlatformModel.TranslateUiLabelsPage>} - Success response
|
|
924
924
|
* @name getTranslateUILabels
|
|
925
925
|
* @summary: Get Translate Ui Labels
|
|
926
|
-
* @description: Retrieves Translate Ui Labels with optional filtering by type, application, and company identifiers. - Check out [method documentation](https://
|
|
926
|
+
* @description: Retrieves Translate Ui Labels with optional filtering by type, application, and company identifiers. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getTranslateUILabels/).
|
|
927
927
|
*/
|
|
928
928
|
getTranslateUILabels({ templateThemeId, themeId, locale, type, requestHeaders }?: ContentPlatformApplicationValidator.GetTranslateUILabelsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabelsPage>;
|
|
929
929
|
/**
|
|
@@ -935,7 +935,7 @@ declare class Content {
|
|
|
935
935
|
* @returns {Promise<ContentPlatformModel.TranslateUiLabels>} - Success response
|
|
936
936
|
* @name getTranslateUILabelsById
|
|
937
937
|
* @summary: Get Resource Detail
|
|
938
|
-
* @description: Fetches detailed information for a specific Translate Ui Labels using its unique identifier. - Check out [method documentation](https://
|
|
938
|
+
* @description: Fetches detailed information for a specific Translate Ui Labels using its unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/getTranslateUILabelsById/).
|
|
939
939
|
*/
|
|
940
940
|
getTranslateUILabelsById({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetTranslateUILabelsByIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabels>;
|
|
941
941
|
/**
|
|
@@ -949,7 +949,7 @@ declare class Content {
|
|
|
949
949
|
*
|
|
950
950
|
* @name importAppCustomObjectEntriesBySlug
|
|
951
951
|
* @summary: Bulk custom object entries upload
|
|
952
|
-
* @description: Custom object bulk import of bulk entries can be performed using this endpoint. - Check out [method documentation](https://
|
|
952
|
+
* @description: Custom object bulk import of bulk entries can be performed using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/importAppCustomObjectEntriesBySlug/).
|
|
953
953
|
*/
|
|
954
954
|
importAppCustomObjectEntriesBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>;
|
|
955
955
|
/**
|
|
@@ -961,7 +961,7 @@ declare class Content {
|
|
|
961
961
|
* @returns {Promise<ContentPlatformModel.TagDeleteSuccessDetails>} - Success response
|
|
962
962
|
* @name removeInjectableTag
|
|
963
963
|
* @summary: Remove HTML tag
|
|
964
|
-
* @description: Delete a specific injectable tag. - Check out [method documentation](https://
|
|
964
|
+
* @description: Delete a specific injectable tag. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/removeInjectableTag/).
|
|
965
965
|
*/
|
|
966
966
|
removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessDetails>;
|
|
967
967
|
/**
|
|
@@ -972,7 +972,7 @@ declare class Content {
|
|
|
972
972
|
* Success response
|
|
973
973
|
* @name resetDataLoader
|
|
974
974
|
* @summary: Reset a data loader
|
|
975
|
-
* @description: Clear and reset data loader settings. - Check out [method documentation](https://
|
|
975
|
+
* @description: Clear and reset data loader settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/resetDataLoader/).
|
|
976
976
|
*/
|
|
977
977
|
resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
|
|
978
978
|
/**
|
|
@@ -984,7 +984,7 @@ declare class Content {
|
|
|
984
984
|
* @returns {Promise<string>} - Success response
|
|
985
985
|
* @name sampleAppCustomObjectBulkEntryBySlug
|
|
986
986
|
* @summary: Download sample for custom object bulk entry
|
|
987
|
-
* @description: Sample files for custom object bulk import can be obtained from this endpoint. - Check out [method documentation](https://
|
|
987
|
+
* @description: Sample files for custom object bulk import can be obtained from this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/sampleAppCustomObjectBulkEntryBySlug/).
|
|
988
988
|
*/
|
|
989
989
|
sampleAppCustomObjectBulkEntryBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam, { responseHeaders }?: object): Promise<string>;
|
|
990
990
|
/**
|
|
@@ -995,7 +995,7 @@ declare class Content {
|
|
|
995
995
|
* Success response
|
|
996
996
|
* @name selectDataLoader
|
|
997
997
|
* @summary: Select a data loader
|
|
998
|
-
* @description: Choose and set a data loader for use. - Check out [method documentation](https://
|
|
998
|
+
* @description: Choose and set a data loader for use. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/selectDataLoader/).
|
|
999
999
|
*/
|
|
1000
1000
|
selectDataLoader({ dataLoaderId, requestHeaders }?: ContentPlatformApplicationValidator.SelectDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
|
|
1001
1001
|
/**
|
|
@@ -1008,7 +1008,7 @@ declare class Content {
|
|
|
1008
1008
|
* Success response
|
|
1009
1009
|
* @name updateAnnouncement
|
|
1010
1010
|
* @summary: Update announcement
|
|
1011
|
-
* @description: Modify the content and settings of a specific announcement. - Check out [method documentation](https://
|
|
1011
|
+
* @description: Modify the content and settings of a specific announcement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateAnnouncement/).
|
|
1012
1012
|
*/
|
|
1013
1013
|
updateAnnouncement({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
1014
1014
|
/**
|
|
@@ -1021,7 +1021,7 @@ declare class Content {
|
|
|
1021
1021
|
* Success response
|
|
1022
1022
|
* @name updateAnnouncementSchedule
|
|
1023
1023
|
* @summary: Update announcement schedule
|
|
1024
|
-
* @description: Modify the scheduling of a specific announcement. - Check out [method documentation](https://
|
|
1024
|
+
* @description: Modify the scheduling of a specific announcement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateAnnouncementSchedule/).
|
|
1025
1025
|
*/
|
|
1026
1026
|
updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
1027
1027
|
/**
|
|
@@ -1035,7 +1035,7 @@ declare class Content {
|
|
|
1035
1035
|
*
|
|
1036
1036
|
* @name updateAppCustomFieldByResourceSlug
|
|
1037
1037
|
* @summary: Create custom field entries for gives resource and resource slug
|
|
1038
|
-
* @description: You can add a custom field using this endpoint to any resource by providing the resource slug. - Check out [method documentation](https://
|
|
1038
|
+
* @description: You can add a custom field using this endpoint to any resource by providing the resource slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateAppCustomFieldByResourceSlug/).
|
|
1039
1039
|
*/
|
|
1040
1040
|
updateAppCustomFieldByResourceSlug({ resource, resourceSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
1041
1041
|
/**
|
|
@@ -1049,7 +1049,7 @@ declare class Content {
|
|
|
1049
1049
|
*
|
|
1050
1050
|
* @name updateAppCustomFieldDefinitionBySlug
|
|
1051
1051
|
* @summary: Update custom field definition
|
|
1052
|
-
* @description: Custom fields definition can be update using this api, You can update custom field definition name and description. - Check out [method documentation](https://
|
|
1052
|
+
* @description: Custom fields definition can be update using this api, You can update custom field definition name and description. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateAppCustomFieldDefinitionBySlug/).
|
|
1053
1053
|
*/
|
|
1054
1054
|
updateAppCustomFieldDefinitionBySlug({ slug, resource, namespace, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
1055
1055
|
/**
|
|
@@ -1062,7 +1062,7 @@ declare class Content {
|
|
|
1062
1062
|
* Success response
|
|
1063
1063
|
* @name updateAppCustomObjectBySlug
|
|
1064
1064
|
* @summary: Update custom object details
|
|
1065
|
-
* @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://
|
|
1065
|
+
* @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateAppCustomObjectBySlug/).
|
|
1066
1066
|
*/
|
|
1067
1067
|
updateAppCustomObjectBySlug({ definitionSlug, slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
|
|
1068
1068
|
/**
|
|
@@ -1076,7 +1076,7 @@ declare class Content {
|
|
|
1076
1076
|
*
|
|
1077
1077
|
* @name updateAppCustomObjectDefinitionBySlug
|
|
1078
1078
|
* @summary: Update custom object definition
|
|
1079
|
-
* @description: Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object. - Check out [method documentation](https://
|
|
1079
|
+
* @description: Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateAppCustomObjectDefinitionBySlug/).
|
|
1080
1080
|
*/
|
|
1081
1081
|
updateAppCustomObjectDefinitionBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
|
|
1082
1082
|
/**
|
|
@@ -1088,7 +1088,7 @@ declare class Content {
|
|
|
1088
1088
|
* @returns {Promise<ContentPlatformModel.ApplicationLanguage>} - Success response
|
|
1089
1089
|
* @name updateApplicationLanguageStatus
|
|
1090
1090
|
* @summary: Set app language
|
|
1091
|
-
* @description: Update language status and settings for the application. - Check out [method documentation](https://
|
|
1091
|
+
* @description: Update language status and settings for the application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateApplicationLanguageStatus/).
|
|
1092
1092
|
*/
|
|
1093
1093
|
updateApplicationLanguageStatus({ locale, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateApplicationLanguageStatusParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationLanguage>;
|
|
1094
1094
|
/**
|
|
@@ -1100,7 +1100,7 @@ declare class Content {
|
|
|
1100
1100
|
* @returns {Promise<ContentPlatformModel.ResourceTranslation>} - Success response
|
|
1101
1101
|
* @name updateApplicationResourceTranslation
|
|
1102
1102
|
* @summary: Update app translation
|
|
1103
|
-
* @description: Update existing translations for application resources. - Check out [method documentation](https://
|
|
1103
|
+
* @description: Update existing translations for application resources. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateApplicationResourceTranslation/).
|
|
1104
1104
|
*/
|
|
1105
1105
|
updateApplicationResourceTranslation({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateApplicationResourceTranslationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourceTranslation>;
|
|
1106
1106
|
/**
|
|
@@ -1110,7 +1110,7 @@ declare class Content {
|
|
|
1110
1110
|
* @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
|
|
1111
1111
|
* @name updateBlog
|
|
1112
1112
|
* @summary: Update a blog
|
|
1113
|
-
* @description: Modify the content and settings of a specific blog. - Check out [method documentation](https://
|
|
1113
|
+
* @description: Modify the content and settings of a specific blog. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateBlog/).
|
|
1114
1114
|
*/
|
|
1115
1115
|
updateBlog({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
|
|
1116
1116
|
/**
|
|
@@ -1120,7 +1120,7 @@ declare class Content {
|
|
|
1120
1120
|
* @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
|
|
1121
1121
|
* @name updateFaq
|
|
1122
1122
|
* @summary: Update FAQ
|
|
1123
|
-
* @description: Modify the content and settings of a specific FAQ. - Check out [method documentation](https://
|
|
1123
|
+
* @description: Modify the content and settings of a specific FAQ. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateFaq/).
|
|
1124
1124
|
*/
|
|
1125
1125
|
updateFaq({ categoryId, faqId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateFaqParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
|
|
1126
1126
|
/**
|
|
@@ -1132,7 +1132,7 @@ declare class Content {
|
|
|
1132
1132
|
* @returns {Promise<ContentPlatformModel.CreateFaqCategorySchema>} - Success response
|
|
1133
1133
|
* @name updateFaqCategory
|
|
1134
1134
|
* @summary: Update FAQ category
|
|
1135
|
-
* @description: Modify the content and settings of a specific FAQ category. - Check out [method documentation](https://
|
|
1135
|
+
* @description: Modify the content and settings of a specific FAQ category. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateFaqCategory/).
|
|
1136
1136
|
*/
|
|
1137
1137
|
updateFaqCategory({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqCategorySchema>;
|
|
1138
1138
|
/**
|
|
@@ -1144,7 +1144,7 @@ declare class Content {
|
|
|
1144
1144
|
* @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
|
|
1145
1145
|
* @name updateInjectableTag
|
|
1146
1146
|
* @summary: Update HTML tag
|
|
1147
|
-
* @description: Modify settings for an injectable tag. - Check out [method documentation](https://
|
|
1147
|
+
* @description: Modify settings for an injectable tag. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateInjectableTag/).
|
|
1148
1148
|
*/
|
|
1149
1149
|
updateInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
|
|
1150
1150
|
/**
|
|
@@ -1156,7 +1156,7 @@ declare class Content {
|
|
|
1156
1156
|
* @returns {Promise<ContentPlatformModel.LandingPageSchema>} - Success response
|
|
1157
1157
|
* @name updateLandingPage
|
|
1158
1158
|
* @summary: Update landing page
|
|
1159
|
-
* @description: Modify the content and settings of a specific landing page. - Check out [method documentation](https://
|
|
1159
|
+
* @description: Modify the content and settings of a specific landing page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateLandingPage/).
|
|
1160
1160
|
*/
|
|
1161
1161
|
updateLandingPage({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateLandingPageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageSchema>;
|
|
1162
1162
|
/**
|
|
@@ -1168,7 +1168,7 @@ declare class Content {
|
|
|
1168
1168
|
* @returns {Promise<ContentPlatformModel.ApplicationLegal>} - Success response
|
|
1169
1169
|
* @name updateLegalInformation
|
|
1170
1170
|
* @summary: Update Legal Pages
|
|
1171
|
-
* @description: Modify legal information and terms. - Check out [method documentation](https://
|
|
1171
|
+
* @description: Modify legal information and terms. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateLegalInformation/).
|
|
1172
1172
|
*/
|
|
1173
1173
|
updateLegalInformation({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateLegalInformationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationLegal>;
|
|
1174
1174
|
/**
|
|
@@ -1178,7 +1178,7 @@ declare class Content {
|
|
|
1178
1178
|
* @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
|
|
1179
1179
|
* @name updateNavigation
|
|
1180
1180
|
* @summary: Update navigation
|
|
1181
|
-
* @description: Modify the content and settings of a specific navigation element. - Check out [method documentation](https://
|
|
1181
|
+
* @description: Modify the content and settings of a specific navigation element. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateNavigation/).
|
|
1182
1182
|
*/
|
|
1183
1183
|
updateNavigation({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateNavigationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
|
|
1184
1184
|
/**
|
|
@@ -1188,7 +1188,7 @@ declare class Content {
|
|
|
1188
1188
|
* @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
|
|
1189
1189
|
* @name updatePage
|
|
1190
1190
|
* @summary: Update page
|
|
1191
|
-
* @description: Modify and update the content of a page. - Check out [method documentation](https://
|
|
1191
|
+
* @description: Modify and update the content of a page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updatePage/).
|
|
1192
1192
|
*/
|
|
1193
1193
|
updatePage({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
|
|
1194
1194
|
/**
|
|
@@ -1200,7 +1200,7 @@ declare class Content {
|
|
|
1200
1200
|
* @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
|
|
1201
1201
|
* @name updatePagePreview
|
|
1202
1202
|
* @summary: Update page preview
|
|
1203
|
-
* @description: Modify the content and settings of a specific page preview. - Check out [method documentation](https://
|
|
1203
|
+
* @description: Modify the content and settings of a specific page preview. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updatePagePreview/).
|
|
1204
1204
|
*/
|
|
1205
1205
|
updatePagePreview({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePagePreviewParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
|
|
1206
1206
|
/**
|
|
@@ -1212,7 +1212,7 @@ declare class Content {
|
|
|
1212
1212
|
* @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
|
|
1213
1213
|
* @name updatePathRedirectionRules
|
|
1214
1214
|
* @summary: Update path redirection rule
|
|
1215
|
-
* @description: Modify settings for path redirection rules. - Check out [method documentation](https://
|
|
1215
|
+
* @description: Modify settings for path redirection rules. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updatePathRedirectionRules/).
|
|
1216
1216
|
*/
|
|
1217
1217
|
updatePathRedirectionRules({ pathId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
|
|
1218
1218
|
/**
|
|
@@ -1224,7 +1224,7 @@ declare class Content {
|
|
|
1224
1224
|
* @returns {Promise<ContentPlatformModel.SeoSchema>} - Success response
|
|
1225
1225
|
* @name updateSEOConfiguration
|
|
1226
1226
|
* @summary: Update sales channel SEO information
|
|
1227
|
-
* @description: Modify configuration settings for SEO. - Check out [method documentation](https://
|
|
1227
|
+
* @description: Modify configuration settings for SEO. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateSEOConfiguration/).
|
|
1228
1228
|
*/
|
|
1229
1229
|
updateSEOConfiguration({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSEOConfigurationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchema>;
|
|
1230
1230
|
/**
|
|
@@ -1236,7 +1236,7 @@ declare class Content {
|
|
|
1236
1236
|
* @returns {Promise<ContentPlatformModel.Support>} - Success response
|
|
1237
1237
|
* @name updateSupportInformation
|
|
1238
1238
|
* @summary: Update Customer Support Information
|
|
1239
|
-
* @description: Modify information related to customer support. - Check out [method documentation](https://
|
|
1239
|
+
* @description: Modify information related to customer support. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateSupportInformation/).
|
|
1240
1240
|
*/
|
|
1241
1241
|
updateSupportInformation({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSupportInformationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
|
|
1242
1242
|
/**
|
|
@@ -1248,7 +1248,7 @@ declare class Content {
|
|
|
1248
1248
|
* @returns {Promise<ContentPlatformModel.TranslateUiLabels>} - Success response
|
|
1249
1249
|
* @name updateTranslateUILabels
|
|
1250
1250
|
* @summary: Update Resource Detail
|
|
1251
|
-
* @description: Modifies existing Translate Ui Labels properties including locale, type, and associated configurations. - Check out [method documentation](https://
|
|
1251
|
+
* @description: Modifies existing Translate Ui Labels properties including locale, type, and associated configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/updateTranslateUILabels/).
|
|
1252
1252
|
*/
|
|
1253
1253
|
updateTranslateUILabels({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateTranslateUILabelsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabels>;
|
|
1254
1254
|
/**
|
|
@@ -1261,7 +1261,7 @@ declare class Content {
|
|
|
1261
1261
|
* Success response
|
|
1262
1262
|
* @name upsertApplicationResourceTranslationInBulk
|
|
1263
1263
|
* @summary: Bulk update translations
|
|
1264
|
-
* @description: Create or update multiple translations in a single request. - Check out [method documentation](https://
|
|
1264
|
+
* @description: Create or update multiple translations in a single request. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/content/upsertApplicationResourceTranslationInBulk/).
|
|
1265
1265
|
*/
|
|
1266
1266
|
upsertApplicationResourceTranslationInBulk({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpsertApplicationResourceTranslationInBulkParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourceTranslationBulkUpsert>;
|
|
1267
1267
|
}
|