@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
|
@@ -22,7 +22,7 @@ class Configuration {
|
|
|
22
22
|
* @returns {Promise<ConfigurationPlatformModel.Domain>} - Success response
|
|
23
23
|
* @name addDomain
|
|
24
24
|
* @summary: Create domain
|
|
25
|
-
* @description: Creates a domain for an sales channel. Note - Only 15 domains can be added to the sales channel - Check out [method documentation](https://
|
|
25
|
+
* @description: Creates a domain for an sales channel. Note - Only 15 domains can be added to the sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/addDomain/).
|
|
26
26
|
*/
|
|
27
27
|
async addDomain(
|
|
28
28
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -104,7 +104,7 @@ class Configuration {
|
|
|
104
104
|
* Success response
|
|
105
105
|
* @name changeDomainType
|
|
106
106
|
* @summary: Update domain
|
|
107
|
-
* @description: Modify the type of a specific domain. Primary domain is used as the URL of your website. Short link domain is comparatively smaller and used while generating short links. - Check out [method documentation](https://
|
|
107
|
+
* @description: Modify the type of a specific domain. Primary domain is used as the URL of your website. Short link domain is comparatively smaller and used while generating short links. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/changeDomainType/).
|
|
108
108
|
*/
|
|
109
109
|
async changeDomainType(
|
|
110
110
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -186,7 +186,7 @@ class Configuration {
|
|
|
186
186
|
* Success response
|
|
187
187
|
* @name getAppApiTokens
|
|
188
188
|
* @summary: Get sales channel API tokens
|
|
189
|
-
* @description: Retrieve the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google, and Facebook auth. - Check out [method documentation](https://
|
|
189
|
+
* @description: Retrieve the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google, and Facebook auth. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppApiTokens/).
|
|
190
190
|
*/
|
|
191
191
|
async getAppApiTokens(
|
|
192
192
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -263,7 +263,7 @@ class Configuration {
|
|
|
263
263
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationDetail>} - Success response
|
|
264
264
|
* @name getAppBasicDetails
|
|
265
265
|
* @summary: Get sales channel
|
|
266
|
-
* @description: Shows basic sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://
|
|
266
|
+
* @description: Shows basic sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppBasicDetails/).
|
|
267
267
|
*/
|
|
268
268
|
async getAppBasicDetails(
|
|
269
269
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -341,7 +341,7 @@ class Configuration {
|
|
|
341
341
|
* Success response
|
|
342
342
|
* @name getAppCompanies
|
|
343
343
|
* @summary: List sales channel companies
|
|
344
|
-
* @description: Retrieve info of all the companies (e.g. name, uid, and company type) whose inventory is fetched into the current sales channel sales channel - Check out [method documentation](https://
|
|
344
|
+
* @description: Retrieve info of all the companies (e.g. name, uid, and company type) whose inventory is fetched into the current sales channel sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppCompanies/).
|
|
345
345
|
*/
|
|
346
346
|
async getAppCompanies(
|
|
347
347
|
{ uid, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -430,7 +430,7 @@ class Configuration {
|
|
|
430
430
|
* Success response
|
|
431
431
|
* @name getAppContactInfo
|
|
432
432
|
* @summary: Get sales channel contact
|
|
433
|
-
* @description: Fetch data such as social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the sales channel. - Check out [method documentation](https://
|
|
433
|
+
* @description: Fetch data such as social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppContactInfo/).
|
|
434
434
|
*/
|
|
435
435
|
async getAppContactInfo(
|
|
436
436
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -508,7 +508,7 @@ class Configuration {
|
|
|
508
508
|
* Success response
|
|
509
509
|
* @name getAppCurrencyConfig
|
|
510
510
|
* @summary: Get sales channel currency configuration
|
|
511
|
-
* @description: Retrieve a list of currencies supported in the current sales channel. Moreover, get the cuurency that is set as the default one in the sales channel. - Check out [method documentation](https://
|
|
511
|
+
* @description: Retrieve a list of currencies supported in the current sales channel. Moreover, get the cuurency that is set as the default one in the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppCurrencyConfig/).
|
|
512
512
|
*/
|
|
513
513
|
async getAppCurrencyConfig(
|
|
514
514
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -587,7 +587,7 @@ class Configuration {
|
|
|
587
587
|
*
|
|
588
588
|
* @name getAppFeatures
|
|
589
589
|
* @summary: Get sales channel
|
|
590
|
-
* @description: Shows feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://
|
|
590
|
+
* @description: Shows feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppFeatures/).
|
|
591
591
|
*/
|
|
592
592
|
async getAppFeatures(
|
|
593
593
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -665,7 +665,7 @@ class Configuration {
|
|
|
665
665
|
* Success response
|
|
666
666
|
* @name getAppStores
|
|
667
667
|
* @summary: list sales channel stores
|
|
668
|
-
* @description: Retrieve information of all the companies (e.g. uid, name, display name, store type, store code and company id) whose inventory is fetched into the current sales channel sales channel - Check out [method documentation](https://
|
|
668
|
+
* @description: Retrieve information of all the companies (e.g. uid, name, display name, store type, store code and company id) whose inventory is fetched into the current sales channel sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppStores/).
|
|
669
669
|
*/
|
|
670
670
|
async getAppStores(
|
|
671
671
|
{ pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -752,7 +752,7 @@ class Configuration {
|
|
|
752
752
|
*
|
|
753
753
|
* @name getAppSupportedCurrency
|
|
754
754
|
* @summary: List supported currencies
|
|
755
|
-
* @description: Retrieve a list of supported currencies for the sales channel. A list of currencies allowed in the current sales channel. Moreover, get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://
|
|
755
|
+
* @description: Retrieve a list of supported currencies for the sales channel. A list of currencies allowed in the current sales channel. Moreover, get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getAppSupportedCurrency/).
|
|
756
756
|
*/
|
|
757
757
|
async getAppSupportedCurrency(
|
|
758
758
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -829,7 +829,7 @@ class Configuration {
|
|
|
829
829
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationById>} - Success response
|
|
830
830
|
* @name getApplicationById
|
|
831
831
|
* @summary: Get sales channel by id
|
|
832
|
-
* @description: Retrieve detailed information about a specific sales channel. Use sales channel ID to get the current sales channel details which includes channel name, description, banner, logo, favicon, domain details, token, etc. - Check out [method documentation](https://
|
|
832
|
+
* @description: Retrieve detailed information about a specific sales channel. Use sales channel ID to get the current sales channel details which includes channel name, description, banner, logo, favicon, domain details, token, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getApplicationById/).
|
|
833
833
|
*/
|
|
834
834
|
async getApplicationById(
|
|
835
835
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -907,7 +907,7 @@ class Configuration {
|
|
|
907
907
|
* Success response
|
|
908
908
|
* @name getBuildConfig
|
|
909
909
|
* @summary: Get Build Configuration
|
|
910
|
-
* @description: Retrieve latest build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://
|
|
910
|
+
* @description: Retrieve latest build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getBuildConfig/).
|
|
911
911
|
*/
|
|
912
912
|
async getBuildConfig(
|
|
913
913
|
{ platformType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -990,7 +990,7 @@ class Configuration {
|
|
|
990
990
|
*
|
|
991
991
|
* @name getDomainStatus
|
|
992
992
|
* @summary: Get domain status
|
|
993
|
-
* @description: Retrieve the status of a specific domain. Shows if the A records and TXT records of the domain correctly points to appropriate IP on Fynd Servers. - Check out [method documentation](https://
|
|
993
|
+
* @description: Retrieve the status of a specific domain. Shows if the A records and TXT records of the domain correctly points to appropriate IP on Fynd Servers. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getDomainStatus/).
|
|
994
994
|
*/
|
|
995
995
|
async getDomainStatus(
|
|
996
996
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1070,7 +1070,7 @@ class Configuration {
|
|
|
1070
1070
|
* Success response
|
|
1071
1071
|
* @name getDomains
|
|
1072
1072
|
* @summary: List domains
|
|
1073
|
-
* @description: Retrieve a list of existing domains by its sales channel. - Check out [method documentation](https://
|
|
1073
|
+
* @description: Retrieve a list of existing domains by its sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getDomains/).
|
|
1074
1074
|
*/
|
|
1075
1075
|
async getDomains(
|
|
1076
1076
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1148,7 +1148,7 @@ class Configuration {
|
|
|
1148
1148
|
* Success response
|
|
1149
1149
|
* @name getInventoryConfig
|
|
1150
1150
|
* @summary: Get inventory configuration
|
|
1151
|
-
* @description: Retrieve configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://
|
|
1151
|
+
* @description: Retrieve configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getInventoryConfig/).
|
|
1152
1152
|
*/
|
|
1153
1153
|
async getInventoryConfig(
|
|
1154
1154
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1226,7 +1226,7 @@ class Configuration {
|
|
|
1226
1226
|
* Success response
|
|
1227
1227
|
* @name getOrderingStoreConfig
|
|
1228
1228
|
* @summary: Get ordering store configuration
|
|
1229
|
-
* @description: Retrieve configuration settings for ordering stores. Retrieve the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders). - Check out [method documentation](https://
|
|
1229
|
+
* @description: Retrieve configuration settings for ordering stores. Retrieve the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders). - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOrderingStoreConfig/).
|
|
1230
1230
|
*/
|
|
1231
1231
|
async getOrderingStoreConfig(
|
|
1232
1232
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1305,7 +1305,7 @@ class Configuration {
|
|
|
1305
1305
|
*
|
|
1306
1306
|
* @name getOrderingStoreCookie
|
|
1307
1307
|
* @summary: Get ordering store signed cookie
|
|
1308
|
-
* @description: Use this API to get an Ordering Store signed cookie upon selecting an ordering store. This will be used by the cart service to verify a coupon against the selected ordering store in cart. - Check out [method documentation](https://
|
|
1308
|
+
* @description: Use this API to get an Ordering Store signed cookie upon selecting an ordering store. This will be used by the cart service to verify a coupon against the selected ordering store in cart. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOrderingStoreCookie/).
|
|
1309
1309
|
*/
|
|
1310
1310
|
async getOrderingStoreCookie(
|
|
1311
1311
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1386,7 +1386,7 @@ class Configuration {
|
|
|
1386
1386
|
* @returns {Promise<ConfigurationPlatformModel.OrderingStores>} - Success response
|
|
1387
1387
|
* @name getOrderingStoresByFilter
|
|
1388
1388
|
* @summary: List ordering stores
|
|
1389
|
-
* @description: Retrieve ordering stores based on specified filters. Use filters and retrieve the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders). - Check out [method documentation](https://
|
|
1389
|
+
* @description: Retrieve ordering stores based on specified filters. Use filters and retrieve the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders). - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOrderingStoresByFilter/).
|
|
1390
1390
|
*/
|
|
1391
1391
|
async getOrderingStoresByFilter(
|
|
1392
1392
|
{ body, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1474,7 +1474,7 @@ class Configuration {
|
|
|
1474
1474
|
* Success response
|
|
1475
1475
|
* @name getPreviousVersions
|
|
1476
1476
|
* @summary: Get previous versions
|
|
1477
|
-
* @description: Retrieve version details of the app, this includes the build status, build date, version name, latest version, and a lot more. - Check out [method documentation](https://
|
|
1477
|
+
* @description: Retrieve version details of the app, this includes the build status, build date, version name, latest version, and a lot more. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getPreviousVersions/).
|
|
1478
1478
|
*/
|
|
1479
1479
|
async getPreviousVersions(
|
|
1480
1480
|
{ platformType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1557,7 +1557,7 @@ class Configuration {
|
|
|
1557
1557
|
*
|
|
1558
1558
|
* @name getStaffOrderingStores
|
|
1559
1559
|
* @summary: Get staff ordering stores
|
|
1560
|
-
* @description: Retrieve ordering stores accessible to staff members. Retrieve the details of all stores access given to the staff member (the selling locations where the sales channel will be utilized for placing orders). - Check out [method documentation](https://
|
|
1560
|
+
* @description: Retrieve ordering stores accessible to staff members. Retrieve the details of all stores access given to the staff member (the selling locations where the sales channel will be utilized for placing orders). - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getStaffOrderingStores/).
|
|
1561
1561
|
*/
|
|
1562
1562
|
async getStaffOrderingStores(
|
|
1563
1563
|
{ pageNo, pageSize, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1645,7 +1645,7 @@ class Configuration {
|
|
|
1645
1645
|
* @returns {Promise<ConfigurationPlatformModel.AppFeature>} - Success response
|
|
1646
1646
|
* @name modifyAppFeatures
|
|
1647
1647
|
* @summary: update sales channel features
|
|
1648
|
-
* @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://
|
|
1648
|
+
* @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/modifyAppFeatures/).
|
|
1649
1649
|
*/
|
|
1650
1650
|
async modifyAppFeatures(
|
|
1651
1651
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1727,7 +1727,7 @@ class Configuration {
|
|
|
1727
1727
|
* Success response
|
|
1728
1728
|
* @name partiallyUpdateInventoryConfig
|
|
1729
1729
|
* @summary: Partially update inventory configuration
|
|
1730
|
-
* @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://
|
|
1730
|
+
* @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/partiallyUpdateInventoryConfig/).
|
|
1731
1731
|
*/
|
|
1732
1732
|
async partiallyUpdateInventoryConfig(
|
|
1733
1733
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1810,7 +1810,7 @@ class Configuration {
|
|
|
1810
1810
|
*
|
|
1811
1811
|
* @name removeDomainById
|
|
1812
1812
|
* @summary: Remove domain
|
|
1813
|
-
* @description: Delete a specific domain from the sales channel. Delete a domain (secondary or shortlink domain) added to a sales channel. It will disable user's access to website, shared links, and other features associated with this domain. - Check out [method documentation](https://
|
|
1813
|
+
* @description: Delete a specific domain from the sales channel. Delete a domain (secondary or shortlink domain) added to a sales channel. It will disable user's access to website, shared links, and other features associated with this domain. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/removeDomainById/).
|
|
1814
1814
|
*/
|
|
1815
1815
|
async removeDomainById(
|
|
1816
1816
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1893,7 +1893,7 @@ class Configuration {
|
|
|
1893
1893
|
*
|
|
1894
1894
|
* @name removeOrderingStoreCookie
|
|
1895
1895
|
* @summary: Delete Ordering Store signed cookie
|
|
1896
|
-
* @description: Use this API to unset the Ordering Store cookie upon changing the sales channel, by its domain URL, in the Universal Fynd Store app. - Check out [method documentation](https://
|
|
1896
|
+
* @description: Use this API to unset the Ordering Store cookie upon changing the sales channel, by its domain URL, in the Universal Fynd Store app. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/removeOrderingStoreCookie/).
|
|
1897
1897
|
*/
|
|
1898
1898
|
async removeOrderingStoreCookie(
|
|
1899
1899
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1971,7 +1971,7 @@ class Configuration {
|
|
|
1971
1971
|
* Success response
|
|
1972
1972
|
* @name updateAppApiTokens
|
|
1973
1973
|
* @summary: Update sales channel API tokens
|
|
1974
|
-
* @description: Add and edit the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google and Facebook auth. - Check out [method documentation](https://
|
|
1974
|
+
* @description: Add and edit the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google and Facebook auth. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateAppApiTokens/).
|
|
1975
1975
|
*/
|
|
1976
1976
|
async updateAppApiTokens(
|
|
1977
1977
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2052,7 +2052,7 @@ class Configuration {
|
|
|
2052
2052
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationDetail>} - Success response
|
|
2053
2053
|
* @name updateAppBasicDetails
|
|
2054
2054
|
* @summary: Update sales channel basic details
|
|
2055
|
-
* @description: Modify sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://
|
|
2055
|
+
* @description: Modify sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateAppBasicDetails/).
|
|
2056
2056
|
*/
|
|
2057
2057
|
async updateAppBasicDetails(
|
|
2058
2058
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2134,7 +2134,7 @@ class Configuration {
|
|
|
2134
2134
|
* Success response
|
|
2135
2135
|
* @name updateAppContactInfo
|
|
2136
2136
|
* @summary: Update sales channel contact
|
|
2137
|
-
* @description: Modify the social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the sales channel. - Check out [method documentation](https://
|
|
2137
|
+
* @description: Modify the social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateAppContactInfo/).
|
|
2138
2138
|
*/
|
|
2139
2139
|
async updateAppContactInfo(
|
|
2140
2140
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2216,7 +2216,7 @@ class Configuration {
|
|
|
2216
2216
|
* Success response
|
|
2217
2217
|
* @name updateAppCurrencyConfig
|
|
2218
2218
|
* @summary: Update sales channel currency configuration
|
|
2219
|
-
* @description: Modify currency configuration settings for the sales channel. Add and edit the currencies supported in the sales channel. Initially, INR will be enabled by default. - Check out [method documentation](https://
|
|
2219
|
+
* @description: Modify currency configuration settings for the sales channel. Add and edit the currencies supported in the sales channel. Initially, INR will be enabled by default. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateAppCurrencyConfig/).
|
|
2220
2220
|
*/
|
|
2221
2221
|
async updateAppCurrencyConfig(
|
|
2222
2222
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2297,7 +2297,7 @@ class Configuration {
|
|
|
2297
2297
|
* @returns {Promise<ConfigurationPlatformModel.AppFeature>} - Success response
|
|
2298
2298
|
* @name updateAppFeatures
|
|
2299
2299
|
* @summary: Update sales channel
|
|
2300
|
-
* @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://
|
|
2300
|
+
* @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateAppFeatures/).
|
|
2301
2301
|
*/
|
|
2302
2302
|
async updateAppFeatures(
|
|
2303
2303
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2379,7 +2379,7 @@ class Configuration {
|
|
|
2379
2379
|
* Success response
|
|
2380
2380
|
* @name updateBuildConfig
|
|
2381
2381
|
* @summary: Update build configuration
|
|
2382
|
-
* @description: Modify the existing build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://
|
|
2382
|
+
* @description: Modify the existing build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateBuildConfig/).
|
|
2383
2383
|
*/
|
|
2384
2384
|
async updateBuildConfig(
|
|
2385
2385
|
{ platformType, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2463,7 +2463,7 @@ class Configuration {
|
|
|
2463
2463
|
* Success response
|
|
2464
2464
|
* @name updateInventoryConfig
|
|
2465
2465
|
* @summary: Update inventory configuration
|
|
2466
|
-
* @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://
|
|
2466
|
+
* @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateInventoryConfig/).
|
|
2467
2467
|
*/
|
|
2468
2468
|
async updateInventoryConfig(
|
|
2469
2469
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2544,7 +2544,7 @@ class Configuration {
|
|
|
2544
2544
|
* @returns {Promise<ConfigurationPlatformModel.DeploymentMeta>} - Success response
|
|
2545
2545
|
* @name updateOrderingStoreConfig
|
|
2546
2546
|
* @summary: Update ordering store configuration
|
|
2547
|
-
* @description: Modify configuration settings for ordering stores. Edit the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders) - Check out [method documentation](https://
|
|
2547
|
+
* @description: Modify configuration settings for ordering stores. Edit the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders) - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/updateOrderingStoreConfig/).
|
|
2548
2548
|
*/
|
|
2549
2549
|
async updateOrderingStoreConfig(
|
|
2550
2550
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -10,7 +10,7 @@ declare class Configuration {
|
|
|
10
10
|
* Success response
|
|
11
11
|
* @name createApplication
|
|
12
12
|
* @summary: Create sales channel
|
|
13
|
-
* @description: Generate and add a new sales channel. sales channels are sales channel websites which can be configured, personalized and customized. Use this API to create a new sales channel in the current company. - Check out [method documentation](https://
|
|
13
|
+
* @description: Generate and add a new sales channel. sales channels are sales channel websites which can be configured, personalized and customized. Use this API to create a new sales channel in the current company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/createApplication/).
|
|
14
14
|
*/
|
|
15
15
|
createApplication({ body, requestHeaders }?: ConfigurationPlatformValidator.CreateApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CreateAppResponseSchema>;
|
|
16
16
|
/**
|
|
@@ -22,7 +22,7 @@ declare class Configuration {
|
|
|
22
22
|
*
|
|
23
23
|
* @name getApplications
|
|
24
24
|
* @summary: List sales channel stores
|
|
25
|
-
* @description: Retrieve a list of available sales channels. sales channels are sales channel websites which can be configured, personalized and customised. Use this API to fetch a list of sales channels created within a company. - Check out [method documentation](https://
|
|
25
|
+
* @description: Retrieve a list of available sales channels. sales channels are sales channel websites which can be configured, personalized and customised. Use this API to fetch a list of sales channels created within a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getApplications/).
|
|
26
26
|
*/
|
|
27
27
|
getApplications({ pageNo, pageSize, q, requestHeaders }?: ConfigurationPlatformValidator.GetApplicationsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationsResponseSchema>;
|
|
28
28
|
/**
|
|
@@ -46,7 +46,7 @@ declare class Configuration {
|
|
|
46
46
|
*
|
|
47
47
|
* @name getBrandsByCompany
|
|
48
48
|
* @summary: List brands by company
|
|
49
|
-
* @description: Retrieve all the brands added in a company. Get all the brand names, along with URLs of their logo, banner, and portrait image. can be searched on brand_name. - Check out [method documentation](https://
|
|
49
|
+
* @description: Retrieve all the brands added in a company. Get all the brand names, along with URLs of their logo, banner, and portrait image. can be searched on brand_name. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getBrandsByCompany/).
|
|
50
50
|
*/
|
|
51
51
|
getBrandsByCompany({ q, requestHeaders }?: ConfigurationPlatformValidator.GetBrandsByCompanyParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.BrandsByCompanyResponseSchema>;
|
|
52
52
|
/**
|
|
@@ -58,7 +58,7 @@ declare class Configuration {
|
|
|
58
58
|
*
|
|
59
59
|
* @name getCompanyByBrands
|
|
60
60
|
* @summary: List companies by brand
|
|
61
|
-
* @description: Retrieve a paginated list of companies associated with specific brands. Can be searched using the brand ID and company name - Check out [method documentation](https://
|
|
61
|
+
* @description: Retrieve a paginated list of companies associated with specific brands. Can be searched using the brand ID and company name - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getCompanyByBrands/).
|
|
62
62
|
*/
|
|
63
63
|
getCompanyByBrands({ body, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetCompanyByBrandsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CompanyByBrandsResponseSchema>;
|
|
64
64
|
/**
|
|
@@ -70,7 +70,7 @@ declare class Configuration {
|
|
|
70
70
|
*
|
|
71
71
|
* @name getCurrencies
|
|
72
72
|
* @summary: List currencies
|
|
73
|
-
* @description: Retrieve a list of available currencies. - Check out [method documentation](https://
|
|
73
|
+
* @description: Retrieve a list of available currencies. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getCurrencies/).
|
|
74
74
|
*/
|
|
75
75
|
getCurrencies({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CurrenciesResponseSchema>;
|
|
76
76
|
/**
|
|
@@ -84,7 +84,7 @@ declare class Configuration {
|
|
|
84
84
|
*
|
|
85
85
|
* @name getCurrencyExchangeRates
|
|
86
86
|
* @summary: Get currency exchange rates
|
|
87
|
-
* @description: Retrieve a list of currency exchange rates, relative to a provided currency. - Check out [method documentation](https://
|
|
87
|
+
* @description: Retrieve a list of currency exchange rates, relative to a provided currency. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getCurrencyExchangeRates/).
|
|
88
88
|
*/
|
|
89
89
|
getCurrencyExchangeRates({ currencyCode, exchangeCurrencyCode, exchangeCountryCode, requestHeaders, }?: ConfigurationPlatformValidator.GetCurrencyExchangeRatesParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CurrencyExchangeResponseV2>;
|
|
90
90
|
/**
|
|
@@ -96,7 +96,7 @@ declare class Configuration {
|
|
|
96
96
|
*
|
|
97
97
|
* @name getDomainAvailibility
|
|
98
98
|
* @summary: List suggestion domain
|
|
99
|
-
* @description: Check the availability of a specific domain. Use this API to check the domain availability before linking it to sales channel. Also sends domain suggestions that are similar to the queried domain. Note - Custom domain search is currently powered by GoDaddy provider. - Check out [method documentation](https://
|
|
99
|
+
* @description: Check the availability of a specific domain. Use this API to check the domain availability before linking it to sales channel. Also sends domain suggestions that are similar to the queried domain. Note - Custom domain search is currently powered by GoDaddy provider. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getDomainAvailibility/).
|
|
100
100
|
*/
|
|
101
101
|
getDomainAvailibility({ body, requestHeaders }?: ConfigurationPlatformValidator.GetDomainAvailibilityParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DomainSuggestionsResponseSchema>;
|
|
102
102
|
/**
|
|
@@ -110,7 +110,7 @@ declare class Configuration {
|
|
|
110
110
|
*
|
|
111
111
|
* @name getOtherSellerApplicationById
|
|
112
112
|
* @summary: Get others sales. channel
|
|
113
|
-
* @description: Retrieve details of a seller sales channel that was not created within the current company but has opted for the current company's inventory and searched via the sales channel ID of another sales channel - Check out [method documentation](https://
|
|
113
|
+
* @description: Retrieve details of a seller sales channel that was not created within the current company but has opted for the current company's inventory and searched via the sales channel ID of another sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOtherSellerApplicationById/).
|
|
114
114
|
*/
|
|
115
115
|
getOtherSellerApplicationById({ id, requestHeaders }?: ConfigurationPlatformValidator.GetOtherSellerApplicationByIdParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OptedApplicationResponseSchema>;
|
|
116
116
|
/**
|
|
@@ -123,7 +123,7 @@ declare class Configuration {
|
|
|
123
123
|
* Success response
|
|
124
124
|
* @name getOtherSellerApplications
|
|
125
125
|
* @summary: Get other sales channel
|
|
126
|
-
* @description: Retrieve sales channels of other sellers. Retrieve all other seller sales channels that were not created within the current company. but have opted for the current company's inventory. - Check out [method documentation](https://
|
|
126
|
+
* @description: Retrieve sales channels of other sellers. Retrieve all other seller sales channels that were not created within the current company. but have opted for the current company's inventory. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOtherSellerApplications/).
|
|
127
127
|
*/
|
|
128
128
|
getOtherSellerApplications({ pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetOtherSellerApplicationsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OtherSellerApplications>;
|
|
129
129
|
/**
|
|
@@ -135,7 +135,7 @@ declare class Configuration {
|
|
|
135
135
|
*
|
|
136
136
|
* @name getStoreByBrands
|
|
137
137
|
* @summary: Get store by brands
|
|
138
|
-
* @description: Retrieve stores associated with specific brands. Retrieve a list of selling locations (stores) by the brands they deal. Store has information about store name, store type, store code, store address, and company detail. filtering can be done on brand id and brand names - Check out [method documentation](https://
|
|
138
|
+
* @description: Retrieve stores associated with specific brands. Retrieve a list of selling locations (stores) by the brands they deal. Store has information about store name, store type, store code, store address, and company detail. filtering can be done on brand id and brand names - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getStoreByBrands/).
|
|
139
139
|
*/
|
|
140
140
|
getStoreByBrands({ body, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetStoreByBrandsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.StoreByBrandsResponseSchema>;
|
|
141
141
|
/**
|
|
@@ -147,7 +147,7 @@ declare class Configuration {
|
|
|
147
147
|
*
|
|
148
148
|
* @name optOutFromApplication
|
|
149
149
|
* @summary: opt out of marketplaces
|
|
150
|
-
* @description: This API allows businesses to opt out of sharing their inventory with external seller sales channels. By using this API, companies or stores can prevent specific seller sales channels from fetching their inventory data. This feature is useful for businesses that want to control who can access their product listings and other inventory information. It helps maintain privacy and control over data distribution, ensuring that sensitive information is only shared with authorized partners. - Check out [method documentation](https://
|
|
150
|
+
* @description: This API allows businesses to opt out of sharing their inventory with external seller sales channels. By using this API, companies or stores can prevent specific seller sales channels from fetching their inventory data. This feature is useful for businesses that want to control who can access their product listings and other inventory information. It helps maintain privacy and control over data distribution, ensuring that sensitive information is only shared with authorized partners. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/optOutFromApplication/).
|
|
151
151
|
*/
|
|
152
152
|
optOutFromApplication({ id, body, requestHeaders }?: ConfigurationPlatformValidator.OptOutFromApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.SuccessMessageResponseSchema>;
|
|
153
153
|
}
|
|
@@ -22,7 +22,7 @@ class Configuration {
|
|
|
22
22
|
* Success response
|
|
23
23
|
* @name createApplication
|
|
24
24
|
* @summary: Create sales channel
|
|
25
|
-
* @description: Generate and add a new sales channel. sales channels are sales channel websites which can be configured, personalized and customized. Use this API to create a new sales channel in the current company. - Check out [method documentation](https://
|
|
25
|
+
* @description: Generate and add a new sales channel. sales channels are sales channel websites which can be configured, personalized and customized. Use this API to create a new sales channel in the current company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/createApplication/).
|
|
26
26
|
*/
|
|
27
27
|
async createApplication(
|
|
28
28
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -105,7 +105,7 @@ class Configuration {
|
|
|
105
105
|
*
|
|
106
106
|
* @name getApplications
|
|
107
107
|
* @summary: List sales channel stores
|
|
108
|
-
* @description: Retrieve a list of available sales channels. sales channels are sales channel websites which can be configured, personalized and customised. Use this API to fetch a list of sales channels created within a company. - Check out [method documentation](https://
|
|
108
|
+
* @description: Retrieve a list of available sales channels. sales channels are sales channel websites which can be configured, personalized and customised. Use this API to fetch a list of sales channels created within a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getApplications/).
|
|
109
109
|
*/
|
|
110
110
|
async getApplications(
|
|
111
111
|
{ pageNo, pageSize, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -222,7 +222,7 @@ class Configuration {
|
|
|
222
222
|
*
|
|
223
223
|
* @name getBrandsByCompany
|
|
224
224
|
* @summary: List brands by company
|
|
225
|
-
* @description: Retrieve all the brands added in a company. Get all the brand names, along with URLs of their logo, banner, and portrait image. can be searched on brand_name. - Check out [method documentation](https://
|
|
225
|
+
* @description: Retrieve all the brands added in a company. Get all the brand names, along with URLs of their logo, banner, and portrait image. can be searched on brand_name. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getBrandsByCompany/).
|
|
226
226
|
*/
|
|
227
227
|
async getBrandsByCompany(
|
|
228
228
|
{ q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -306,7 +306,7 @@ class Configuration {
|
|
|
306
306
|
*
|
|
307
307
|
* @name getCompanyByBrands
|
|
308
308
|
* @summary: List companies by brand
|
|
309
|
-
* @description: Retrieve a paginated list of companies associated with specific brands. Can be searched using the brand ID and company name - Check out [method documentation](https://
|
|
309
|
+
* @description: Retrieve a paginated list of companies associated with specific brands. Can be searched using the brand ID and company name - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getCompanyByBrands/).
|
|
310
310
|
*/
|
|
311
311
|
async getCompanyByBrands(
|
|
312
312
|
{ body, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -395,7 +395,7 @@ class Configuration {
|
|
|
395
395
|
*
|
|
396
396
|
* @name getCurrencies
|
|
397
397
|
* @summary: List currencies
|
|
398
|
-
* @description: Retrieve a list of available currencies. - Check out [method documentation](https://
|
|
398
|
+
* @description: Retrieve a list of available currencies. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getCurrencies/).
|
|
399
399
|
*/
|
|
400
400
|
async getCurrencies(
|
|
401
401
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -474,7 +474,7 @@ class Configuration {
|
|
|
474
474
|
*
|
|
475
475
|
* @name getCurrencyExchangeRates
|
|
476
476
|
* @summary: Get currency exchange rates
|
|
477
|
-
* @description: Retrieve a list of currency exchange rates, relative to a provided currency. - Check out [method documentation](https://
|
|
477
|
+
* @description: Retrieve a list of currency exchange rates, relative to a provided currency. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getCurrencyExchangeRates/).
|
|
478
478
|
*/
|
|
479
479
|
async getCurrencyExchangeRates(
|
|
480
480
|
{
|
|
@@ -569,7 +569,7 @@ class Configuration {
|
|
|
569
569
|
*
|
|
570
570
|
* @name getDomainAvailibility
|
|
571
571
|
* @summary: List suggestion domain
|
|
572
|
-
* @description: Check the availability of a specific domain. Use this API to check the domain availability before linking it to sales channel. Also sends domain suggestions that are similar to the queried domain. Note - Custom domain search is currently powered by GoDaddy provider. - Check out [method documentation](https://
|
|
572
|
+
* @description: Check the availability of a specific domain. Use this API to check the domain availability before linking it to sales channel. Also sends domain suggestions that are similar to the queried domain. Note - Custom domain search is currently powered by GoDaddy provider. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getDomainAvailibility/).
|
|
573
573
|
*/
|
|
574
574
|
async getDomainAvailibility(
|
|
575
575
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -654,7 +654,7 @@ class Configuration {
|
|
|
654
654
|
*
|
|
655
655
|
* @name getOtherSellerApplicationById
|
|
656
656
|
* @summary: Get others sales. channel
|
|
657
|
-
* @description: Retrieve details of a seller sales channel that was not created within the current company but has opted for the current company's inventory and searched via the sales channel ID of another sales channel - Check out [method documentation](https://
|
|
657
|
+
* @description: Retrieve details of a seller sales channel that was not created within the current company but has opted for the current company's inventory and searched via the sales channel ID of another sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOtherSellerApplicationById/).
|
|
658
658
|
*/
|
|
659
659
|
async getOtherSellerApplicationById(
|
|
660
660
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -738,7 +738,7 @@ class Configuration {
|
|
|
738
738
|
* Success response
|
|
739
739
|
* @name getOtherSellerApplications
|
|
740
740
|
* @summary: Get other sales channel
|
|
741
|
-
* @description: Retrieve sales channels of other sellers. Retrieve all other seller sales channels that were not created within the current company. but have opted for the current company's inventory. - Check out [method documentation](https://
|
|
741
|
+
* @description: Retrieve sales channels of other sellers. Retrieve all other seller sales channels that were not created within the current company. but have opted for the current company's inventory. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getOtherSellerApplications/).
|
|
742
742
|
*/
|
|
743
743
|
async getOtherSellerApplications(
|
|
744
744
|
{ pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -825,7 +825,7 @@ class Configuration {
|
|
|
825
825
|
*
|
|
826
826
|
* @name getStoreByBrands
|
|
827
827
|
* @summary: Get store by brands
|
|
828
|
-
* @description: Retrieve stores associated with specific brands. Retrieve a list of selling locations (stores) by the brands they deal. Store has information about store name, store type, store code, store address, and company detail. filtering can be done on brand id and brand names - Check out [method documentation](https://
|
|
828
|
+
* @description: Retrieve stores associated with specific brands. Retrieve a list of selling locations (stores) by the brands they deal. Store has information about store name, store type, store code, store address, and company detail. filtering can be done on brand id and brand names - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/getStoreByBrands/).
|
|
829
829
|
*/
|
|
830
830
|
async getStoreByBrands(
|
|
831
831
|
{ body, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -914,7 +914,7 @@ class Configuration {
|
|
|
914
914
|
*
|
|
915
915
|
* @name optOutFromApplication
|
|
916
916
|
* @summary: opt out of marketplaces
|
|
917
|
-
* @description: This API allows businesses to opt out of sharing their inventory with external seller sales channels. By using this API, companies or stores can prevent specific seller sales channels from fetching their inventory data. This feature is useful for businesses that want to control who can access their product listings and other inventory information. It helps maintain privacy and control over data distribution, ensuring that sensitive information is only shared with authorized partners. - Check out [method documentation](https://
|
|
917
|
+
* @description: This API allows businesses to opt out of sharing their inventory with external seller sales channels. By using this API, companies or stores can prevent specific seller sales channels from fetching their inventory data. This feature is useful for businesses that want to control who can access their product listings and other inventory information. It helps maintain privacy and control over data distribution, ensuring that sensitive information is only shared with authorized partners. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/configuration/optOutFromApplication/).
|
|
918
918
|
*/
|
|
919
919
|
async optOutFromApplication(
|
|
920
920
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -895,6 +895,11 @@ export = ConfigurationPlatformModel;
|
|
|
895
895
|
* @typedef DeliveryStrategy
|
|
896
896
|
* @property {string} [value] - Indicates the delivery strategy value.
|
|
897
897
|
*/
|
|
898
|
+
/**
|
|
899
|
+
* @typedef FulfillmentOption
|
|
900
|
+
* @property {number} [count] - Total count of available fulfillment options
|
|
901
|
+
* configured for a specific application.
|
|
902
|
+
*/
|
|
898
903
|
/**
|
|
899
904
|
* @typedef AppFeature
|
|
900
905
|
* @property {ProductDetailFeature} [product_detail]
|
|
@@ -908,6 +913,7 @@ export = ConfigurationPlatformModel;
|
|
|
908
913
|
* @property {OrderFeature} [order]
|
|
909
914
|
* @property {BuyboxFeature} [buybox]
|
|
910
915
|
* @property {DeliveryStrategy} [delivery_strategy]
|
|
916
|
+
* @property {FulfillmentOption} [fulfillment_option]
|
|
911
917
|
* @property {string} [_id] - The unique identifier for the sales channel features
|
|
912
918
|
* @property {string} [app] - Application ID of the sales channel
|
|
913
919
|
* @property {string} [created_at] - ISO 8601 timestamp showing the date when
|
|
@@ -1166,7 +1172,7 @@ export = ConfigurationPlatformModel;
|
|
|
1166
1172
|
*/
|
|
1167
1173
|
/**
|
|
1168
1174
|
* @typedef Page
|
|
1169
|
-
* @property {number} [item_total] - The total number of items
|
|
1175
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
1170
1176
|
* @property {string} [next_id] - The identifier for the next page.
|
|
1171
1177
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
1172
1178
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -1403,7 +1409,7 @@ export = ConfigurationPlatformModel;
|
|
|
1403
1409
|
declare class ConfigurationPlatformModel {
|
|
1404
1410
|
}
|
|
1405
1411
|
declare namespace ConfigurationPlatformModel {
|
|
1406
|
-
export { CurrencyExchangeResponseV2, CurrencyExchangeItem, ApplicationInventory, PiiMasking, FstIdentification, QuerySuggestions, SearchConfig, AppInventoryConfig, InventoryBrand, InventoryStore, AppStoreRules, InventoryCategory, InventoryPrice, InventoryDiscount, AuthenticationConfig, ArticleAssignmentConfig, ArticleAssignmentRules, StorePriority, AppCartConfig, InternationalDeliveryCharges, DeliveryCharges, Charges, AppPaymentConfig, CallbackUrl, Methods, PaymentModeConfig, PaymentSelectionLock, AppOrderConfig, ProcessingSchedule, StartAfter, AppLogisticsConfig, LoyaltyPointsConfig, AppInventoryPartialUpdate, BrandCompanyInfo, CompanyByBrandsRequestSchema, CompanyByBrandsResponseSchema, StoreByBrandsRequestSchema, StoreByBrandsResponseSchema, BrandStoreInfo, CompanyBrandInfo, BrandsByCompanyResponseSchema, ValidationFailedResponseSchema, NotFound, CommunicationConfig, CommsConfig, PanCardConfig, CreateApplicationRequestSchema, CreateAppResponseSchema, ApplicationsResponseSchema, MobileAppConfiguration, LandingImage, SplashImage, MobileAppConfigRequestSchema, BuildVersionHistory, BuildVersion, AppSupportedCurrency, DefaultCurrency, DomainAdd, DomainAddRequestSchema, Domain, DomainsResponseSchema, UpdateDomain, UpdateDomainTypeRequestSchema, DomainStatusRequestSchema, DomainStatus, DomainStatusResponseSchema, DomainSuggestionsRequestSchema, DomainSuggestion, DomainSuggestionsResponseSchema, SuccessMessageResponseSchema, App, AppDomain, CompaniesResponseSchema, AppInventoryCompanies, StoresResponseSchema, AppInventoryStores, FilterOrderingStoreRequestSchema, DeploymentMeta, OrderingStoreConfig, OrderingStoreSelectRequestSchema, OrderingStoreSelect, OtherSellerCompany, OtherSellerApplication, OtherSellerApplications, OptedApplicationResponseSchema, OptedCompany, OptedInventory, OptType, OptedStore, OptOutInventory, TokenResponseSchema, Tokens, Firebase, Credentials, Ios, Android, Moengage, MoengageCredentials, Segment, SegmentCredentials, Gtm, GtmCredentials, Freshchat, FreshchatCredentials, Safetynet, SafetynetCredentials, FyndRewards, FyndRewardsCredentials, GoogleMap, GoogleMapCredentials, RewardPointsConfig, Credit, Debit, ProductDetailFeature, LaunchPage, LandingPageFeature, ListingPageFeature, RegistrationPageFeature, BuyboxFeature, DeliveryStrategy, AppFeature, HomePageFeature, CommonFeature, InternationalShipping, CommunicationOptinDialogFeature, DeploymentStoreSelectionFeature, ListingPriceFeature, CurrencyFeature, RevenueEngineFeature, FeedbackFeature, CompareProductsFeature, CartFeature, QrFeature, PcrFeature, OrderFeature, AppFeatureRequestSchema, AppFeatureResponseSchema, Currency, ApplicationWebsite, ApplicationCors, ApplicationAuth, ApplicationRedirections, ApplicationMeta, SecureUrl, Application, ApplicationById, TokenSchemaID, TokenSchema, InvalidPayloadRequestSchema, Page, ApplicationInformation, InformationAddress, InformationPhone, InformationLoc, InformationSupport, InformationSupportPhone, InformationSupportEmail, SocialLinks, FacebookLink, InstagramLink, TwitterLink, PinterestLink, GooglePlusLink, YoutubeLink, LinkedInLink, VimeoLink, BlogLink, Links, BusinessHighlights, ApplicationDetail, CurrenciesResponseSchema, AppCurrencyResponseSchema, StoreLatLong, OptedStoreAddress, OrderingStore, OrderingStores, OrderingStoresResponseSchema, ValidationErrors, ValidationError };
|
|
1412
|
+
export { CurrencyExchangeResponseV2, CurrencyExchangeItem, ApplicationInventory, PiiMasking, FstIdentification, QuerySuggestions, SearchConfig, AppInventoryConfig, InventoryBrand, InventoryStore, AppStoreRules, InventoryCategory, InventoryPrice, InventoryDiscount, AuthenticationConfig, ArticleAssignmentConfig, ArticleAssignmentRules, StorePriority, AppCartConfig, InternationalDeliveryCharges, DeliveryCharges, Charges, AppPaymentConfig, CallbackUrl, Methods, PaymentModeConfig, PaymentSelectionLock, AppOrderConfig, ProcessingSchedule, StartAfter, AppLogisticsConfig, LoyaltyPointsConfig, AppInventoryPartialUpdate, BrandCompanyInfo, CompanyByBrandsRequestSchema, CompanyByBrandsResponseSchema, StoreByBrandsRequestSchema, StoreByBrandsResponseSchema, BrandStoreInfo, CompanyBrandInfo, BrandsByCompanyResponseSchema, ValidationFailedResponseSchema, NotFound, CommunicationConfig, CommsConfig, PanCardConfig, CreateApplicationRequestSchema, CreateAppResponseSchema, ApplicationsResponseSchema, MobileAppConfiguration, LandingImage, SplashImage, MobileAppConfigRequestSchema, BuildVersionHistory, BuildVersion, AppSupportedCurrency, DefaultCurrency, DomainAdd, DomainAddRequestSchema, Domain, DomainsResponseSchema, UpdateDomain, UpdateDomainTypeRequestSchema, DomainStatusRequestSchema, DomainStatus, DomainStatusResponseSchema, DomainSuggestionsRequestSchema, DomainSuggestion, DomainSuggestionsResponseSchema, SuccessMessageResponseSchema, App, AppDomain, CompaniesResponseSchema, AppInventoryCompanies, StoresResponseSchema, AppInventoryStores, FilterOrderingStoreRequestSchema, DeploymentMeta, OrderingStoreConfig, OrderingStoreSelectRequestSchema, OrderingStoreSelect, OtherSellerCompany, OtherSellerApplication, OtherSellerApplications, OptedApplicationResponseSchema, OptedCompany, OptedInventory, OptType, OptedStore, OptOutInventory, TokenResponseSchema, Tokens, Firebase, Credentials, Ios, Android, Moengage, MoengageCredentials, Segment, SegmentCredentials, Gtm, GtmCredentials, Freshchat, FreshchatCredentials, Safetynet, SafetynetCredentials, FyndRewards, FyndRewardsCredentials, GoogleMap, GoogleMapCredentials, RewardPointsConfig, Credit, Debit, ProductDetailFeature, LaunchPage, LandingPageFeature, ListingPageFeature, RegistrationPageFeature, BuyboxFeature, DeliveryStrategy, FulfillmentOption, AppFeature, HomePageFeature, CommonFeature, InternationalShipping, CommunicationOptinDialogFeature, DeploymentStoreSelectionFeature, ListingPriceFeature, CurrencyFeature, RevenueEngineFeature, FeedbackFeature, CompareProductsFeature, CartFeature, QrFeature, PcrFeature, OrderFeature, AppFeatureRequestSchema, AppFeatureResponseSchema, Currency, ApplicationWebsite, ApplicationCors, ApplicationAuth, ApplicationRedirections, ApplicationMeta, SecureUrl, Application, ApplicationById, TokenSchemaID, TokenSchema, InvalidPayloadRequestSchema, Page, ApplicationInformation, InformationAddress, InformationPhone, InformationLoc, InformationSupport, InformationSupportPhone, InformationSupportEmail, SocialLinks, FacebookLink, InstagramLink, TwitterLink, PinterestLink, GooglePlusLink, YoutubeLink, LinkedInLink, VimeoLink, BlogLink, Links, BusinessHighlights, ApplicationDetail, CurrenciesResponseSchema, AppCurrencyResponseSchema, StoreLatLong, OptedStoreAddress, OrderingStore, OrderingStores, OrderingStoresResponseSchema, ValidationErrors, ValidationError };
|
|
1407
1413
|
}
|
|
1408
1414
|
/** @returns {CurrencyExchangeResponseV2} */
|
|
1409
1415
|
declare function CurrencyExchangeResponseV2(): CurrencyExchangeResponseV2;
|
|
@@ -3210,6 +3216,15 @@ type DeliveryStrategy = {
|
|
|
3210
3216
|
*/
|
|
3211
3217
|
value?: string;
|
|
3212
3218
|
};
|
|
3219
|
+
/** @returns {FulfillmentOption} */
|
|
3220
|
+
declare function FulfillmentOption(): FulfillmentOption;
|
|
3221
|
+
type FulfillmentOption = {
|
|
3222
|
+
/**
|
|
3223
|
+
* - Total count of available fulfillment options
|
|
3224
|
+
* configured for a specific application.
|
|
3225
|
+
*/
|
|
3226
|
+
count?: number;
|
|
3227
|
+
};
|
|
3213
3228
|
/** @returns {AppFeature} */
|
|
3214
3229
|
declare function AppFeature(): AppFeature;
|
|
3215
3230
|
type AppFeature = {
|
|
@@ -3224,6 +3239,7 @@ type AppFeature = {
|
|
|
3224
3239
|
order?: OrderFeature;
|
|
3225
3240
|
buybox?: BuyboxFeature;
|
|
3226
3241
|
delivery_strategy?: DeliveryStrategy;
|
|
3242
|
+
fulfillment_option?: FulfillmentOption;
|
|
3227
3243
|
/**
|
|
3228
3244
|
* - The unique identifier for the sales channel features
|
|
3229
3245
|
*/
|
|
@@ -3743,7 +3759,7 @@ type InvalidPayloadRequestSchema = {
|
|
|
3743
3759
|
declare function Page(): Page;
|
|
3744
3760
|
type Page = {
|
|
3745
3761
|
/**
|
|
3746
|
-
* - The total number of items
|
|
3762
|
+
* - The total number of all items across all pages.
|
|
3747
3763
|
*/
|
|
3748
3764
|
item_total?: number;
|
|
3749
3765
|
/**
|