@gofynd/fdk-client-javascript 3.3.5 → 3.4.0
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 +36 -33
- package/sdk/application/Catalog/CatalogApplicationClient.js +54 -35
- 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 +19 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +53 -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 +6 -6
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +3 -3
- 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 +7 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +3 -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 +233 -3
- package/sdk/platform/Cart/CartPlatformModel.js +147 -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 +81 -79
- package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -80
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +89 -5
- package/sdk/platform/Catalog/CatalogPlatformModel.js +57 -3
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +7 -2
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +4 -2
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +19 -3
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +16 -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 +29 -10
- package/sdk/platform/Order/OrderPlatformModel.js +28 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +162 -39
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +840 -73
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +139 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +125 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +30 -30
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +36 -30
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +936 -62
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +591 -33
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +12 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +5 -0
- 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 +70 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +285 -34
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +38 -1
- package/sdk/platform/User/UserPlatformApplicationValidator.js +42 -0
- package/sdk/platform/User/UserPlatformModel.d.ts +430 -10
- package/sdk/platform/User/UserPlatformModel.js +276 -7
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +12 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +5 -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
|
@@ -9,7 +9,7 @@ declare class Theme {
|
|
|
9
9
|
* @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
|
|
10
10
|
* @name getAllPages
|
|
11
11
|
* @summary: Get all pages
|
|
12
|
-
* @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://
|
|
12
|
+
* @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getAllPages/).
|
|
13
13
|
*/
|
|
14
14
|
getAllPages({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.GetAllPagesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AllAvailablePageSchema>;
|
|
15
15
|
/**
|
|
@@ -19,7 +19,7 @@ declare class Theme {
|
|
|
19
19
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
20
20
|
* @name createPage
|
|
21
21
|
* @summary: Create page
|
|
22
|
-
* @description: Add a new page to the partner server configurations. - Check out [method documentation](https://
|
|
22
|
+
* @description: Add a new page to the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createPage/).
|
|
23
23
|
*/
|
|
24
24
|
createPage({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.CreatePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
|
|
25
25
|
/**
|
|
@@ -29,7 +29,7 @@ declare class Theme {
|
|
|
29
29
|
* @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
|
|
30
30
|
* @name updateMultiplePages
|
|
31
31
|
* @summary: Update multiple pages
|
|
32
|
-
* @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://
|
|
32
|
+
* @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateMultiplePages/).
|
|
33
33
|
*/
|
|
34
34
|
updateMultiplePages({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateMultiplePagesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AllAvailablePageSchema>;
|
|
35
35
|
/**
|
|
@@ -39,7 +39,7 @@ declare class Theme {
|
|
|
39
39
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
40
40
|
* @name getPage
|
|
41
41
|
* @summary: Get page
|
|
42
|
-
* @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://
|
|
42
|
+
* @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getPage/).
|
|
43
43
|
*/
|
|
44
44
|
getPage({ companyId, applicationId, themeId, pageValue, requestHeaders }?: ThemePartnerValidator.GetPageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
|
|
45
45
|
/**
|
|
@@ -49,7 +49,7 @@ declare class Theme {
|
|
|
49
49
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
50
50
|
* @name updatePage
|
|
51
51
|
* @summary: Update page
|
|
52
|
-
* @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://
|
|
52
|
+
* @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updatePage/).
|
|
53
53
|
*/
|
|
54
54
|
updatePage({ companyId, applicationId, themeId, pageValue, body, requestHeaders }?: ThemePartnerValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
|
|
55
55
|
/**
|
|
@@ -59,7 +59,7 @@ declare class Theme {
|
|
|
59
59
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
60
60
|
* @name deletePage
|
|
61
61
|
* @summary: Delete page
|
|
62
|
-
* @description: Remove a page from the partner server configurations. - Check out [method documentation](https://
|
|
62
|
+
* @description: Remove a page from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deletePage/).
|
|
63
63
|
*/
|
|
64
64
|
deletePage({ companyId, applicationId, themeId, pageValue, requestHeaders }?: ThemePartnerValidator.DeletePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
|
|
65
65
|
/**
|
|
@@ -69,7 +69,7 @@ declare class Theme {
|
|
|
69
69
|
* @returns {Promise<ThemePartnerModel.ThemesSchema[]>} - Success response
|
|
70
70
|
* @name getApplicationThemes
|
|
71
71
|
* @summary: Get application themes
|
|
72
|
-
* @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://
|
|
72
|
+
* @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getApplicationThemes/).
|
|
73
73
|
*/
|
|
74
74
|
getApplicationThemes({ companyId, applicationId, requestHeaders }?: ThemePartnerValidator.GetApplicationThemesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema[]>;
|
|
75
75
|
/**
|
|
@@ -79,7 +79,7 @@ declare class Theme {
|
|
|
79
79
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
80
80
|
* @name getThemeById
|
|
81
81
|
* @summary: Get theme by ID
|
|
82
|
-
* @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://
|
|
82
|
+
* @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeById/).
|
|
83
83
|
*/
|
|
84
84
|
getThemeById({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.GetThemeByIdParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
|
|
85
85
|
/**
|
|
@@ -89,7 +89,7 @@ declare class Theme {
|
|
|
89
89
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
90
90
|
* @name updateTheme
|
|
91
91
|
* @summary: Update theme
|
|
92
|
-
* @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://
|
|
92
|
+
* @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateTheme/).
|
|
93
93
|
*/
|
|
94
94
|
updateTheme({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
|
|
95
95
|
/**
|
|
@@ -99,7 +99,7 @@ declare class Theme {
|
|
|
99
99
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
100
100
|
* @name deleteTheme
|
|
101
101
|
* @summary: Delete theme
|
|
102
|
-
* @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://
|
|
102
|
+
* @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteTheme/).
|
|
103
103
|
*/
|
|
104
104
|
deleteTheme({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.DeleteThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ declare class Theme {
|
|
|
109
109
|
* @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
|
|
110
110
|
* @name getOrganizationThemes
|
|
111
111
|
* @summary: Get organization themes
|
|
112
|
-
* @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://
|
|
112
|
+
* @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemes/).
|
|
113
113
|
*/
|
|
114
114
|
getOrganizationThemes({ status, pageSize, pageNo, requestHeaders }?: ThemePartnerValidator.GetOrganizationThemesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceThemeSchema>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ declare class Theme {
|
|
|
119
119
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
120
120
|
* @name getOrganizationThemeDetails
|
|
121
121
|
* @summary: Get organization theme details
|
|
122
|
-
* @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://
|
|
122
|
+
* @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemeDetails/).
|
|
123
123
|
*/
|
|
124
124
|
getOrganizationThemeDetails({ themeId, requestHeaders }?: ThemePartnerValidator.GetOrganizationThemeDetailsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
|
|
125
125
|
/**
|
|
@@ -129,7 +129,7 @@ declare class Theme {
|
|
|
129
129
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
130
130
|
* @name updateDraftTheme
|
|
131
131
|
* @summary: Update draft theme
|
|
132
|
-
* @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://
|
|
132
|
+
* @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateDraftTheme/).
|
|
133
133
|
*/
|
|
134
134
|
updateDraftTheme({ themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateDraftThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
|
|
135
135
|
/**
|
|
@@ -139,7 +139,7 @@ declare class Theme {
|
|
|
139
139
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
140
140
|
* @name submitOrganizationTheme
|
|
141
141
|
* @summary: Submit organization theme
|
|
142
|
-
* @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://
|
|
142
|
+
* @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/submitOrganizationTheme/).
|
|
143
143
|
*/
|
|
144
144
|
submitOrganizationTheme({ themeId, body, requestHeaders }?: ThemePartnerValidator.SubmitOrganizationThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
|
|
145
145
|
/**
|
|
@@ -149,7 +149,7 @@ declare class Theme {
|
|
|
149
149
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
150
150
|
* @name deleteOrganizationTheme
|
|
151
151
|
* @summary: Delete organization theme
|
|
152
|
-
* @description: Remove a theme from partner server organizations. - Check out [method documentation](https://
|
|
152
|
+
* @description: Remove a theme from partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteOrganizationTheme/).
|
|
153
153
|
*/
|
|
154
154
|
deleteOrganizationTheme({ themeId, requestHeaders }?: ThemePartnerValidator.DeleteOrganizationThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
|
|
155
155
|
/**
|
|
@@ -159,7 +159,7 @@ declare class Theme {
|
|
|
159
159
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme[]>} - Success response
|
|
160
160
|
* @name getLatestVersionOfThemeBySlug
|
|
161
161
|
* @summary: Get latest version of theme by slug
|
|
162
|
-
* @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://
|
|
162
|
+
* @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
|
|
163
163
|
*/
|
|
164
164
|
getLatestVersionOfThemeBySlug({ slugName, requestHeaders }?: ThemePartnerValidator.GetLatestVersionOfThemeBySlugParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme[]>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ declare class Theme {
|
|
|
169
169
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
170
170
|
* @name createNewThemeInOrganization
|
|
171
171
|
* @summary: Create new theme in organization
|
|
172
|
-
* @description: Add a new theme to partner server organizations. - Check out [method documentation](https://
|
|
172
|
+
* @description: Add a new theme to partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createNewThemeInOrganization/).
|
|
173
173
|
*/
|
|
174
174
|
createNewThemeInOrganization({ body, slug, requestHeaders }?: ThemePartnerValidator.CreateNewThemeInOrganizationParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ declare class Theme {
|
|
|
179
179
|
* @returns {Promise<ThemePartnerModel.ExtensionSectionDraft>} - Success response
|
|
180
180
|
* @name createExtensionSectionDraft
|
|
181
181
|
* @summary: Draft extension section
|
|
182
|
-
* @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://
|
|
182
|
+
* @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createExtensionSectionDraft/).
|
|
183
183
|
*/
|
|
184
184
|
createExtensionSectionDraft({ extensionId, body, requestHeaders }?: ThemePartnerValidator.CreateExtensionSectionDraftParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionSectionDraft>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ declare class Theme {
|
|
|
189
189
|
* @returns {Promise<ThemePartnerModel.ExtensionSectionPublish>} - Success response
|
|
190
190
|
* @name publishExtensionSections
|
|
191
191
|
* @summary: Publish an extension section
|
|
192
|
-
* @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://
|
|
192
|
+
* @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/publishExtensionSections/).
|
|
193
193
|
*/
|
|
194
194
|
publishExtensionSections({ extensionId, body, requestHeaders }?: ThemePartnerValidator.PublishExtensionSectionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionSectionPublish>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ declare class Theme {
|
|
|
199
199
|
* @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
|
|
200
200
|
* @name applyExtensionPreview
|
|
201
201
|
* @summary: Start a Preview of Extension Section
|
|
202
|
-
* @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://
|
|
202
|
+
* @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/applyExtensionPreview/).
|
|
203
203
|
*/
|
|
204
204
|
applyExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.ApplyExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreview>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ declare class Theme {
|
|
|
209
209
|
* @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
|
|
210
210
|
* @name removeExtensionPreview
|
|
211
211
|
* @summary: Close a Preview of Extension Section
|
|
212
|
-
* @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://
|
|
212
|
+
* @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/removeExtensionPreview/).
|
|
213
213
|
*/
|
|
214
214
|
removeExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.RemoveExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreview>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ declare class Theme {
|
|
|
219
219
|
* @returns {Promise<ThemePartnerModel.ThemeRejectionReasons>} - Success response
|
|
220
220
|
* @name getThemeRejectionReasons
|
|
221
221
|
* @summary: Get theme rejection reasons
|
|
222
|
-
* @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://
|
|
222
|
+
* @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeRejectionReasons/).
|
|
223
223
|
*/
|
|
224
224
|
getThemeRejectionReasons({ themeId, requestHeaders }?: ThemePartnerValidator.GetThemeRejectionReasonsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemeRejectionReasons>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ declare class Theme {
|
|
|
229
229
|
* @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
|
|
230
230
|
* @name getThemeVersions
|
|
231
231
|
* @summary: Get theme versions
|
|
232
|
-
* @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://
|
|
232
|
+
* @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeVersions/).
|
|
233
233
|
*/
|
|
234
234
|
getThemeVersions({ themeSlug, pageSize, pageNo, requestHeaders }?: ThemePartnerValidator.GetThemeVersionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceThemeSchema>;
|
|
235
235
|
/**
|
|
@@ -239,7 +239,7 @@ declare class Theme {
|
|
|
239
239
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
240
240
|
* @name createTheme
|
|
241
241
|
* @summary: Create a new theme
|
|
242
|
-
* @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://
|
|
242
|
+
* @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createTheme/).
|
|
243
243
|
*/
|
|
244
244
|
createTheme({ companyId, applicationId, body, requestHeaders }?: ThemePartnerValidator.CreateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
|
|
245
245
|
}
|
|
@@ -21,7 +21,7 @@ class Theme {
|
|
|
21
21
|
* @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
|
|
22
22
|
* @name getAllPages
|
|
23
23
|
* @summary: Get all pages
|
|
24
|
-
* @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://
|
|
24
|
+
* @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getAllPages/).
|
|
25
25
|
*/
|
|
26
26
|
async getAllPages(
|
|
27
27
|
{ companyId, applicationId, themeId, requestHeaders } = {
|
|
@@ -98,7 +98,7 @@ class Theme {
|
|
|
98
98
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
99
99
|
* @name createPage
|
|
100
100
|
* @summary: Create page
|
|
101
|
-
* @description: Add a new page to the partner server configurations. - Check out [method documentation](https://
|
|
101
|
+
* @description: Add a new page to the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createPage/).
|
|
102
102
|
*/
|
|
103
103
|
async createPage(
|
|
104
104
|
{ companyId, applicationId, themeId, body, requestHeaders } = {
|
|
@@ -182,7 +182,7 @@ class Theme {
|
|
|
182
182
|
* @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
|
|
183
183
|
* @name updateMultiplePages
|
|
184
184
|
* @summary: Update multiple pages
|
|
185
|
-
* @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://
|
|
185
|
+
* @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateMultiplePages/).
|
|
186
186
|
*/
|
|
187
187
|
async updateMultiplePages(
|
|
188
188
|
{ companyId, applicationId, themeId, body, requestHeaders } = {
|
|
@@ -268,7 +268,7 @@ class Theme {
|
|
|
268
268
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
269
269
|
* @name getPage
|
|
270
270
|
* @summary: Get page
|
|
271
|
-
* @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://
|
|
271
|
+
* @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getPage/).
|
|
272
272
|
*/
|
|
273
273
|
async getPage(
|
|
274
274
|
{ companyId, applicationId, themeId, pageValue, requestHeaders } = {
|
|
@@ -346,7 +346,7 @@ class Theme {
|
|
|
346
346
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
347
347
|
* @name updatePage
|
|
348
348
|
* @summary: Update page
|
|
349
|
-
* @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://
|
|
349
|
+
* @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updatePage/).
|
|
350
350
|
*/
|
|
351
351
|
async updatePage(
|
|
352
352
|
{ companyId, applicationId, themeId, pageValue, body, requestHeaders } = {
|
|
@@ -432,7 +432,7 @@ class Theme {
|
|
|
432
432
|
* @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
|
|
433
433
|
* @name deletePage
|
|
434
434
|
* @summary: Delete page
|
|
435
|
-
* @description: Remove a page from the partner server configurations. - Check out [method documentation](https://
|
|
435
|
+
* @description: Remove a page from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deletePage/).
|
|
436
436
|
*/
|
|
437
437
|
async deletePage(
|
|
438
438
|
{ companyId, applicationId, themeId, pageValue, requestHeaders } = {
|
|
@@ -510,7 +510,7 @@ class Theme {
|
|
|
510
510
|
* @returns {Promise<ThemePartnerModel.ThemesSchema[]>} - Success response
|
|
511
511
|
* @name getApplicationThemes
|
|
512
512
|
* @summary: Get application themes
|
|
513
|
-
* @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://
|
|
513
|
+
* @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getApplicationThemes/).
|
|
514
514
|
*/
|
|
515
515
|
async getApplicationThemes(
|
|
516
516
|
{ companyId, applicationId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -583,7 +583,7 @@ class Theme {
|
|
|
583
583
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
584
584
|
* @name getThemeById
|
|
585
585
|
* @summary: Get theme by ID
|
|
586
|
-
* @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://
|
|
586
|
+
* @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeById/).
|
|
587
587
|
*/
|
|
588
588
|
async getThemeById(
|
|
589
589
|
{ companyId, applicationId, themeId, requestHeaders } = {
|
|
@@ -660,7 +660,7 @@ class Theme {
|
|
|
660
660
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
661
661
|
* @name updateTheme
|
|
662
662
|
* @summary: Update theme
|
|
663
|
-
* @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://
|
|
663
|
+
* @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateTheme/).
|
|
664
664
|
*/
|
|
665
665
|
async updateTheme(
|
|
666
666
|
{ companyId, applicationId, themeId, body, requestHeaders } = {
|
|
@@ -744,7 +744,7 @@ class Theme {
|
|
|
744
744
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
745
745
|
* @name deleteTheme
|
|
746
746
|
* @summary: Delete theme
|
|
747
|
-
* @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://
|
|
747
|
+
* @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteTheme/).
|
|
748
748
|
*/
|
|
749
749
|
async deleteTheme(
|
|
750
750
|
{ companyId, applicationId, themeId, requestHeaders } = {
|
|
@@ -821,7 +821,7 @@ class Theme {
|
|
|
821
821
|
* @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
|
|
822
822
|
* @name getOrganizationThemes
|
|
823
823
|
* @summary: Get organization themes
|
|
824
|
-
* @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://
|
|
824
|
+
* @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemes/).
|
|
825
825
|
*/
|
|
826
826
|
async getOrganizationThemes(
|
|
827
827
|
{ status, pageSize, pageNo, requestHeaders } = { requestHeaders: {} },
|
|
@@ -905,7 +905,7 @@ class Theme {
|
|
|
905
905
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
906
906
|
* @name getOrganizationThemeDetails
|
|
907
907
|
* @summary: Get organization theme details
|
|
908
|
-
* @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://
|
|
908
|
+
* @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemeDetails/).
|
|
909
909
|
*/
|
|
910
910
|
async getOrganizationThemeDetails(
|
|
911
911
|
{ themeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -984,7 +984,7 @@ class Theme {
|
|
|
984
984
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
985
985
|
* @name updateDraftTheme
|
|
986
986
|
* @summary: Update draft theme
|
|
987
|
-
* @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://
|
|
987
|
+
* @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateDraftTheme/).
|
|
988
988
|
*/
|
|
989
989
|
async updateDraftTheme(
|
|
990
990
|
{ themeId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1063,7 +1063,7 @@ class Theme {
|
|
|
1063
1063
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
1064
1064
|
* @name submitOrganizationTheme
|
|
1065
1065
|
* @summary: Submit organization theme
|
|
1066
|
-
* @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://
|
|
1066
|
+
* @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/submitOrganizationTheme/).
|
|
1067
1067
|
*/
|
|
1068
1068
|
async submitOrganizationTheme(
|
|
1069
1069
|
{ themeId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1142,7 +1142,7 @@ class Theme {
|
|
|
1142
1142
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
1143
1143
|
* @name deleteOrganizationTheme
|
|
1144
1144
|
* @summary: Delete organization theme
|
|
1145
|
-
* @description: Remove a theme from partner server organizations. - Check out [method documentation](https://
|
|
1145
|
+
* @description: Remove a theme from partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteOrganizationTheme/).
|
|
1146
1146
|
*/
|
|
1147
1147
|
async deleteOrganizationTheme(
|
|
1148
1148
|
{ themeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1219,7 +1219,7 @@ class Theme {
|
|
|
1219
1219
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme[]>} - Success response
|
|
1220
1220
|
* @name getLatestVersionOfThemeBySlug
|
|
1221
1221
|
* @summary: Get latest version of theme by slug
|
|
1222
|
-
* @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://
|
|
1222
|
+
* @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
|
|
1223
1223
|
*/
|
|
1224
1224
|
async getLatestVersionOfThemeBySlug(
|
|
1225
1225
|
{ slugName, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1295,7 +1295,7 @@ class Theme {
|
|
|
1295
1295
|
* @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
|
|
1296
1296
|
* @name createNewThemeInOrganization
|
|
1297
1297
|
* @summary: Create new theme in organization
|
|
1298
|
-
* @description: Add a new theme to partner server organizations. - Check out [method documentation](https://
|
|
1298
|
+
* @description: Add a new theme to partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createNewThemeInOrganization/).
|
|
1299
1299
|
*/
|
|
1300
1300
|
async createNewThemeInOrganization(
|
|
1301
1301
|
{ body, slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1377,7 +1377,7 @@ class Theme {
|
|
|
1377
1377
|
* @returns {Promise<ThemePartnerModel.ExtensionSectionDraft>} - Success response
|
|
1378
1378
|
* @name createExtensionSectionDraft
|
|
1379
1379
|
* @summary: Draft extension section
|
|
1380
|
-
* @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://
|
|
1380
|
+
* @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createExtensionSectionDraft/).
|
|
1381
1381
|
*/
|
|
1382
1382
|
async createExtensionSectionDraft(
|
|
1383
1383
|
{ extensionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1458,7 +1458,7 @@ class Theme {
|
|
|
1458
1458
|
* @returns {Promise<ThemePartnerModel.ExtensionSectionPublish>} - Success response
|
|
1459
1459
|
* @name publishExtensionSections
|
|
1460
1460
|
* @summary: Publish an extension section
|
|
1461
|
-
* @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://
|
|
1461
|
+
* @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/publishExtensionSections/).
|
|
1462
1462
|
*/
|
|
1463
1463
|
async publishExtensionSections(
|
|
1464
1464
|
{ extensionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1537,7 +1537,7 @@ class Theme {
|
|
|
1537
1537
|
* @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
|
|
1538
1538
|
* @name applyExtensionPreview
|
|
1539
1539
|
* @summary: Start a Preview of Extension Section
|
|
1540
|
-
* @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://
|
|
1540
|
+
* @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/applyExtensionPreview/).
|
|
1541
1541
|
*/
|
|
1542
1542
|
async applyExtensionPreview(
|
|
1543
1543
|
{ extensionSectionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1616,7 +1616,7 @@ class Theme {
|
|
|
1616
1616
|
* @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
|
|
1617
1617
|
* @name removeExtensionPreview
|
|
1618
1618
|
* @summary: Close a Preview of Extension Section
|
|
1619
|
-
* @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://
|
|
1619
|
+
* @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/removeExtensionPreview/).
|
|
1620
1620
|
*/
|
|
1621
1621
|
async removeExtensionPreview(
|
|
1622
1622
|
{ extensionSectionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1695,7 +1695,7 @@ class Theme {
|
|
|
1695
1695
|
* @returns {Promise<ThemePartnerModel.ThemeRejectionReasons>} - Success response
|
|
1696
1696
|
* @name getThemeRejectionReasons
|
|
1697
1697
|
* @summary: Get theme rejection reasons
|
|
1698
|
-
* @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://
|
|
1698
|
+
* @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeRejectionReasons/).
|
|
1699
1699
|
*/
|
|
1700
1700
|
async getThemeRejectionReasons(
|
|
1701
1701
|
{ themeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1772,7 +1772,7 @@ class Theme {
|
|
|
1772
1772
|
* @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
|
|
1773
1773
|
* @name getThemeVersions
|
|
1774
1774
|
* @summary: Get theme versions
|
|
1775
|
-
* @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://
|
|
1775
|
+
* @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeVersions/).
|
|
1776
1776
|
*/
|
|
1777
1777
|
async getThemeVersions(
|
|
1778
1778
|
{ themeSlug, pageSize, pageNo, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1855,7 +1855,7 @@ class Theme {
|
|
|
1855
1855
|
* @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
|
|
1856
1856
|
* @name createTheme
|
|
1857
1857
|
* @summary: Create a new theme
|
|
1858
|
-
* @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://
|
|
1858
|
+
* @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createTheme/).
|
|
1859
1859
|
*/
|
|
1860
1860
|
async createTheme(
|
|
1861
1861
|
{ companyId, applicationId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -9,7 +9,7 @@ declare class Webhook {
|
|
|
9
9
|
* @returns {Promise<WebhookPartnerModel.ResponseTimeTs>} - Success response
|
|
10
10
|
* @name responseTimeSummary
|
|
11
11
|
* @summary: Response time summary
|
|
12
|
-
* @description: Response time summary - Check out [method documentation](https://
|
|
12
|
+
* @description: Response time summary - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/responseTimeSummary/).
|
|
13
13
|
*/
|
|
14
14
|
responseTimeSummary({ extensionId, startDate, endDate, requestHeaders }?: WebhookPartnerValidator.ResponseTimeSummaryParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.ResponseTimeTs>;
|
|
15
15
|
/**
|
|
@@ -19,7 +19,7 @@ declare class Webhook {
|
|
|
19
19
|
* @returns {Promise<WebhookPartnerModel.DeliverySummaryResult>} - Success response
|
|
20
20
|
* @name fetchDeliverySummary
|
|
21
21
|
* @summary: Webhook delivery summary
|
|
22
|
-
* @description: Webhook delivery summary - Check out [method documentation](https://
|
|
22
|
+
* @description: Webhook delivery summary - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchDeliverySummary/).
|
|
23
23
|
*/
|
|
24
24
|
fetchDeliverySummary({ extensionId, startDate, endDate, requestHeaders }?: WebhookPartnerValidator.FetchDeliverySummaryParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.DeliverySummaryResult>;
|
|
25
25
|
/**
|
|
@@ -29,7 +29,7 @@ declare class Webhook {
|
|
|
29
29
|
* @returns {Promise<WebhookPartnerModel.DeliveryDetailsResult>} - Success response
|
|
30
30
|
* @name getDeliveryDetailInsights
|
|
31
31
|
* @summary: Get the insights of delivery details of the events that was pushed to subscribers
|
|
32
|
-
* @description: Get the delivery details insights - Check out [method documentation](https://
|
|
32
|
+
* @description: Get the delivery details insights - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/getDeliveryDetailInsights/).
|
|
33
33
|
*/
|
|
34
34
|
getDeliveryDetailInsights({ extensionId, body, requestHeaders }?: WebhookPartnerValidator.GetDeliveryDetailInsightsParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.DeliveryDetailsResult>;
|
|
35
35
|
/**
|
|
@@ -39,7 +39,7 @@ declare class Webhook {
|
|
|
39
39
|
* @returns {Promise<WebhookPartnerModel.DeliveryTsResult>} - Success response
|
|
40
40
|
* @name fetchDeliveryTs
|
|
41
41
|
* @summary: Webhook delivery ts
|
|
42
|
-
* @description: Webhook delivery ts - Check out [method documentation](https://
|
|
42
|
+
* @description: Webhook delivery ts - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchDeliveryTs/).
|
|
43
43
|
*/
|
|
44
44
|
fetchDeliveryTs({ extensionId, startDate, endDate, requestHeaders }?: WebhookPartnerValidator.FetchDeliveryTsParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.DeliveryTsResult>;
|
|
45
45
|
/**
|
|
@@ -49,7 +49,7 @@ declare class Webhook {
|
|
|
49
49
|
* @returns {Promise<WebhookPartnerModel.FilterReportResult[]>} - Success response
|
|
50
50
|
* @name fetchReportFilters
|
|
51
51
|
* @summary: Fetch webhook report filters
|
|
52
|
-
* @description: Fetch webhook report filters - Check out [method documentation](https://
|
|
52
|
+
* @description: Fetch webhook report filters - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchReportFilters/).
|
|
53
53
|
*/
|
|
54
54
|
fetchReportFilters({ extensionId, startDate, endDate, pageNo, pageSize, requestHeaders }?: WebhookPartnerValidator.FetchReportFiltersParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.FilterReportResult[]>;
|
|
55
55
|
/**
|
|
@@ -59,7 +59,7 @@ declare class Webhook {
|
|
|
59
59
|
* @returns {Promise<WebhookPartnerModel.CancelDownloadResult>} - Success response
|
|
60
60
|
* @name cancelReportDownload
|
|
61
61
|
* @summary: Cancel report download job
|
|
62
|
-
* @description: Cancel report download job - Check out [method documentation](https://
|
|
62
|
+
* @description: Cancel report download job - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/cancelReportDownload/).
|
|
63
63
|
*/
|
|
64
64
|
cancelReportDownload({ extensionId, filename, requestHeaders }?: WebhookPartnerValidator.CancelReportDownloadParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.CancelDownloadResult>;
|
|
65
65
|
/**
|
|
@@ -70,7 +70,7 @@ declare class Webhook {
|
|
|
70
70
|
* @name getHistoricalReports
|
|
71
71
|
* @summary: Get report download history.
|
|
72
72
|
* @description: Retrieve history reports for a specific company based on the provided filters.
|
|
73
|
-
* - Check out [method documentation](https://
|
|
73
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/getHistoricalReports/).
|
|
74
74
|
*/
|
|
75
75
|
getHistoricalReports({ extensionId, body, requestHeaders }?: WebhookPartnerValidator.GetHistoricalReportsParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.HistoryResult>;
|
|
76
76
|
/**
|
|
@@ -81,7 +81,7 @@ declare class Webhook {
|
|
|
81
81
|
* @name getInvalidEventList
|
|
82
82
|
* @summary: Get invalid event list
|
|
83
83
|
* @description: Get invalid event list.
|
|
84
|
-
* - Check out [method documentation](https://
|
|
84
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/getInvalidEventList/).
|
|
85
85
|
*/
|
|
86
86
|
getInvalidEventList({ extensionId, body, requestHeaders }?: WebhookPartnerValidator.GetInvalidEventListParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.InvalidEventsResult[]>;
|
|
87
87
|
/**
|
|
@@ -91,7 +91,7 @@ declare class Webhook {
|
|
|
91
91
|
* @returns {Promise<WebhookPartnerModel.SubscriberConfigDetails>} - Success response
|
|
92
92
|
* @name fetchSubscribers
|
|
93
93
|
* @summary: Fetch subscriber by filters
|
|
94
|
-
* @description: Fetch subscriber by filters - Check out [method documentation](https://
|
|
94
|
+
* @description: Fetch subscriber by filters - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchSubscribers/).
|
|
95
95
|
*/
|
|
96
96
|
fetchSubscribers({ extensionId, requestHeaders }?: WebhookPartnerValidator.FetchSubscribersParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.SubscriberConfigDetails>;
|
|
97
97
|
/**
|
|
@@ -102,7 +102,7 @@ declare class Webhook {
|
|
|
102
102
|
* @name updateSubscriber
|
|
103
103
|
* @summary: Update subscriber status by id.
|
|
104
104
|
* @description: Update subscriber status by id.
|
|
105
|
-
* - Check out [method documentation](https://
|
|
105
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/updateSubscriber/).
|
|
106
106
|
*/
|
|
107
107
|
updateSubscriber({ extensionId, subscriberId, body, requestHeaders }?: WebhookPartnerValidator.UpdateSubscriberParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.SubscriberUpdateResult>;
|
|
108
108
|
}
|
|
@@ -21,7 +21,7 @@ class Webhook {
|
|
|
21
21
|
* @returns {Promise<WebhookPartnerModel.ResponseTimeTs>} - Success response
|
|
22
22
|
* @name responseTimeSummary
|
|
23
23
|
* @summary: Response time summary
|
|
24
|
-
* @description: Response time summary - Check out [method documentation](https://
|
|
24
|
+
* @description: Response time summary - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/responseTimeSummary/).
|
|
25
25
|
*/
|
|
26
26
|
async responseTimeSummary(
|
|
27
27
|
{ extensionId, startDate, endDate, requestHeaders } = {
|
|
@@ -106,7 +106,7 @@ class Webhook {
|
|
|
106
106
|
* @returns {Promise<WebhookPartnerModel.DeliverySummaryResult>} - Success response
|
|
107
107
|
* @name fetchDeliverySummary
|
|
108
108
|
* @summary: Webhook delivery summary
|
|
109
|
-
* @description: Webhook delivery summary - Check out [method documentation](https://
|
|
109
|
+
* @description: Webhook delivery summary - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchDeliverySummary/).
|
|
110
110
|
*/
|
|
111
111
|
async fetchDeliverySummary(
|
|
112
112
|
{ extensionId, startDate, endDate, requestHeaders } = {
|
|
@@ -191,7 +191,7 @@ class Webhook {
|
|
|
191
191
|
* @returns {Promise<WebhookPartnerModel.DeliveryDetailsResult>} - Success response
|
|
192
192
|
* @name getDeliveryDetailInsights
|
|
193
193
|
* @summary: Get the insights of delivery details of the events that was pushed to subscribers
|
|
194
|
-
* @description: Get the delivery details insights - Check out [method documentation](https://
|
|
194
|
+
* @description: Get the delivery details insights - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/getDeliveryDetailInsights/).
|
|
195
195
|
*/
|
|
196
196
|
async getDeliveryDetailInsights(
|
|
197
197
|
{ extensionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -272,7 +272,7 @@ class Webhook {
|
|
|
272
272
|
* @returns {Promise<WebhookPartnerModel.DeliveryTsResult>} - Success response
|
|
273
273
|
* @name fetchDeliveryTs
|
|
274
274
|
* @summary: Webhook delivery ts
|
|
275
|
-
* @description: Webhook delivery ts - Check out [method documentation](https://
|
|
275
|
+
* @description: Webhook delivery ts - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchDeliveryTs/).
|
|
276
276
|
*/
|
|
277
277
|
async fetchDeliveryTs(
|
|
278
278
|
{ extensionId, startDate, endDate, requestHeaders } = {
|
|
@@ -357,7 +357,7 @@ class Webhook {
|
|
|
357
357
|
* @returns {Promise<WebhookPartnerModel.FilterReportResult[]>} - Success response
|
|
358
358
|
* @name fetchReportFilters
|
|
359
359
|
* @summary: Fetch webhook report filters
|
|
360
|
-
* @description: Fetch webhook report filters - Check out [method documentation](https://
|
|
360
|
+
* @description: Fetch webhook report filters - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchReportFilters/).
|
|
361
361
|
*/
|
|
362
362
|
async fetchReportFilters(
|
|
363
363
|
{ extensionId, startDate, endDate, pageNo, pageSize, requestHeaders } = {
|
|
@@ -445,7 +445,7 @@ class Webhook {
|
|
|
445
445
|
* @returns {Promise<WebhookPartnerModel.CancelDownloadResult>} - Success response
|
|
446
446
|
* @name cancelReportDownload
|
|
447
447
|
* @summary: Cancel report download job
|
|
448
|
-
* @description: Cancel report download job - Check out [method documentation](https://
|
|
448
|
+
* @description: Cancel report download job - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/cancelReportDownload/).
|
|
449
449
|
*/
|
|
450
450
|
async cancelReportDownload(
|
|
451
451
|
{ extensionId, filename, requestHeaders } = { requestHeaders: {} },
|
|
@@ -525,7 +525,7 @@ class Webhook {
|
|
|
525
525
|
* @name getHistoricalReports
|
|
526
526
|
* @summary: Get report download history.
|
|
527
527
|
* @description: Retrieve history reports for a specific company based on the provided filters.
|
|
528
|
-
* - Check out [method documentation](https://
|
|
528
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/getHistoricalReports/).
|
|
529
529
|
*/
|
|
530
530
|
async getHistoricalReports(
|
|
531
531
|
{ extensionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -605,7 +605,7 @@ class Webhook {
|
|
|
605
605
|
* @name getInvalidEventList
|
|
606
606
|
* @summary: Get invalid event list
|
|
607
607
|
* @description: Get invalid event list.
|
|
608
|
-
* - Check out [method documentation](https://
|
|
608
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/getInvalidEventList/).
|
|
609
609
|
*/
|
|
610
610
|
async getInvalidEventList(
|
|
611
611
|
{ extensionId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -681,7 +681,7 @@ class Webhook {
|
|
|
681
681
|
* @returns {Promise<WebhookPartnerModel.SubscriberConfigDetails>} - Success response
|
|
682
682
|
* @name fetchSubscribers
|
|
683
683
|
* @summary: Fetch subscriber by filters
|
|
684
|
-
* @description: Fetch subscriber by filters - Check out [method documentation](https://
|
|
684
|
+
* @description: Fetch subscriber by filters - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/fetchSubscribers/).
|
|
685
685
|
*/
|
|
686
686
|
async fetchSubscribers(
|
|
687
687
|
{ extensionId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -759,7 +759,7 @@ class Webhook {
|
|
|
759
759
|
* @name updateSubscriber
|
|
760
760
|
* @summary: Update subscriber status by id.
|
|
761
761
|
* @description: Update subscriber status by id.
|
|
762
|
-
* - Check out [method documentation](https://
|
|
762
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/webhook/updateSubscriber/).
|
|
763
763
|
*/
|
|
764
764
|
async updateSubscriber(
|
|
765
765
|
{ extensionId, subscriberId, body, requestHeaders } = {
|