@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
|
@@ -85,7 +85,7 @@ class Catalog {
|
|
|
85
85
|
* @returns {Promise<FollowPostResponseSchema>} - Success response
|
|
86
86
|
* @name followById
|
|
87
87
|
* @summary: Create item, brand, product
|
|
88
|
-
* @description: Add a product, brand, or item to the user's followed list by collection Id. - Check out [method documentation](https://
|
|
88
|
+
* @description: Add a product, brand, or item to the user's followed list by collection Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/followById/).
|
|
89
89
|
*/
|
|
90
90
|
async followById(
|
|
91
91
|
{ collectionType, collectionId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -134,7 +134,7 @@ class Catalog {
|
|
|
134
134
|
* @returns {Promise<BrandDetailResponseSchema>} - Success response
|
|
135
135
|
* @name getBrandDetailBySlug
|
|
136
136
|
* @summary: Get a brand
|
|
137
|
-
* @description: Get metadata of a brand such as name, information, logo, banner, etc. - Check out [method documentation](https://
|
|
137
|
+
* @description: Get metadata of a brand such as name, information, logo, banner, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getBrandDetailBySlug/).
|
|
138
138
|
*/
|
|
139
139
|
async getBrandDetailBySlug(
|
|
140
140
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -180,7 +180,7 @@ class Catalog {
|
|
|
180
180
|
* @returns {Promise<BrandListingResponseSchema>} - Success response
|
|
181
181
|
* @name getBrands
|
|
182
182
|
* @summary: List brands
|
|
183
|
-
* @description: Get a list of all the available brands. Filtering can be applied to the department. - Check out [method documentation](https://
|
|
183
|
+
* @description: Get a list of all the available brands. Filtering can be applied to the department. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getBrands/).
|
|
184
184
|
*/
|
|
185
185
|
async getBrands(
|
|
186
186
|
{ department, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -252,7 +252,7 @@ class Catalog {
|
|
|
252
252
|
* @returns {Promise<CategoryListingResponseSchema>} - Success response
|
|
253
253
|
* @name getCategories
|
|
254
254
|
* @summary: List product categories
|
|
255
|
-
* @description: List all available product categories. Also, users can filter the categories by department. - Check out [method documentation](https://
|
|
255
|
+
* @description: List all available product categories. Also, users can filter the categories by department. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getCategories/).
|
|
256
256
|
*/
|
|
257
257
|
async getCategories(
|
|
258
258
|
{ department, requestHeaders } = { requestHeaders: {} },
|
|
@@ -290,7 +290,7 @@ class Catalog {
|
|
|
290
290
|
* @returns {Promise<CategoryMetaResponseSchema>} - Success response
|
|
291
291
|
* @name getCategoryDetailBySlug
|
|
292
292
|
* @summary: Get category by slug
|
|
293
|
-
* @description: Get detailed information about a specific product category using its slug and get metadata of a category such as name, information, logo, banner, etc. - Check out [method documentation](https://
|
|
293
|
+
* @description: Get detailed information about a specific product category using its slug and get metadata of a category such as name, information, logo, banner, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getCategoryDetailBySlug/).
|
|
294
294
|
*/
|
|
295
295
|
async getCategoryDetailBySlug(
|
|
296
296
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -336,7 +336,7 @@ class Catalog {
|
|
|
336
336
|
* @returns {Promise<CollectionDetailResponseSchema>} - Success response
|
|
337
337
|
* @name getCollectionDetailBySlug
|
|
338
338
|
* @summary: Get a collection
|
|
339
|
-
* @description: Get detailed information about a specific collection using its slug. - Check out [method documentation](https://
|
|
339
|
+
* @description: Get detailed information about a specific collection using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getCollectionDetailBySlug/).
|
|
340
340
|
*/
|
|
341
341
|
async getCollectionDetailBySlug(
|
|
342
342
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -382,7 +382,7 @@ class Catalog {
|
|
|
382
382
|
* @returns {Promise<ProductListingResponseSchema>} - Success response
|
|
383
383
|
* @name getCollectionItemsBySlug
|
|
384
384
|
* @summary: Lists items of collection
|
|
385
|
-
* @description: Fetch items within a particular collection identified by its slug. - Check out [method documentation](https://
|
|
385
|
+
* @description: Fetch items within a particular collection identified by its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getCollectionItemsBySlug/).
|
|
386
386
|
*/
|
|
387
387
|
async getCollectionItemsBySlug(
|
|
388
388
|
{
|
|
@@ -502,7 +502,7 @@ class Catalog {
|
|
|
502
502
|
* @returns {Promise<GetCollectionListingResponseSchema>} - Success response
|
|
503
503
|
* @name getCollections
|
|
504
504
|
* @summary: List collections
|
|
505
|
-
* @description: List of curated product collections with filtering options based on tags and collection names. - Check out [method documentation](https://
|
|
505
|
+
* @description: List of curated product collections with filtering options based on tags and collection names. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getCollections/).
|
|
506
506
|
*/
|
|
507
507
|
async getCollections(
|
|
508
508
|
{ pageNo, pageSize, tag, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -575,7 +575,7 @@ class Catalog {
|
|
|
575
575
|
* Success response
|
|
576
576
|
* @name getComparedFrequentlyProductBySlug
|
|
577
577
|
* @summary: List frequent products
|
|
578
|
-
* @description: Get products that are often compared to the product specified by its slug. - Check out [method documentation](https://
|
|
578
|
+
* @description: Get products that are often compared to the product specified by its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getComparedFrequentlyProductBySlug/).
|
|
579
579
|
*/
|
|
580
580
|
async getComparedFrequentlyProductBySlug(
|
|
581
581
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -621,7 +621,7 @@ class Catalog {
|
|
|
621
621
|
* @returns {Promise<DepartmentResponseSchema>} - Success response
|
|
622
622
|
* @name getDepartments
|
|
623
623
|
* @summary: List departments
|
|
624
|
-
* @description: List all departments associated with available products. - Check out [method documentation](https://
|
|
624
|
+
* @description: List all departments associated with available products. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getDepartments/).
|
|
625
625
|
*/
|
|
626
626
|
async getDepartments(
|
|
627
627
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -658,7 +658,7 @@ class Catalog {
|
|
|
658
658
|
* @returns {Promise<FollowIdsResponseSchema>} - Success response
|
|
659
659
|
* @name getFollowIds
|
|
660
660
|
* @summary: List Ids of followed item, brand, product
|
|
661
|
-
* @description: Get the IDs of all items the user is currently following, such as Products, Brands, and Collections. - Check out [method documentation](https://
|
|
661
|
+
* @description: Get the IDs of all items the user is currently following, such as Products, Brands, and Collections. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getFollowIds/).
|
|
662
662
|
*/
|
|
663
663
|
async getFollowIds(
|
|
664
664
|
{ collectionType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -696,7 +696,7 @@ class Catalog {
|
|
|
696
696
|
* @returns {Promise<GetFollowListingResponseSchema>} - Success response
|
|
697
697
|
* @name getFollowedListing
|
|
698
698
|
* @summary: List followed products, brands
|
|
699
|
-
* @description: Get a list of products or brands the user is following. - Check out [method documentation](https://
|
|
699
|
+
* @description: Get a list of products or brands the user is following. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getFollowedListing/).
|
|
700
700
|
*/
|
|
701
701
|
async getFollowedListing(
|
|
702
702
|
{ collectionType, pageId, pageSize, requestHeaders } = {
|
|
@@ -776,7 +776,7 @@ class Catalog {
|
|
|
776
776
|
* @returns {Promise<FollowerCountResponseSchema>} - Success response
|
|
777
777
|
* @name getFollowerCountById
|
|
778
778
|
* @summary: Get follower count
|
|
779
|
-
* @description: Get the total number of followers for a specific item by its ID. - Check out [method documentation](https://
|
|
779
|
+
* @description: Get the total number of followers for a specific item by its ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getFollowerCountById/).
|
|
780
780
|
*/
|
|
781
781
|
async getFollowerCountById(
|
|
782
782
|
{ collectionType, collectionId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -825,7 +825,7 @@ class Catalog {
|
|
|
825
825
|
* @returns {Promise<HomeListingResponseSchema>} - Success response
|
|
826
826
|
* @name getHomeProducts
|
|
827
827
|
* @summary: List homepage-featured products
|
|
828
|
-
* @description: List all the products associated with a brand, collection or category in a random order. - Check out [method documentation](https://
|
|
828
|
+
* @description: List all the products associated with a brand, collection or category in a random order. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getHomeProducts/).
|
|
829
829
|
*/
|
|
830
830
|
async getHomeProducts(
|
|
831
831
|
{ sortOn, pageId, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -896,7 +896,7 @@ class Catalog {
|
|
|
896
896
|
* @returns {Promise<ApplicationStoreListing>} - Success response
|
|
897
897
|
* @name getInStockLocations
|
|
898
898
|
* @summary: List stores with inventory
|
|
899
|
-
* @description: List stores where specified products are currently in stock. - Check out [method documentation](https://
|
|
899
|
+
* @description: List stores where specified products are currently in stock. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getInStockLocations/).
|
|
900
900
|
*/
|
|
901
901
|
async getInStockLocations(
|
|
902
902
|
{
|
|
@@ -996,7 +996,7 @@ class Catalog {
|
|
|
996
996
|
* @returns {Promise<StoreDetails>} - Success response
|
|
997
997
|
* @name getLocationDetailsById
|
|
998
998
|
* @summary: Get selling location
|
|
999
|
-
* @description: Get details about a store based on its location Id. - Check out [method documentation](https://
|
|
999
|
+
* @description: Get details about a store based on its location Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getLocationDetailsById/).
|
|
1000
1000
|
*/
|
|
1001
1001
|
async getLocationDetailsById(
|
|
1002
1002
|
{ locationId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1042,7 +1042,7 @@ class Catalog {
|
|
|
1042
1042
|
* @returns {Promise<ProductBundle>} - Success response
|
|
1043
1043
|
* @name getProductBundlesBySlug
|
|
1044
1044
|
* @summary: List product bundles
|
|
1045
|
-
* @description: Get products bundles to the one specified by its slug. - Check out [method documentation](https://
|
|
1045
|
+
* @description: Get products bundles to the one specified by its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductBundlesBySlug/).
|
|
1046
1046
|
*/
|
|
1047
1047
|
async getProductBundlesBySlug(
|
|
1048
1048
|
{ slug, id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1081,7 +1081,7 @@ class Catalog {
|
|
|
1081
1081
|
* @returns {Promise<ProductsComparisonResponseSchema>} - Success response
|
|
1082
1082
|
* @name getProductComparisonBySlugs
|
|
1083
1083
|
* @summary: List products for comparison
|
|
1084
|
-
* @description: Get all the products that have the same category. - Check out [method documentation](https://
|
|
1084
|
+
* @description: Get all the products that have the same category. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductComparisonBySlugs/).
|
|
1085
1085
|
*/
|
|
1086
1086
|
async getProductComparisonBySlugs(
|
|
1087
1087
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1119,7 +1119,7 @@ class Catalog {
|
|
|
1119
1119
|
* @returns {Promise<ProductDetail>} - Success response
|
|
1120
1120
|
* @name getProductDetailBySlug
|
|
1121
1121
|
* @summary: Get a product
|
|
1122
|
-
* @description: Get product details such as price, attributes, HSN code, SKU code, etc. - Check out [method documentation](https://
|
|
1122
|
+
* @description: Get product details such as price, attributes, HSN code, SKU code, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductDetailBySlug/).
|
|
1123
1123
|
*/
|
|
1124
1124
|
async getProductDetailBySlug(
|
|
1125
1125
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1165,10 +1165,12 @@ class Catalog {
|
|
|
1165
1165
|
* @returns {Promise<ProductSizePriceResponseV4>} - Success response
|
|
1166
1166
|
* @name getProductPriceBySlug
|
|
1167
1167
|
* @summary: Get product price
|
|
1168
|
-
* @description: Get the price of a product size at all the selling locations near to a PIN Code. - Check out [method documentation](https://
|
|
1168
|
+
* @description: Get the price of a product size at all the selling locations near to a PIN Code. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductPriceBySlug/).
|
|
1169
1169
|
*/
|
|
1170
1170
|
async getProductPriceBySlug(
|
|
1171
|
-
{ slug, size, storeId, moq, requestHeaders } = {
|
|
1171
|
+
{ slug, size, storeId, moq, fulfillmentOptionSlug, requestHeaders } = {
|
|
1172
|
+
requestHeaders: {},
|
|
1173
|
+
},
|
|
1172
1174
|
{ responseHeaders } = { responseHeaders: false }
|
|
1173
1175
|
) {
|
|
1174
1176
|
const errors = validateRequiredParams(arguments[0], ["slug", "size"]);
|
|
@@ -1183,6 +1185,7 @@ class Catalog {
|
|
|
1183
1185
|
const query_params = {};
|
|
1184
1186
|
query_params["store_id"] = storeId;
|
|
1185
1187
|
query_params["moq"] = moq;
|
|
1188
|
+
query_params["fulfillment_option_slug"] = fulfillmentOptionSlug;
|
|
1186
1189
|
|
|
1187
1190
|
const xHeaders = {};
|
|
1188
1191
|
|
|
@@ -1213,12 +1216,18 @@ class Catalog {
|
|
|
1213
1216
|
* @returns {Promise<ProductSizeSellersResponseV4>} - Success response
|
|
1214
1217
|
* @name getProductSellersBySlug
|
|
1215
1218
|
* @summary: List sellers
|
|
1216
|
-
* @description: List all sellers offering a specific product identified by its slug and size. - Check out [method documentation](https://
|
|
1219
|
+
* @description: List all sellers offering a specific product identified by its slug and size. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductSellersBySlug/).
|
|
1217
1220
|
*/
|
|
1218
1221
|
async getProductSellersBySlug(
|
|
1219
|
-
{
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
+
{
|
|
1223
|
+
slug,
|
|
1224
|
+
size,
|
|
1225
|
+
strategy,
|
|
1226
|
+
fulfillmentOptionSlug,
|
|
1227
|
+
pageNo,
|
|
1228
|
+
pageSize,
|
|
1229
|
+
requestHeaders,
|
|
1230
|
+
} = { requestHeaders: {} },
|
|
1222
1231
|
{ responseHeaders } = { responseHeaders: false }
|
|
1223
1232
|
) {
|
|
1224
1233
|
const errors = validateRequiredParams(arguments[0], ["slug", "size"]);
|
|
@@ -1232,6 +1241,7 @@ class Catalog {
|
|
|
1232
1241
|
|
|
1233
1242
|
const query_params = {};
|
|
1234
1243
|
query_params["strategy"] = strategy;
|
|
1244
|
+
query_params["fulfillment_option_slug"] = fulfillmentOptionSlug;
|
|
1235
1245
|
query_params["page_no"] = pageNo;
|
|
1236
1246
|
query_params["page_size"] = pageSize;
|
|
1237
1247
|
|
|
@@ -1268,12 +1278,20 @@ class Catalog {
|
|
|
1268
1278
|
* /service/application/catalog/v1.0/products/sizes.
|
|
1269
1279
|
* @param {string} [arg.strategy] - Sort stores on the basis of strategy.
|
|
1270
1280
|
* eg, fast-delivery, low-price, optimal.
|
|
1281
|
+
* @param {string} [arg.fulfillmentOptionSlug] - Specifies the fulfillment
|
|
1282
|
+
* method, indicating whether an order is for home delivery or store pickup
|
|
1271
1283
|
* @param {number} [arg.pageSize] - The number of items to retrieve in each page.
|
|
1272
1284
|
* @returns {Paginator<ProductSizeSellersResponseV4>}
|
|
1273
1285
|
* @summary: List sellers
|
|
1274
1286
|
* @description: List all sellers offering a specific product identified by its slug and size.
|
|
1275
1287
|
*/
|
|
1276
|
-
getProductSellersBySlugPaginator({
|
|
1288
|
+
getProductSellersBySlugPaginator({
|
|
1289
|
+
slug,
|
|
1290
|
+
size,
|
|
1291
|
+
strategy,
|
|
1292
|
+
fulfillmentOptionSlug,
|
|
1293
|
+
pageSize,
|
|
1294
|
+
} = {}) {
|
|
1277
1295
|
const paginator = new Paginator();
|
|
1278
1296
|
const callback = async () => {
|
|
1279
1297
|
const pageId = paginator.nextId;
|
|
@@ -1283,6 +1301,7 @@ class Catalog {
|
|
|
1283
1301
|
slug: slug,
|
|
1284
1302
|
size: size,
|
|
1285
1303
|
strategy: strategy,
|
|
1304
|
+
fulfillmentOptionSlug: fulfillmentOptionSlug,
|
|
1286
1305
|
pageNo: pageNo,
|
|
1287
1306
|
pageSize: pageSize,
|
|
1288
1307
|
});
|
|
@@ -1302,7 +1321,7 @@ class Catalog {
|
|
|
1302
1321
|
* @returns {Promise<ProductSizes>} - Success response
|
|
1303
1322
|
* @name getProductSizesBySlug
|
|
1304
1323
|
* @summary: List sizes
|
|
1305
|
-
* @description: Provides detailed information about a product, including its availability (sellable), available sizes with quantities, dimensions, weight, availability status, price details (marked, effective, selling), minimum order quantity (MOQ). - Check out [method documentation](https://
|
|
1324
|
+
* @description: Provides detailed information about a product, including its availability (sellable), available sizes with quantities, dimensions, weight, availability status, price details (marked, effective, selling), minimum order quantity (MOQ). - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductSizesBySlug/).
|
|
1306
1325
|
*/
|
|
1307
1326
|
async getProductSizesBySlug(
|
|
1308
1327
|
{ slug, storeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1349,7 +1368,7 @@ class Catalog {
|
|
|
1349
1368
|
* @returns {Promise<ProductStockStatusResponseSchema>} - Success response
|
|
1350
1369
|
* @name getProductStockByIds
|
|
1351
1370
|
* @summary: Get product stocks
|
|
1352
|
-
* @description: Get the current stock status for products identified by their IDs, such as SKU, ALU, EAN, etc. - Check out [method documentation](https://
|
|
1371
|
+
* @description: Get the current stock status for products identified by their IDs, such as SKU, ALU, EAN, etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductStockByIds/).
|
|
1353
1372
|
*/
|
|
1354
1373
|
async getProductStockByIds(
|
|
1355
1374
|
{ itemId, alu, skuCode, ean, upc, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1391,7 +1410,7 @@ class Catalog {
|
|
|
1391
1410
|
* @returns {Promise<ProductStockPolling>} - Success response
|
|
1392
1411
|
* @name getProductStockForTimeByIds
|
|
1393
1412
|
* @summary: List future stock
|
|
1394
|
-
* @description: Get the available stock levels for all products associated with a particular sales channel at a specified future time. - Check out [method documentation](https://
|
|
1413
|
+
* @description: Get the available stock levels for all products associated with a particular sales channel at a specified future time. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductStockForTimeByIds/).
|
|
1395
1414
|
*/
|
|
1396
1415
|
async getProductStockForTimeByIds(
|
|
1397
1416
|
{ timestamp, pageSize, pageId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1460,7 +1479,7 @@ class Catalog {
|
|
|
1460
1479
|
* @returns {Promise<ProductVariantsResponseSchema>} - Success response
|
|
1461
1480
|
* @name getProductVariantsBySlug
|
|
1462
1481
|
* @summary: List product variants
|
|
1463
|
-
* @description: Get all available variants of a specific product identified by its slug. - Check out [method documentation](https://
|
|
1482
|
+
* @description: Get all available variants of a specific product identified by its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProductVariantsBySlug/).
|
|
1464
1483
|
*/
|
|
1465
1484
|
async getProductVariantsBySlug(
|
|
1466
1485
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1506,7 +1525,7 @@ class Catalog {
|
|
|
1506
1525
|
* @returns {Promise<ProductListingResponseSchema>} - Success response
|
|
1507
1526
|
* @name getProducts
|
|
1508
1527
|
* @summary: List products
|
|
1509
|
-
* @description: List all products available in the catalog. It supports filtering based on product name, brand, department, category, collection, and more, while also offering sorting options based on factors like price, ratings, discounts, and other relevant criteria. - Check out [method documentation](https://
|
|
1528
|
+
* @description: List all products available in the catalog. It supports filtering based on product name, brand, department, category, collection, and more, while also offering sorting options based on factors like price, ratings, discounts, and other relevant criteria. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getProducts/).
|
|
1510
1529
|
*/
|
|
1511
1530
|
async getProducts(
|
|
1512
1531
|
{
|
|
@@ -1605,7 +1624,7 @@ class Catalog {
|
|
|
1605
1624
|
* @returns {Promise<AutoCompleteResponseSchema>} - Success response
|
|
1606
1625
|
* @name getSearchResults
|
|
1607
1626
|
* @summary: List product, brand, category
|
|
1608
|
-
* @description: Get products, brands, or categories based on a search query, which can be a partial or full name match. - Check out [method documentation](https://
|
|
1627
|
+
* @description: Get products, brands, or categories based on a search query, which can be a partial or full name match. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getSearchResults/).
|
|
1609
1628
|
*/
|
|
1610
1629
|
async getSearchResults(
|
|
1611
1630
|
{ q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1643,7 +1662,7 @@ class Catalog {
|
|
|
1643
1662
|
* @returns {Promise<ProductCompareResponseSchema>} - Success response
|
|
1644
1663
|
* @name getSimilarComparisonProductBySlug
|
|
1645
1664
|
* @summary: List similar products
|
|
1646
|
-
* @description: Get all products within the same category as the one specified by the provided slug. - Check out [method documentation](https://
|
|
1665
|
+
* @description: Get all products within the same category as the one specified by the provided slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getSimilarComparisonProductBySlug/).
|
|
1647
1666
|
*/
|
|
1648
1667
|
async getSimilarComparisonProductBySlug(
|
|
1649
1668
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1689,7 +1708,7 @@ class Catalog {
|
|
|
1689
1708
|
* @returns {Promise<StoreListingResponseSchema>} - Success response
|
|
1690
1709
|
* @name getStores
|
|
1691
1710
|
* @summary: List available stores
|
|
1692
|
-
* @description: List all stores associated with the sales channel. - Check out [method documentation](https://
|
|
1711
|
+
* @description: List all stores associated with the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/getStores/).
|
|
1693
1712
|
*/
|
|
1694
1713
|
async getStores(
|
|
1695
1714
|
{
|
|
@@ -1794,7 +1813,7 @@ class Catalog {
|
|
|
1794
1813
|
* @returns {Promise<FollowPostResponseSchema>} - Success response
|
|
1795
1814
|
* @name unfollowById
|
|
1796
1815
|
* @summary: Delete item, brand, product
|
|
1797
|
-
* @description: Remove a followed item, brand, or product using its collection ID. - Check out [method documentation](https://
|
|
1816
|
+
* @description: Remove a followed item, brand, or product using its collection ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/catalog/unfollowById/).
|
|
1798
1817
|
*/
|
|
1799
1818
|
async unfollowById(
|
|
1800
1819
|
{ collectionType, collectionId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -14,7 +14,7 @@ declare class Common {
|
|
|
14
14
|
* @returns {Promise<Locations>} - Success response
|
|
15
15
|
* @name getLocations
|
|
16
16
|
* @summary: Get a location
|
|
17
|
-
* @description: Get countries , state , cities data associated with the sales channel. - Check out [method documentation](https://
|
|
17
|
+
* @description: Get countries , state , cities data associated with the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/common/getLocations/).
|
|
18
18
|
*/
|
|
19
19
|
getLocations({ locationType, id, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<Locations>;
|
|
20
20
|
/**
|
|
@@ -23,7 +23,7 @@ declare class Common {
|
|
|
23
23
|
* @returns {Promise<ApplicationResponseSchema>} - Success response
|
|
24
24
|
* @name searchApplication
|
|
25
25
|
* @summary: Get sales channel
|
|
26
|
-
* @description: Get an active sales channel based on a provided query. The query can be a valid sales channel ID or a verified domain name. If the sales channel is found, a success response is returned. If not, a 404 error response is returned. - Check out [method documentation](https://
|
|
26
|
+
* @description: Get an active sales channel based on a provided query. The query can be a valid sales channel ID or a verified domain name. If the sales channel is found, a success response is returned. If not, a 404 error response is returned. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/common/searchApplication/).
|
|
27
27
|
*/
|
|
28
28
|
searchApplication({ authorization, query, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationResponseSchema>;
|
|
29
29
|
}
|
|
@@ -38,7 +38,7 @@ class Common {
|
|
|
38
38
|
* @returns {Promise<Locations>} - Success response
|
|
39
39
|
* @name getLocations
|
|
40
40
|
* @summary: Get a location
|
|
41
|
-
* @description: Get countries , state , cities data associated with the sales channel. - Check out [method documentation](https://
|
|
41
|
+
* @description: Get countries , state , cities data associated with the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/common/getLocations/).
|
|
42
42
|
*/
|
|
43
43
|
async getLocations(
|
|
44
44
|
{ locationType, id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -77,7 +77,7 @@ class Common {
|
|
|
77
77
|
* @returns {Promise<ApplicationResponseSchema>} - Success response
|
|
78
78
|
* @name searchApplication
|
|
79
79
|
* @summary: Get sales channel
|
|
80
|
-
* @description: Get an active sales channel based on a provided query. The query can be a valid sales channel ID or a verified domain name. If the sales channel is found, a success response is returned. If not, a 404 error response is returned. - Check out [method documentation](https://
|
|
80
|
+
* @description: Get an active sales channel based on a provided query. The query can be a valid sales channel ID or a verified domain name. If the sales channel is found, a success response is returned. If not, a 404 error response is returned. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/common/searchApplication/).
|
|
81
81
|
*/
|
|
82
82
|
async searchApplication(
|
|
83
83
|
{ authorization, query, requestHeaders } = { requestHeaders: {} },
|
|
@@ -15,7 +15,7 @@ declare class Communication {
|
|
|
15
15
|
* @returns {Promise<CommunicationConsent>} - Success response
|
|
16
16
|
* @name getCommunicationConsent
|
|
17
17
|
* @summary: Retrieve consent status
|
|
18
|
-
* @description: Get the consent provided by the user for receiving communication. - Check out [method documentation](https://
|
|
18
|
+
* @description: Get the consent provided by the user for receiving communication. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/getCommunicationConsent/).
|
|
19
19
|
*/
|
|
20
20
|
getCommunicationConsent({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CommunicationConsent>;
|
|
21
21
|
/**
|
|
@@ -24,7 +24,7 @@ declare class Communication {
|
|
|
24
24
|
* @returns {Promise<PushtokenRes>} - Success response
|
|
25
25
|
* @name upsertAppPushtoken
|
|
26
26
|
* @summary: Update or adds app push token
|
|
27
|
-
* @description: Update or inserts the push token of the user. - Check out [method documentation](https://
|
|
27
|
+
* @description: Update or inserts the push token of the user. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/upsertAppPushtoken/).
|
|
28
28
|
*/
|
|
29
29
|
upsertAppPushtoken({ body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<PushtokenRes>;
|
|
30
30
|
/**
|
|
@@ -33,7 +33,7 @@ declare class Communication {
|
|
|
33
33
|
* @returns {Promise<CommunicationConsentRes>} - Success response
|
|
34
34
|
* @name upsertCommunicationConsent
|
|
35
35
|
* @summary: Update or adds consent settings
|
|
36
|
-
* @description: Update or insert the consent provided by the user for receiving communication messages. - Check out [method documentation](https://
|
|
36
|
+
* @description: Update or insert the consent provided by the user for receiving communication messages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/upsertCommunicationConsent/).
|
|
37
37
|
*/
|
|
38
38
|
upsertCommunicationConsent({ body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CommunicationConsentRes>;
|
|
39
39
|
}
|
|
@@ -40,7 +40,7 @@ class Communication {
|
|
|
40
40
|
* @returns {Promise<CommunicationConsent>} - Success response
|
|
41
41
|
* @name getCommunicationConsent
|
|
42
42
|
* @summary: Retrieve consent status
|
|
43
|
-
* @description: Get the consent provided by the user for receiving communication. - Check out [method documentation](https://
|
|
43
|
+
* @description: Get the consent provided by the user for receiving communication. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/getCommunicationConsent/).
|
|
44
44
|
*/
|
|
45
45
|
async getCommunicationConsent(
|
|
46
46
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -77,7 +77,7 @@ class Communication {
|
|
|
77
77
|
* @returns {Promise<PushtokenRes>} - Success response
|
|
78
78
|
* @name upsertAppPushtoken
|
|
79
79
|
* @summary: Update or adds app push token
|
|
80
|
-
* @description: Update or inserts the push token of the user. - Check out [method documentation](https://
|
|
80
|
+
* @description: Update or inserts the push token of the user. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/upsertAppPushtoken/).
|
|
81
81
|
*/
|
|
82
82
|
async upsertAppPushtoken(
|
|
83
83
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -114,7 +114,7 @@ class Communication {
|
|
|
114
114
|
* @returns {Promise<CommunicationConsentRes>} - Success response
|
|
115
115
|
* @name upsertCommunicationConsent
|
|
116
116
|
* @summary: Update or adds consent settings
|
|
117
|
-
* @description: Update or insert the consent provided by the user for receiving communication messages. - Check out [method documentation](https://
|
|
117
|
+
* @description: Update or insert the consent provided by the user for receiving communication messages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/communication/upsertCommunicationConsent/).
|
|
118
118
|
*/
|
|
119
119
|
async upsertCommunicationConsent(
|
|
120
120
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -28,7 +28,7 @@ declare class Configuration {
|
|
|
28
28
|
* @returns {Promise<AppCurrencyResponseSchema>} - Success response
|
|
29
29
|
* @name getAppCurrencies
|
|
30
30
|
* @summary: Get currency configuration
|
|
31
|
-
* @description: Get currency configuration of the sales channel. - Check out [method documentation](https://
|
|
31
|
+
* @description: Get currency configuration of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppCurrencies/).
|
|
32
32
|
*/
|
|
33
33
|
getAppCurrencies({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppCurrencyResponseSchema>;
|
|
34
34
|
/**
|
|
@@ -37,7 +37,7 @@ declare class Configuration {
|
|
|
37
37
|
* @returns {Promise<AppStaffListResponseSchema>} - Success response
|
|
38
38
|
* @name getAppStaffList
|
|
39
39
|
* @summary: List staff members
|
|
40
|
-
* @description: List all staff members of the sales channel. - Check out [method documentation](https://
|
|
40
|
+
* @description: List all staff members of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppStaffList/).
|
|
41
41
|
*/
|
|
42
42
|
getAppStaffList({ pageNo, pageSize, orderIncent, orderingStore, user, userName, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppStaffListResponseSchema>;
|
|
43
43
|
/**
|
|
@@ -67,7 +67,7 @@ declare class Configuration {
|
|
|
67
67
|
* @returns {Promise<AppStaffResponseSchema>} - Success response
|
|
68
68
|
* @name getAppStaffs
|
|
69
69
|
* @summary: Get staff member
|
|
70
|
-
* @description: Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel. - Check out [method documentation](https://
|
|
70
|
+
* @description: Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getAppStaffs/).
|
|
71
71
|
*/
|
|
72
72
|
getAppStaffs({ orderIncent, orderingStore, user, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppStaffResponseSchema>;
|
|
73
73
|
/**
|
|
@@ -76,7 +76,7 @@ declare class Configuration {
|
|
|
76
76
|
* @returns {Promise<Application>} - Success response
|
|
77
77
|
* @name getApplication
|
|
78
78
|
* @summary: Get sales channel
|
|
79
|
-
* @description: Get details of the current sales channel. - Check out [method documentation](https://
|
|
79
|
+
* @description: Get details of the current sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getApplication/).
|
|
80
80
|
*/
|
|
81
81
|
getApplication({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<Application>;
|
|
82
82
|
/**
|
|
@@ -85,7 +85,7 @@ declare class Configuration {
|
|
|
85
85
|
* @returns {Promise<ApplicationDetail>} - Success response
|
|
86
86
|
* @name getBasicDetails
|
|
87
87
|
* @summary: Get Sales channel
|
|
88
|
-
* @description: Get basic details of the sales channel. - Check out [method documentation](https://
|
|
88
|
+
* @description: Get basic details of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getBasicDetails/).
|
|
89
89
|
*/
|
|
90
90
|
getBasicDetails({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationDetail>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ declare class Configuration {
|
|
|
94
94
|
* @returns {Promise<ApplicationInformation>} - Success response
|
|
95
95
|
* @name getContactInfo
|
|
96
96
|
* @summary: Get sales channel contact
|
|
97
|
-
* @description: Get contact details of the sales channel. - Check out [method documentation](https://
|
|
97
|
+
* @description: Get contact details of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getContactInfo/).
|
|
98
98
|
*/
|
|
99
99
|
getContactInfo({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationInformation>;
|
|
100
100
|
/**
|
|
@@ -103,7 +103,7 @@ declare class Configuration {
|
|
|
103
103
|
* @returns {Promise<CurrenciesResponseSchema>} - Success response
|
|
104
104
|
* @name getCurrencies
|
|
105
105
|
* @summary: List currencies
|
|
106
|
-
* @description: List available currencies. - Check out [method documentation](https://
|
|
106
|
+
* @description: List available currencies. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getCurrencies/).
|
|
107
107
|
*/
|
|
108
108
|
getCurrencies({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CurrenciesResponseSchema>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ declare class Configuration {
|
|
|
112
112
|
* @returns {Promise<Currency>} - Success response
|
|
113
113
|
* @name getCurrencyById
|
|
114
114
|
* @summary: Get a currency
|
|
115
|
-
* @description: Get details of the currency. - Check out [method documentation](https://
|
|
115
|
+
* @description: Get details of the currency. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getCurrencyById/).
|
|
116
116
|
*/
|
|
117
117
|
getCurrencyById({ id, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<Currency>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ declare class Configuration {
|
|
|
121
121
|
* @returns {Promise<AppFeatureResponseSchema>} - Success response
|
|
122
122
|
* @name getFeatures
|
|
123
123
|
* @summary: Get sales channel features
|
|
124
|
-
* @description: Get configuration of the features of the sales channel. - Check out [method documentation](https://
|
|
124
|
+
* @description: Get configuration of the features of the sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getFeatures/).
|
|
125
125
|
*/
|
|
126
126
|
getFeatures({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppFeatureResponseSchema>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ declare class Configuration {
|
|
|
130
130
|
* @returns {Promise<AppTokenResponseSchema>} - Success response
|
|
131
131
|
* @name getIntegrationTokens
|
|
132
132
|
* @summary: Get API tokens
|
|
133
|
-
* @description: Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook. - Check out [method documentation](https://
|
|
133
|
+
* @description: Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getIntegrationTokens/).
|
|
134
134
|
*/
|
|
135
135
|
getIntegrationTokens({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AppTokenResponseSchema>;
|
|
136
136
|
/**
|
|
@@ -139,7 +139,7 @@ declare class Configuration {
|
|
|
139
139
|
* @returns {Promise<LanguageResponseSchema>} - Success response
|
|
140
140
|
* @name getLanguages
|
|
141
141
|
* @summary: List languages
|
|
142
|
-
* @description: List available languages. - Check out [method documentation](https://
|
|
142
|
+
* @description: List available languages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getLanguages/).
|
|
143
143
|
*/
|
|
144
144
|
getLanguages({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<LanguageResponseSchema>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ declare class Configuration {
|
|
|
148
148
|
* @returns {Promise<SuccessMessageResponseSchema>} - Success response
|
|
149
149
|
* @name getOrderingStoreCookie
|
|
150
150
|
* @summary: Create cookies
|
|
151
|
-
* @description: Reset cookie of ordering store. - Check out [method documentation](https://
|
|
151
|
+
* @description: Reset cookie of ordering store. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOrderingStoreCookie/).
|
|
152
152
|
*/
|
|
153
153
|
getOrderingStoreCookie({ body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<SuccessMessageResponseSchema>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ declare class Configuration {
|
|
|
157
157
|
* @returns {Promise<OrderingStores>} - Success response
|
|
158
158
|
* @name getOrderingStores
|
|
159
159
|
* @summary: List order-enabled selling locations
|
|
160
|
-
* @description: Get details of all the deployment store locations where the sales channel will be used for order placement. - Check out [method documentation](https://
|
|
160
|
+
* @description: Get details of all the deployment store locations where the sales channel will be used for order placement. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOrderingStores/).
|
|
161
161
|
*/
|
|
162
162
|
getOrderingStores({ pageNo, pageSize, q, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<OrderingStores>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ declare class Configuration {
|
|
|
166
166
|
* @returns {Promise<ApplicationAboutResponseSchema>} - Success response
|
|
167
167
|
* @name getOwnerInfo
|
|
168
168
|
* @summary: Get sales channel owner
|
|
169
|
-
* @description: Get details of the sales channel owner. - Check out [method documentation](https://
|
|
169
|
+
* @description: Get details of the sales channel owner. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getOwnerInfo/).
|
|
170
170
|
*/
|
|
171
171
|
getOwnerInfo({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationAboutResponseSchema>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ declare class Configuration {
|
|
|
175
175
|
* @returns {Promise<OrderingStore>} - Success response
|
|
176
176
|
* @name getStoreDetailById
|
|
177
177
|
* @summary: Get a selling location
|
|
178
|
-
* @description: Get details of a selling location (store) by its ID. - Check out [method documentation](https://
|
|
178
|
+
* @description: Get details of a selling location (store) by its ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/getStoreDetailById/).
|
|
179
179
|
*/
|
|
180
180
|
getStoreDetailById({ storeId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<OrderingStore>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ declare class Configuration {
|
|
|
184
184
|
* @returns {Promise<SuccessMessageResponseSchema>} - Success response
|
|
185
185
|
* @name removeOrderingStoreCookie
|
|
186
186
|
* @summary: Delete store cookie
|
|
187
|
-
* @description: Delete store cookie. - Check out [method documentation](https://
|
|
187
|
+
* @description: Delete store cookie. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/configuration/removeOrderingStoreCookie/).
|
|
188
188
|
*/
|
|
189
189
|
removeOrderingStoreCookie({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<SuccessMessageResponseSchema>;
|
|
190
190
|
}
|