@gofynd/fdk-client-javascript 3.3.5 → 3.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
- package/sdk/application/Cart/CartApplicationClient.js +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
- package/sdk/application/Content/ContentApplicationClient.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
- package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
- package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
- package/sdk/application/Lead/LeadApplicationClient.js +5 -5
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +47 -47
- package/sdk/application/User/UserApplicationClient.js +47 -47
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
- package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
- package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +2 -2
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +1 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
- package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
- package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
- package/sdk/platform/Cart/CartPlatformModel.d.ts +41 -3
- package/sdk/platform/Cart/CartPlatformModel.js +24 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +77 -77
- package/sdk/platform/Catalog/CatalogPlatformClient.js +77 -77
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +56 -3
- package/sdk/platform/Catalog/CatalogPlatformModel.js +40 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +2 -2
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +2 -2
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
- package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
- package/sdk/platform/Content/ContentPlatformClient.js +40 -40
- package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformModel.js +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
- package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
- package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
- package/sdk/platform/Order/OrderPlatformClient.js +58 -58
- package/sdk/platform/Order/OrderPlatformModel.d.ts +9 -9
- package/sdk/platform/Order/OrderPlatformModel.js +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformModel.js +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
- package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +34 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
- package/sdk/public/Content/ContentPublicClient.js +14 -14
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
|
@@ -22,7 +22,7 @@ class User {
|
|
|
22
22
|
* @returns {Promise<UserPlatformModel.ArchiveUserSuccess>} - Success response
|
|
23
23
|
* @name archiveUser
|
|
24
24
|
* @summary: Archive User
|
|
25
|
-
* @description: Delete user from sales channel, allowing re-registration with the same mobile/email for a new user account. - Check out [method documentation](https://
|
|
25
|
+
* @description: Delete user from sales channel, allowing re-registration with the same mobile/email for a new user account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/archiveUser/).
|
|
26
26
|
*/
|
|
27
27
|
async archiveUser(
|
|
28
28
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -99,7 +99,7 @@ class User {
|
|
|
99
99
|
* @returns {Promise<UserPlatformModel.BlockUserSuccess>} - Success response
|
|
100
100
|
* @name blockOrUnblockUsers
|
|
101
101
|
* @summary: Block/Unblock Users
|
|
102
|
-
* @description: Manage user access by blocking or unblocking their accounts, restricting login for blocked accounts and allowing login for unblocked accounts. - Check out [method documentation](https://
|
|
102
|
+
* @description: Manage user access by blocking or unblocking their accounts, restricting login for blocked accounts and allowing login for unblocked accounts. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/blockOrUnblockUsers/).
|
|
103
103
|
*/
|
|
104
104
|
async blockOrUnblockUsers(
|
|
105
105
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -180,7 +180,7 @@ class User {
|
|
|
180
180
|
* @returns {Promise<UserPlatformModel.BulkActionModel>} - Success response
|
|
181
181
|
* @name bulkImportStoreFrontUsers
|
|
182
182
|
* @summary: Bulk import storefront customers using CSV and XLSX files.
|
|
183
|
-
* @description: The API allows bulk import of storefront customers using CSV or XLSX files. - Check out [method documentation](https://
|
|
183
|
+
* @description: The API allows bulk import of storefront customers using CSV or XLSX files. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/bulkImportStoreFrontUsers/).
|
|
184
184
|
*/
|
|
185
185
|
async bulkImportStoreFrontUsers(
|
|
186
186
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -261,7 +261,7 @@ class User {
|
|
|
261
261
|
* @returns {Promise<UserPlatformModel.BulkActionModel>} - Success response
|
|
262
262
|
* @name createBulkExportUsers
|
|
263
263
|
* @summary: Bulk export storefront customers using CSV and XLSX files.
|
|
264
|
-
* @description: This API allows bulk export of storefront users by requesting files in CSV or XLSX format. - Check out [method documentation](https://
|
|
264
|
+
* @description: This API allows bulk export of storefront users by requesting files in CSV or XLSX format. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/createBulkExportUsers/).
|
|
265
265
|
*/
|
|
266
266
|
async createBulkExportUsers(
|
|
267
267
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -340,7 +340,7 @@ class User {
|
|
|
340
340
|
* @returns {Promise<UserPlatformModel.CreateUserResponseSchema>} - Success response
|
|
341
341
|
* @name createUser
|
|
342
342
|
* @summary: Create User
|
|
343
|
-
* @description: Register and add a new user to the sales channel. - Check out [method documentation](https://
|
|
343
|
+
* @description: Register and add a new user to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/createUser/).
|
|
344
344
|
*/
|
|
345
345
|
async createUser(
|
|
346
346
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -420,7 +420,7 @@ class User {
|
|
|
420
420
|
* Success response
|
|
421
421
|
* @name createUserAttributeDefinition
|
|
422
422
|
* @summary: Create a User Attribute Definition
|
|
423
|
-
* @description: Create a new User Attribute Definition - Check out [method documentation](https://
|
|
423
|
+
* @description: Create a new User Attribute Definition - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/createUserAttributeDefinition/).
|
|
424
424
|
*/
|
|
425
425
|
async createUserAttributeDefinition(
|
|
426
426
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -499,7 +499,7 @@ class User {
|
|
|
499
499
|
* @returns {Promise<UserPlatformModel.UserGroupResponseSchema>} - Success response
|
|
500
500
|
* @name createUserGroup
|
|
501
501
|
* @summary: Create User Group
|
|
502
|
-
* @description: Form and add a new user group. - Check out [method documentation](https://
|
|
502
|
+
* @description: Form and add a new user group. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/createUserGroup/).
|
|
503
503
|
*/
|
|
504
504
|
async createUserGroup(
|
|
505
505
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -579,7 +579,7 @@ class User {
|
|
|
579
579
|
* Success response
|
|
580
580
|
* @name createUserSession
|
|
581
581
|
* @summary: Create User Session
|
|
582
|
-
* @description: Create session for user interactions - Check out [method documentation](https://
|
|
582
|
+
* @description: Create session for user interactions - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/createUserSession/).
|
|
583
583
|
*/
|
|
584
584
|
async createUserSession(
|
|
585
585
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -661,7 +661,7 @@ class User {
|
|
|
661
661
|
* Success response
|
|
662
662
|
* @name deleteActiveSessions
|
|
663
663
|
* @summary: Delete User Active Sessions
|
|
664
|
-
* @description: Terminate all active user sessions. - Check out [method documentation](https://
|
|
664
|
+
* @description: Terminate all active user sessions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/deleteActiveSessions/).
|
|
665
665
|
*/
|
|
666
666
|
async deleteActiveSessions(
|
|
667
667
|
{ id, reason, requestHeaders } = { requestHeaders: {} },
|
|
@@ -745,7 +745,7 @@ class User {
|
|
|
745
745
|
* Success response
|
|
746
746
|
* @name deleteSession
|
|
747
747
|
* @summary: Delete User Session
|
|
748
|
-
* @description: Terminate an active user session. - Check out [method documentation](https://
|
|
748
|
+
* @description: Terminate an active user session. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/deleteSession/).
|
|
749
749
|
*/
|
|
750
750
|
async deleteSession(
|
|
751
751
|
{ id, sessionId, reason, requestHeaders } = { requestHeaders: {} },
|
|
@@ -829,7 +829,7 @@ class User {
|
|
|
829
829
|
* @returns {Promise<UserPlatformModel.SuccessMessage>} - Success response
|
|
830
830
|
* @name deleteUserAttribute
|
|
831
831
|
* @summary: Delete User Attribute
|
|
832
|
-
* @description: Delete User Attribute - Check out [method documentation](https://
|
|
832
|
+
* @description: Delete User Attribute - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/deleteUserAttribute/).
|
|
833
833
|
*/
|
|
834
834
|
async deleteUserAttribute(
|
|
835
835
|
{ attributeDefId, userId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -906,7 +906,7 @@ class User {
|
|
|
906
906
|
* @returns {Promise<UserPlatformModel.SuccessMessage>} - Success response
|
|
907
907
|
* @name deleteUserAttributeDefinitionById
|
|
908
908
|
* @summary: Delete User Attribute Definition
|
|
909
|
-
* @description: Delete a user attribute definition by its unique identifier. - Check out [method documentation](https://
|
|
909
|
+
* @description: Delete a user attribute definition by its unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/deleteUserAttributeDefinitionById/).
|
|
910
910
|
*/
|
|
911
911
|
async deleteUserAttributeDefinitionById(
|
|
912
912
|
{ attributeDefId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -981,7 +981,7 @@ class User {
|
|
|
981
981
|
* @returns {Promise<UserPlatformModel.SessionListResponseSchema>} - Success response
|
|
982
982
|
* @name getActiveSessions
|
|
983
983
|
* @summary: Get User Active Sessions
|
|
984
|
-
* @description: Retrieve a list of currently active user sessions. - Check out [method documentation](https://
|
|
984
|
+
* @description: Retrieve a list of currently active user sessions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getActiveSessions/).
|
|
985
985
|
*/
|
|
986
986
|
async getActiveSessions(
|
|
987
987
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1065,7 +1065,7 @@ class User {
|
|
|
1065
1065
|
* @summary: Get Bulk User's Export Lists for a specific Application.
|
|
1066
1066
|
* @description: This API allows fetching the list of bulk user exports for a specific application and company.
|
|
1067
1067
|
* It supports pagination and filtering based on various parameters.
|
|
1068
|
-
* - Check out [method documentation](https://
|
|
1068
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getBulkExportUsersList/).
|
|
1069
1069
|
*/
|
|
1070
1070
|
async getBulkExportUsersList(
|
|
1071
1071
|
{
|
|
@@ -1176,7 +1176,7 @@ class User {
|
|
|
1176
1176
|
* @summary: Get Bulk User's Import Lists for a specific Application.
|
|
1177
1177
|
* @description: This API allows fetching the list of bulk user imports for a specific application and company.
|
|
1178
1178
|
* It supports pagination and filtering based on various parameters.
|
|
1179
|
-
* - Check out [method documentation](https://
|
|
1179
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getBulkImportUsersList/).
|
|
1180
1180
|
*/
|
|
1181
1181
|
async getBulkImportUsersList(
|
|
1182
1182
|
{
|
|
@@ -1283,7 +1283,7 @@ class User {
|
|
|
1283
1283
|
* @returns {Promise<UserPlatformModel.CustomerListResponseSchema>} - Success response
|
|
1284
1284
|
* @name getCustomers
|
|
1285
1285
|
* @summary: Get a List of Users
|
|
1286
|
-
* @description: Retrieve details of users registered in the sales channel - Check out [method documentation](https://
|
|
1286
|
+
* @description: Retrieve details of users registered in the sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getCustomers/).
|
|
1287
1287
|
*/
|
|
1288
1288
|
async getCustomers(
|
|
1289
1289
|
{ q, pageSize, pageNo, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1367,7 +1367,7 @@ class User {
|
|
|
1367
1367
|
* @returns {Promise<UserPlatformModel.PlatformSchema>} - Success response
|
|
1368
1368
|
* @name getPlatformConfig
|
|
1369
1369
|
* @summary: Get Platform Config
|
|
1370
|
-
* @description: Retrieve platform sales channel authentication configuration. - Check out [method documentation](https://
|
|
1370
|
+
* @description: Retrieve platform sales channel authentication configuration. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getPlatformConfig/).
|
|
1371
1371
|
*/
|
|
1372
1372
|
async getPlatformConfig(
|
|
1373
1373
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1442,7 +1442,7 @@ class User {
|
|
|
1442
1442
|
* @returns {Promise<UserPlatformModel.UserAttribute>} - Success response
|
|
1443
1443
|
* @name getUserAttribute
|
|
1444
1444
|
* @summary: Get User Attribute
|
|
1445
|
-
* @description: Get User Attribute - Check out [method documentation](https://
|
|
1445
|
+
* @description: Get User Attribute - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserAttribute/).
|
|
1446
1446
|
*/
|
|
1447
1447
|
async getUserAttribute(
|
|
1448
1448
|
{ attributeDefId, userId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1519,7 +1519,7 @@ class User {
|
|
|
1519
1519
|
* @returns {Promise<UserPlatformModel.UserAttribute>} - Success response
|
|
1520
1520
|
* @name getUserAttributeById
|
|
1521
1521
|
* @summary: Get User Attribute
|
|
1522
|
-
* @description: Retrieve User Attribute details by ID. - Check out [method documentation](https://
|
|
1522
|
+
* @description: Retrieve User Attribute details by ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserAttributeById/).
|
|
1523
1523
|
*/
|
|
1524
1524
|
async getUserAttributeById(
|
|
1525
1525
|
{ attributeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1596,7 +1596,7 @@ class User {
|
|
|
1596
1596
|
* @returns {Promise<UserPlatformModel.UserAttributeDefinition>} - Success response
|
|
1597
1597
|
* @name getUserAttributeDefinitionById
|
|
1598
1598
|
* @summary: Get User Attribute Definition
|
|
1599
|
-
* @description: Get a user attribute definition by its unique identifier. - Check out [method documentation](https://
|
|
1599
|
+
* @description: Get a user attribute definition by its unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserAttributeDefinitionById/).
|
|
1600
1600
|
*/
|
|
1601
1601
|
async getUserAttributeDefinitionById(
|
|
1602
1602
|
{ attributeDefId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1673,7 +1673,7 @@ class User {
|
|
|
1673
1673
|
* @returns {Promise<Object>} - Success response
|
|
1674
1674
|
* @name getUserAttributeDefinitions
|
|
1675
1675
|
* @summary: Get User Attribute Definitions
|
|
1676
|
-
* @description: Retrieve user attribute definitions. - Check out [method documentation](https://
|
|
1676
|
+
* @description: Retrieve user attribute definitions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserAttributeDefinitions/).
|
|
1677
1677
|
*/
|
|
1678
1678
|
async getUserAttributeDefinitions(
|
|
1679
1679
|
{
|
|
@@ -1796,7 +1796,7 @@ class User {
|
|
|
1796
1796
|
* @returns {Promise<Object>} - Success response
|
|
1797
1797
|
* @name getUserAttributesForUser
|
|
1798
1798
|
* @summary: Get All Customer Attributes
|
|
1799
|
-
* @description: Retrieve all user attributes for a specific user - Check out [method documentation](https://
|
|
1799
|
+
* @description: Retrieve all user attributes for a specific user - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserAttributesForUser/).
|
|
1800
1800
|
*/
|
|
1801
1801
|
async getUserAttributesForUser(
|
|
1802
1802
|
{ userId, pageSize, pageNo, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1881,7 +1881,7 @@ class User {
|
|
|
1881
1881
|
* @returns {Promise<UserPlatformModel.UserGroupResponseSchema>} - Success response
|
|
1882
1882
|
* @name getUserGroupById
|
|
1883
1883
|
* @summary: Get User Group
|
|
1884
|
-
* @description: Retrieve a user group by its unique identifier. - Check out [method documentation](https://
|
|
1884
|
+
* @description: Retrieve a user group by its unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserGroupById/).
|
|
1885
1885
|
*/
|
|
1886
1886
|
async getUserGroupById(
|
|
1887
1887
|
{ groupId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1961,7 +1961,7 @@ class User {
|
|
|
1961
1961
|
* Success response
|
|
1962
1962
|
* @name getUserGroups
|
|
1963
1963
|
* @summary: Get User Groups
|
|
1964
|
-
* @description: Retrieve a list of user groups. - Check out [method documentation](https://
|
|
1964
|
+
* @description: Retrieve a list of user groups. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserGroups/).
|
|
1965
1965
|
*/
|
|
1966
1966
|
async getUserGroups(
|
|
1967
1967
|
{ pageNo, pageSize, name, type, status, groupUid, requestHeaders } = {
|
|
@@ -2056,7 +2056,7 @@ class User {
|
|
|
2056
2056
|
* @returns {Promise<UserPlatformModel.GetUserTimeline>} - Success response
|
|
2057
2057
|
* @name getUserTimeline
|
|
2058
2058
|
* @summary: Get Deleted User Timeline
|
|
2059
|
-
* @description: Fetches the timeline for the user who has made a data erase request. The timeline will show when the request was raised and when the request will be completed. It will also show if request has been cancelled before completion. - Check out [method documentation](https://
|
|
2059
|
+
* @description: Fetches the timeline for the user who has made a data erase request. The timeline will show when the request was raised and when the request will be completed. It will also show if request has been cancelled before completion. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUserTimeline/).
|
|
2060
2060
|
*/
|
|
2061
2061
|
async getUserTimeline(
|
|
2062
2062
|
{ userId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2136,7 +2136,7 @@ class User {
|
|
|
2136
2136
|
* @name getUsersJobByJobId
|
|
2137
2137
|
* @summary: Retrieve Job Details by Job ID for a Specific Application, Including Both Import and Export Jobs.
|
|
2138
2138
|
* @description: This endpoint retrieves the details of a specific user's import and export related jobs associated with a given `job_id`, `application_id`, and `company_id`.
|
|
2139
|
-
* - Check out [method documentation](https://
|
|
2139
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/getUsersJobByJobId/).
|
|
2140
2140
|
*/
|
|
2141
2141
|
async getUsersJobByJobId(
|
|
2142
2142
|
{ jobId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2215,7 +2215,7 @@ class User {
|
|
|
2215
2215
|
* @returns {Promise<UserPlatformModel.UserSearchResponseSchema>} - Success response
|
|
2216
2216
|
* @name searchUsers
|
|
2217
2217
|
* @summary: Search an Existing Users
|
|
2218
|
-
* @description: Search and filter users details registered in the sales channel - Check out [method documentation](https://
|
|
2218
|
+
* @description: Search and filter users details registered in the sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/searchUsers/).
|
|
2219
2219
|
*/
|
|
2220
2220
|
async searchUsers(
|
|
2221
2221
|
{ q, query, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2296,7 +2296,7 @@ class User {
|
|
|
2296
2296
|
* @returns {Promise<UserPlatformModel.UnDeleteUserSuccess>} - Success response
|
|
2297
2297
|
* @name unDeleteUser
|
|
2298
2298
|
* @summary: Restore Deleted User
|
|
2299
|
-
* @description: Restore a previously deleted user account. - Check out [method documentation](https://
|
|
2299
|
+
* @description: Restore a previously deleted user account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/unDeleteUser/).
|
|
2300
2300
|
*/
|
|
2301
2301
|
async unDeleteUser(
|
|
2302
2302
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2375,7 +2375,7 @@ class User {
|
|
|
2375
2375
|
* @returns {Promise<UserPlatformModel.PlatformSchema>} - Success response
|
|
2376
2376
|
* @name updatePlatformConfig
|
|
2377
2377
|
* @summary: Update Platform Config
|
|
2378
|
-
* @description: Modify and update platform sales channel authentication configuration. - Check out [method documentation](https://
|
|
2378
|
+
* @description: Modify and update platform sales channel authentication configuration. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/updatePlatformConfig/).
|
|
2379
2379
|
*/
|
|
2380
2380
|
async updatePlatformConfig(
|
|
2381
2381
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2454,7 +2454,7 @@ class User {
|
|
|
2454
2454
|
* @returns {Promise<UserPlatformModel.CreateUserResponseSchema>} - Success response
|
|
2455
2455
|
* @name updateUser
|
|
2456
2456
|
* @summary: Update User Details
|
|
2457
|
-
* @description: Modify and update user profile information. - Check out [method documentation](https://
|
|
2457
|
+
* @description: Modify and update user profile information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/updateUser/).
|
|
2458
2458
|
*/
|
|
2459
2459
|
async updateUser(
|
|
2460
2460
|
{ userId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2533,7 +2533,7 @@ class User {
|
|
|
2533
2533
|
* @returns {Promise<UserPlatformModel.UserAttribute>} - Success response
|
|
2534
2534
|
* @name updateUserAttribute
|
|
2535
2535
|
* @summary: Update Or Create User Attribute
|
|
2536
|
-
* @description: Update Or Create User Attribute - Check out [method documentation](https://
|
|
2536
|
+
* @description: Update Or Create User Attribute - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/updateUserAttribute/).
|
|
2537
2537
|
*/
|
|
2538
2538
|
async updateUserAttribute(
|
|
2539
2539
|
{ attributeDefId, userId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2620,7 +2620,7 @@ class User {
|
|
|
2620
2620
|
* @returns {Promise<UserPlatformModel.UserAttributeDefinition>} - Success response
|
|
2621
2621
|
* @name updateUserAttributeDefinition
|
|
2622
2622
|
* @summary: Update User Attribute Definition
|
|
2623
|
-
* @description: Update an existing user attribute definition. - Check out [method documentation](https://
|
|
2623
|
+
* @description: Update an existing user attribute definition. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/updateUserAttributeDefinition/).
|
|
2624
2624
|
*/
|
|
2625
2625
|
async updateUserAttributeDefinition(
|
|
2626
2626
|
{ attributeDefId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2703,7 +2703,7 @@ class User {
|
|
|
2703
2703
|
* @returns {Promise<UserPlatformModel.UserGroupResponseSchema>} - Success response
|
|
2704
2704
|
* @name updateUserGroup
|
|
2705
2705
|
* @summary: Update User Group
|
|
2706
|
-
* @description: Modify and update user group details. - Check out [method documentation](https://
|
|
2706
|
+
* @description: Modify and update user group details. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/updateUserGroup/).
|
|
2707
2707
|
*/
|
|
2708
2708
|
async updateUserGroup(
|
|
2709
2709
|
{ groupId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2786,7 +2786,7 @@ class User {
|
|
|
2786
2786
|
* @returns {Promise<UserPlatformModel.UserGroupResponseSchema>} - Success response
|
|
2787
2787
|
* @name updateUserGroupPartially
|
|
2788
2788
|
* @summary: Modify User Group
|
|
2789
|
-
* @description: Update user group partially on the platform. - Check out [method documentation](https://
|
|
2789
|
+
* @description: Update user group partially on the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/user/updateUserGroupPartially/).
|
|
2790
2790
|
*/
|
|
2791
2791
|
async updateUserGroupPartially(
|
|
2792
2792
|
{ groupId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -9,7 +9,7 @@ declare class Webhook {
|
|
|
9
9
|
* @returns {Promise<WebhookPlatformModel.EventConfigResult>} - Success response
|
|
10
10
|
* @name fetchAllEventConfigurations
|
|
11
11
|
* @summary: List event configurations
|
|
12
|
-
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://
|
|
12
|
+
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/fetchAllEventConfigurations/).
|
|
13
13
|
*/
|
|
14
14
|
fetchAllEventConfigurations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<WebhookPlatformModel.EventConfigResult>;
|
|
15
15
|
/**
|
|
@@ -19,7 +19,7 @@ declare class Webhook {
|
|
|
19
19
|
* @returns {Promise<WebhookPlatformModel.SubscriberDetails>} - Success response
|
|
20
20
|
* @name getSubscriberById
|
|
21
21
|
* @summary: Get a subscriber
|
|
22
|
-
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://
|
|
22
|
+
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscriberById/).
|
|
23
23
|
*/
|
|
24
24
|
getSubscriberById({ subscriberId, requestHeaders }?: WebhookPlatformValidator.GetSubscriberByIdParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberDetails>;
|
|
25
25
|
/**
|
|
@@ -29,7 +29,7 @@ declare class Webhook {
|
|
|
29
29
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
30
30
|
* @name getSubscribersByCompany
|
|
31
31
|
* @summary: List subscribers by company
|
|
32
|
-
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://
|
|
32
|
+
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByCompany/).
|
|
33
33
|
*/
|
|
34
34
|
getSubscribersByCompany({ pageNo, pageSize, extensionId, requestHeaders }?: WebhookPlatformValidator.GetSubscribersByCompanyParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigList>;
|
|
35
35
|
/**
|
|
@@ -39,7 +39,7 @@ declare class Webhook {
|
|
|
39
39
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
40
40
|
* @name getSubscribersByExtensionId
|
|
41
41
|
* @summary: List subscribers by extension ID
|
|
42
|
-
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://
|
|
42
|
+
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByExtensionId/).
|
|
43
43
|
*/
|
|
44
44
|
getSubscribersByExtensionId({ extensionId, pageNo, pageSize, requestHeaders }?: WebhookPlatformValidator.GetSubscribersByExtensionIdParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigList>;
|
|
45
45
|
/**
|
|
@@ -49,7 +49,7 @@ declare class Webhook {
|
|
|
49
49
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
50
50
|
* @name registerSubscriberToEvent
|
|
51
51
|
* @summary: Register subscriber to event
|
|
52
|
-
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://
|
|
52
|
+
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEvent/).
|
|
53
53
|
*/
|
|
54
54
|
registerSubscriberToEvent({ body, requestHeaders }?: WebhookPlatformValidator.RegisterSubscriberToEventParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
55
55
|
/**
|
|
@@ -60,7 +60,7 @@ declare class Webhook {
|
|
|
60
60
|
* @name registerSubscriberToEventV2
|
|
61
61
|
* @summary: Register Subscriber.
|
|
62
62
|
* @description: Register Subscriber.
|
|
63
|
-
* - Check out [method documentation](https://
|
|
63
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEventV2/).
|
|
64
64
|
*/
|
|
65
65
|
registerSubscriberToEventV2({ body, requestHeaders }?: WebhookPlatformValidator.RegisterSubscriberToEventV2Param, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
66
66
|
/**
|
|
@@ -70,7 +70,7 @@ declare class Webhook {
|
|
|
70
70
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
71
71
|
* @name updateSubscriberConfig
|
|
72
72
|
* @summary: Update a subscriber config
|
|
73
|
-
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://
|
|
73
|
+
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberConfig/).
|
|
74
74
|
*/
|
|
75
75
|
updateSubscriberConfig({ body, requestHeaders }?: WebhookPlatformValidator.UpdateSubscriberConfigParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
76
76
|
/**
|
|
@@ -81,7 +81,7 @@ declare class Webhook {
|
|
|
81
81
|
* @name updateSubscriberV2
|
|
82
82
|
* @summary: Update Subscriber.
|
|
83
83
|
* @description: Update Subscriber.
|
|
84
|
-
* - Check out [method documentation](https://
|
|
84
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberV2/).
|
|
85
85
|
*/
|
|
86
86
|
updateSubscriberV2({ body, requestHeaders }?: WebhookPlatformValidator.UpdateSubscriberV2Param, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
87
87
|
/**
|
|
@@ -93,7 +93,7 @@ declare class Webhook {
|
|
|
93
93
|
* @name upsertSubscriberEvent
|
|
94
94
|
* @summary: Register Subscriber.
|
|
95
95
|
* @description: Register Subscriber.
|
|
96
|
-
* - Check out [method documentation](https://
|
|
96
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/upsertSubscriberEvent/).
|
|
97
97
|
*/
|
|
98
98
|
upsertSubscriberEvent({ body, requestHeaders }?: WebhookPlatformValidator.UpsertSubscriberEventParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.UpsertSubscriberConfigResult>;
|
|
99
99
|
}
|
|
@@ -21,7 +21,7 @@ class Webhook {
|
|
|
21
21
|
* @returns {Promise<WebhookPlatformModel.EventConfigResult>} - Success response
|
|
22
22
|
* @name fetchAllEventConfigurations
|
|
23
23
|
* @summary: List event configurations
|
|
24
|
-
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://
|
|
24
|
+
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/fetchAllEventConfigurations/).
|
|
25
25
|
*/
|
|
26
26
|
async fetchAllEventConfigurations(
|
|
27
27
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -98,7 +98,7 @@ class Webhook {
|
|
|
98
98
|
* @returns {Promise<WebhookPlatformModel.SubscriberDetails>} - Success response
|
|
99
99
|
* @name getSubscriberById
|
|
100
100
|
* @summary: Get a subscriber
|
|
101
|
-
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://
|
|
101
|
+
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscriberById/).
|
|
102
102
|
*/
|
|
103
103
|
async getSubscriberById(
|
|
104
104
|
{ subscriberId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -177,7 +177,7 @@ class Webhook {
|
|
|
177
177
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
178
178
|
* @name getSubscribersByCompany
|
|
179
179
|
* @summary: List subscribers by company
|
|
180
|
-
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://
|
|
180
|
+
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByCompany/).
|
|
181
181
|
*/
|
|
182
182
|
async getSubscribersByCompany(
|
|
183
183
|
{ pageNo, pageSize, extensionId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -265,7 +265,7 @@ class Webhook {
|
|
|
265
265
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
266
266
|
* @name getSubscribersByExtensionId
|
|
267
267
|
* @summary: List subscribers by extension ID
|
|
268
|
-
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://
|
|
268
|
+
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByExtensionId/).
|
|
269
269
|
*/
|
|
270
270
|
async getSubscribersByExtensionId(
|
|
271
271
|
{ extensionId, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -352,7 +352,7 @@ class Webhook {
|
|
|
352
352
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
353
353
|
* @name registerSubscriberToEvent
|
|
354
354
|
* @summary: Register subscriber to event
|
|
355
|
-
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://
|
|
355
|
+
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEvent/).
|
|
356
356
|
*/
|
|
357
357
|
async registerSubscriberToEvent(
|
|
358
358
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -434,7 +434,7 @@ class Webhook {
|
|
|
434
434
|
* @name registerSubscriberToEventV2
|
|
435
435
|
* @summary: Register Subscriber.
|
|
436
436
|
* @description: Register Subscriber.
|
|
437
|
-
* - Check out [method documentation](https://
|
|
437
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEventV2/).
|
|
438
438
|
*/
|
|
439
439
|
async registerSubscriberToEventV2(
|
|
440
440
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -515,7 +515,7 @@ class Webhook {
|
|
|
515
515
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
516
516
|
* @name updateSubscriberConfig
|
|
517
517
|
* @summary: Update a subscriber config
|
|
518
|
-
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://
|
|
518
|
+
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberConfig/).
|
|
519
519
|
*/
|
|
520
520
|
async updateSubscriberConfig(
|
|
521
521
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -597,7 +597,7 @@ class Webhook {
|
|
|
597
597
|
* @name updateSubscriberV2
|
|
598
598
|
* @summary: Update Subscriber.
|
|
599
599
|
* @description: Update Subscriber.
|
|
600
|
-
* - Check out [method documentation](https://
|
|
600
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberV2/).
|
|
601
601
|
*/
|
|
602
602
|
async updateSubscriberV2(
|
|
603
603
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -678,7 +678,7 @@ class Webhook {
|
|
|
678
678
|
* @name upsertSubscriberEvent
|
|
679
679
|
* @summary: Register Subscriber.
|
|
680
680
|
* @description: Register Subscriber.
|
|
681
|
-
* - Check out [method documentation](https://
|
|
681
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/upsertSubscriberEvent/).
|
|
682
682
|
*/
|
|
683
683
|
async upsertSubscriberEvent(
|
|
684
684
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export = WebhookPlatformModel;
|
|
2
2
|
/**
|
|
3
3
|
* @typedef Page
|
|
4
|
-
* @property {number} [item_total] - The total number of items
|
|
4
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
5
5
|
* @property {string} [next_id] - The identifier for the next page.
|
|
6
6
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
7
7
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -321,7 +321,7 @@ declare namespace WebhookPlatformModel {
|
|
|
321
321
|
declare function Page(): Page;
|
|
322
322
|
type Page = {
|
|
323
323
|
/**
|
|
324
|
-
* - The total number of items
|
|
324
|
+
* - The total number of all items across all pages.
|
|
325
325
|
*/
|
|
326
326
|
item_total?: number;
|
|
327
327
|
/**
|
|
@@ -2,7 +2,7 @@ const Joi = require("joi");
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @typedef Page
|
|
5
|
-
* @property {number} [item_total] - The total number of items
|
|
5
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
6
6
|
* @property {string} [next_id] - The identifier for the next page.
|
|
7
7
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
8
8
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -14,7 +14,7 @@ declare class Catalog {
|
|
|
14
14
|
* @returns {Promise<CatalogPublicModel.TaxonomyResponseSchema>} - Success response
|
|
15
15
|
* @name getTaxonomyByLevel
|
|
16
16
|
* @summary: Get Taxonomy Information by Level
|
|
17
|
-
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://
|
|
17
|
+
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/catalog/getTaxonomyByLevel/).
|
|
18
18
|
*/
|
|
19
19
|
getTaxonomyByLevel({ level, l0Slug, l1Slug, l2Slug, l3Slug, limit, requestHeaders }?: CatalogPublicValidator.GetTaxonomyByLevelParam, { responseHeaders }?: object, ...args: any[]): Promise<CatalogPublicModel.TaxonomyResponseSchema>;
|
|
20
20
|
}
|
|
@@ -42,7 +42,7 @@ class Catalog {
|
|
|
42
42
|
* @returns {Promise<CatalogPublicModel.TaxonomyResponseSchema>} - Success response
|
|
43
43
|
* @name getTaxonomyByLevel
|
|
44
44
|
* @summary: Get Taxonomy Information by Level
|
|
45
|
-
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://
|
|
45
|
+
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/catalog/getTaxonomyByLevel/).
|
|
46
46
|
*/
|
|
47
47
|
async getTaxonomyByLevel(
|
|
48
48
|
{ level, l0Slug, l1Slug, l2Slug, l3Slug, limit, requestHeaders } = {
|
|
@@ -15,7 +15,7 @@ declare class Configuration {
|
|
|
15
15
|
* @returns {Promise<ConfigurationPublicModel.Locations>} - Success response
|
|
16
16
|
* @name getLocations
|
|
17
17
|
* @summary: Get countries, states, cities
|
|
18
|
-
* @description: Get Location configuration - Check out [method documentation](https://
|
|
18
|
+
* @description: Get Location configuration - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/getLocations/).
|
|
19
19
|
*/
|
|
20
20
|
getLocations({ locationType, id, requestHeaders }?: ConfigurationPublicValidator.GetLocationsParam, { responseHeaders }?: object): Promise<ConfigurationPublicModel.Locations>;
|
|
21
21
|
/**
|
|
@@ -26,7 +26,7 @@ declare class Configuration {
|
|
|
26
26
|
* Success response
|
|
27
27
|
* @name searchApplication
|
|
28
28
|
* @summary: Search application
|
|
29
|
-
* @description: Provide application name or domain url. - Check out [method documentation](https://
|
|
29
|
+
* @description: Provide application name or domain url. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/searchApplication/).
|
|
30
30
|
*/
|
|
31
31
|
searchApplication({ authorization, query, requestHeaders }?: ConfigurationPublicValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPublicModel.ApplicationResponseSchema>;
|
|
32
32
|
}
|
|
@@ -44,7 +44,7 @@ class Configuration {
|
|
|
44
44
|
* @returns {Promise<ConfigurationPublicModel.Locations>} - Success response
|
|
45
45
|
* @name getLocations
|
|
46
46
|
* @summary: Get countries, states, cities
|
|
47
|
-
* @description: Get Location configuration - Check out [method documentation](https://
|
|
47
|
+
* @description: Get Location configuration - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/getLocations/).
|
|
48
48
|
*/
|
|
49
49
|
async getLocations(
|
|
50
50
|
{ locationType, id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -125,7 +125,7 @@ class Configuration {
|
|
|
125
125
|
* Success response
|
|
126
126
|
* @name searchApplication
|
|
127
127
|
* @summary: Search application
|
|
128
|
-
* @description: Provide application name or domain url. - Check out [method documentation](https://
|
|
128
|
+
* @description: Provide application name or domain url. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/searchApplication/).
|
|
129
129
|
*/
|
|
130
130
|
async searchApplication(
|
|
131
131
|
{ authorization, query, requestHeaders } = { requestHeaders: {} },
|