@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.3
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 +5 -3
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationAPIClient.js +0 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
- package/sdk/application/Cart/CartApplicationClient.js +25 -25
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
- package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
- 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 +10 -10
- package/sdk/application/Content/ContentApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
- package/sdk/application/Content/ContentApplicationModel.js +26 -26
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
- package/sdk/application/Lead/LeadApplicationClient.js +7 -7
- package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
- package/sdk/application/Lead/LeadApplicationModel.js +42 -52
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
- package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
- package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
- package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
- package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
- package/sdk/application/User/UserApplicationClient.d.ts +28 -28
- package/sdk/application/User/UserApplicationClient.js +28 -28
- package/sdk/application/User/UserApplicationModel.d.ts +44 -13
- package/sdk/application/User/UserApplicationModel.js +17 -13
- package/sdk/common/AxiosHelper.d.ts +1 -1
- package/sdk/common/AxiosHelper.js +38 -17
- package/sdk/common/Clickstream.js +22 -16
- package/sdk/common/curlHelper.js +1 -3
- package/sdk/common/utils.d.ts +15 -0
- package/sdk/common/utils.js +30 -0
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
- package/sdk/partner/OAuthClient.d.ts +3 -3
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerAPIClient.js +0 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
- package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
- package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
- package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
- package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
- package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
- package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
- package/sdk/platform/Content/ContentPlatformClient.js +9 -9
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
- package/sdk/platform/Content/ContentPlatformModel.js +26 -26
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
- package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
- package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
- package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +41 -41
- package/sdk/platform/Order/OrderPlatformClient.js +41 -41
- package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
- package/sdk/platform/Order/OrderPlatformModel.js +8 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.js +0 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
- 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 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
- package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
- package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
- package/sdk/platform/User/UserPlatformModel.js +21 -13
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
- package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
- package/sdk/public/Billing/BillingPublicClient.js +4 -4
- package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
- package/sdk/public/Billing/BillingPublicValidator.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
- package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.js +3 -3
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
- package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
|
@@ -21,7 +21,7 @@ class Cart {
|
|
|
21
21
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
22
22
|
* @returns {Promise<CartPlatformModel.SaveAddressResponse>} - Success response
|
|
23
23
|
* @name addAddress
|
|
24
|
-
* @summary: Add a new user address
|
|
24
|
+
* @summary: Add a new user address
|
|
25
25
|
* @description: Create and add a new user address for cart checkout. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/addAddress/).
|
|
26
26
|
*/
|
|
27
27
|
async addAddress(
|
|
@@ -98,7 +98,7 @@ class Cart {
|
|
|
98
98
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
99
99
|
* @returns {Promise<CartPlatformModel.AddCartDetailResponse>} - Success response
|
|
100
100
|
* @name addItems
|
|
101
|
-
* @summary: Add items to the cart
|
|
101
|
+
* @summary: Add items to the cart
|
|
102
102
|
* @description: Add items to the shopping cart - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/addItems/).
|
|
103
103
|
*/
|
|
104
104
|
async addItems(
|
|
@@ -180,7 +180,7 @@ class Cart {
|
|
|
180
180
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
181
181
|
* @returns {Promise<CartPlatformModel.PriceAdjustmentResponse>} - Success response
|
|
182
182
|
* @name addPriceAdjustment
|
|
183
|
-
* @summary: Add price adjustments
|
|
183
|
+
* @summary: Add price adjustments
|
|
184
184
|
* @description: Apply price adjustments to items in the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/addPriceAdjustment/).
|
|
185
185
|
*/
|
|
186
186
|
async addPriceAdjustment(
|
|
@@ -259,7 +259,7 @@ class Cart {
|
|
|
259
259
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
260
260
|
* @returns {Promise<CartPlatformModel.CartDetailResponse>} - Success response
|
|
261
261
|
* @name applyCoupon
|
|
262
|
-
* @summary: Apply a coupon to the cart
|
|
262
|
+
* @summary: Apply a coupon to the cart
|
|
263
263
|
* @description: Apply a selected coupon to the items in the shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/applyCoupon/).
|
|
264
264
|
*/
|
|
265
265
|
async applyCoupon(
|
|
@@ -355,7 +355,7 @@ class Cart {
|
|
|
355
355
|
* - Success response
|
|
356
356
|
*
|
|
357
357
|
* @name checkCartServiceability
|
|
358
|
-
* @summary: Check cart serviceability
|
|
358
|
+
* @summary: Check cart serviceability
|
|
359
359
|
* @description: Verify if the items in the cart are serviceable. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/checkCartServiceability/).
|
|
360
360
|
*/
|
|
361
361
|
async checkCartServiceability(
|
|
@@ -434,7 +434,7 @@ class Cart {
|
|
|
434
434
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
435
435
|
* @returns {Promise<CartPlatformModel.OpenApiCheckoutResponse>} - Success response
|
|
436
436
|
* @name checkoutCart
|
|
437
|
-
* @summary: Proceed to cart checkout
|
|
437
|
+
* @summary: Proceed to cart checkout
|
|
438
438
|
* @description: Initiate the checkout process for the items in the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/checkoutCart/).
|
|
439
439
|
*/
|
|
440
440
|
async checkoutCart(
|
|
@@ -592,7 +592,7 @@ class Cart {
|
|
|
592
592
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
593
593
|
* @returns {Promise<CartPlatformModel.SuccessMessage>} - Success response
|
|
594
594
|
* @name createCoupon
|
|
595
|
-
* @summary: Create a new coupon
|
|
595
|
+
* @summary: Create a new coupon
|
|
596
596
|
* @description: Generate and add a new coupon to the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/createCoupon/).
|
|
597
597
|
*/
|
|
598
598
|
async createCoupon(
|
|
@@ -669,7 +669,7 @@ class Cart {
|
|
|
669
669
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
670
670
|
* @returns {Promise<CartPlatformModel.PromotionAdd>} - Success response
|
|
671
671
|
* @name createPromotion
|
|
672
|
-
* @summary: Create a new promotion
|
|
672
|
+
* @summary: Create a new promotion
|
|
673
673
|
* @description: Generate and add a new promotion to the cart system - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/createPromotion/).
|
|
674
674
|
*/
|
|
675
675
|
async createPromotion(
|
|
@@ -748,7 +748,7 @@ class Cart {
|
|
|
748
748
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
749
749
|
* @returns {Promise<CartPlatformModel.DeleteCartDetailResponse>} - Success response
|
|
750
750
|
* @name deleteCart
|
|
751
|
-
* @summary: Delete a cart
|
|
751
|
+
* @summary: Delete a cart
|
|
752
752
|
* @description: Delete a specific shopping cart from the system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/deleteCart/).
|
|
753
753
|
*/
|
|
754
754
|
async deleteCart(
|
|
@@ -830,7 +830,7 @@ class Cart {
|
|
|
830
830
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
831
831
|
* @returns {Promise<CartPlatformModel.OpenapiCartDetailsResponse>} - Success response
|
|
832
832
|
* @name fetchAndvalidateCartItems
|
|
833
|
-
* @summary: Fetch and validate cart items
|
|
833
|
+
* @summary: Fetch and validate cart items
|
|
834
834
|
* @description: Retrieve and validate items currently in the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/fetchAndvalidateCartItems/).
|
|
835
835
|
*/
|
|
836
836
|
async fetchAndvalidateCartItems(
|
|
@@ -984,7 +984,7 @@ class Cart {
|
|
|
984
984
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
985
985
|
* @returns {Promise<CartPlatformModel.AbandonedCartResponse>} - Success response
|
|
986
986
|
* @name getAbandonedCart
|
|
987
|
-
* @summary: Retrieve abandoned carts
|
|
987
|
+
* @summary: Retrieve abandoned carts
|
|
988
988
|
* @description: Retrieve abandoned carts for analysis and potential recovery. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getAbandonedCart/).
|
|
989
989
|
*/
|
|
990
990
|
async getAbandonedCart(
|
|
@@ -1093,7 +1093,7 @@ class Cart {
|
|
|
1093
1093
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1094
1094
|
* @returns {Promise<CartPlatformModel.CartDetailResponse>} - Success response
|
|
1095
1095
|
* @name getAbandonedCartDetails
|
|
1096
|
-
* @summary: Get abandoned cart details
|
|
1096
|
+
* @summary: Get abandoned cart details
|
|
1097
1097
|
* @description: Retrieve detailed information about a specific abandoned cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getAbandonedCartDetails/).
|
|
1098
1098
|
*/
|
|
1099
1099
|
async getAbandonedCartDetails(
|
|
@@ -1398,7 +1398,7 @@ class Cart {
|
|
|
1398
1398
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1399
1399
|
* @returns {Promise<CartPlatformModel.GetCouponResponse>} - Success response
|
|
1400
1400
|
* @name getAppCoupons
|
|
1401
|
-
* @summary: Get app-specific coupons
|
|
1401
|
+
* @summary: Get app-specific coupons
|
|
1402
1402
|
* @description: Retrieve coupons specific to the mobile app. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getAppCoupons/).
|
|
1403
1403
|
*/
|
|
1404
1404
|
async getAppCoupons(
|
|
@@ -1487,7 +1487,7 @@ class Cart {
|
|
|
1487
1487
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1488
1488
|
* @returns {Promise<CartPlatformModel.CartDeliveryModesResponse>} - Success response
|
|
1489
1489
|
* @name getAvailableDeliveryModes
|
|
1490
|
-
* @summary: Get available delivery modes
|
|
1490
|
+
* @summary: Get available delivery modes
|
|
1491
1491
|
* @description: Retrieve a list of available delivery modes for cart checkout. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getAvailableDeliveryModes/).
|
|
1492
1492
|
*/
|
|
1493
1493
|
async getAvailableDeliveryModes(
|
|
@@ -1570,7 +1570,7 @@ class Cart {
|
|
|
1570
1570
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1571
1571
|
* @returns {Promise<CartPlatformModel.CartDetailResponse>} - Success response
|
|
1572
1572
|
* @name getCart
|
|
1573
|
-
* @summary: Get cart details
|
|
1573
|
+
* @summary: Get cart details
|
|
1574
1574
|
* @description: Retrieve detailed information about a shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCart/).
|
|
1575
1575
|
*/
|
|
1576
1576
|
async getCart(
|
|
@@ -1665,7 +1665,7 @@ class Cart {
|
|
|
1665
1665
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1666
1666
|
* @returns {Promise<CartPlatformModel.MultiCartResponse>} - Success response
|
|
1667
1667
|
* @name getCartList
|
|
1668
|
-
* @summary: Retrieve a list of carts
|
|
1668
|
+
* @summary: Retrieve a list of carts
|
|
1669
1669
|
* @description: Retrieve a list of saved shopping carts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCartList/).
|
|
1670
1670
|
*/
|
|
1671
1671
|
async getCartList(
|
|
@@ -1828,7 +1828,7 @@ class Cart {
|
|
|
1828
1828
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1829
1829
|
* @returns {Promise<CartPlatformModel.SharedCartResponse>} - Success response
|
|
1830
1830
|
* @name getCartSharedItems
|
|
1831
|
-
* @summary: Get items shared via a cart link
|
|
1831
|
+
* @summary: Get items shared via a cart link
|
|
1832
1832
|
* @description: Retrieve the items shared with you via a cart link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCartSharedItems/).
|
|
1833
1833
|
*/
|
|
1834
1834
|
async getCartSharedItems(
|
|
@@ -1907,7 +1907,7 @@ class Cart {
|
|
|
1907
1907
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1908
1908
|
* @returns {Promise<CartPlatformModel.CouponUpdate>} - Success response
|
|
1909
1909
|
* @name getCouponById
|
|
1910
|
-
* @summary: Get coupon details by ID
|
|
1910
|
+
* @summary: Get coupon details by ID
|
|
1911
1911
|
* @description: Retrieve detailed information about a specific coupon using its unique ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCouponById/).
|
|
1912
1912
|
*/
|
|
1913
1913
|
async getCouponById(
|
|
@@ -1984,7 +1984,7 @@ class Cart {
|
|
|
1984
1984
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1985
1985
|
* @returns {Promise<Object>} - Success response
|
|
1986
1986
|
* @name getCouponCodeExists
|
|
1987
|
-
* @summary: Check if a coupon code exists
|
|
1987
|
+
* @summary: Check if a coupon code exists
|
|
1988
1988
|
* @description: Verify the existence of a specific coupon code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCouponCodeExists/).
|
|
1989
1989
|
*/
|
|
1990
1990
|
async getCouponCodeExists(
|
|
@@ -2064,7 +2064,7 @@ class Cart {
|
|
|
2064
2064
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2065
2065
|
* @returns {Promise<Object>} - Success response
|
|
2066
2066
|
* @name getCouponOptionValues
|
|
2067
|
-
* @summary: Get coupon option values
|
|
2067
|
+
* @summary: Get coupon option values
|
|
2068
2068
|
* @description: Retrieve available values for coupon options. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCouponOptionValues/).
|
|
2069
2069
|
*/
|
|
2070
2070
|
async getCouponOptionValues(
|
|
@@ -2137,7 +2137,7 @@ class Cart {
|
|
|
2137
2137
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2138
2138
|
* @returns {Promise<CartPlatformModel.CouponsResponse>} - Success response
|
|
2139
2139
|
* @name getCoupons
|
|
2140
|
-
* @summary: Retrieve available coupons
|
|
2140
|
+
* @summary: Retrieve available coupons
|
|
2141
2141
|
* @description: Retrieve a list of available coupons for use in the shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getCoupons/).
|
|
2142
2142
|
*/
|
|
2143
2143
|
async getCoupons(
|
|
@@ -2246,7 +2246,7 @@ class Cart {
|
|
|
2246
2246
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2247
2247
|
* @returns {Promise<CartPlatformModel.CartItemCountResponse>} - Success response
|
|
2248
2248
|
* @name getItemCount
|
|
2249
|
-
* @summary: Get the item count in a cart
|
|
2249
|
+
* @summary: Get the item count in a cart
|
|
2250
2250
|
* @description: Retrieve the total number of items in a shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getItemCount/).
|
|
2251
2251
|
*/
|
|
2252
2252
|
async getItemCount(
|
|
@@ -2329,7 +2329,7 @@ class Cart {
|
|
|
2329
2329
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2330
2330
|
* @returns {Promise<CartPlatformModel.ActivePromosResponse>} - Success response
|
|
2331
2331
|
* @name getPromosCouponConfig
|
|
2332
|
-
* @summary: Get promotion and coupon configuration
|
|
2332
|
+
* @summary: Get promotion and coupon configuration
|
|
2333
2333
|
* @description: Retrieve configuration settings for promotions and coupons. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getPromosCouponConfig/).
|
|
2334
2334
|
*/
|
|
2335
2335
|
async getPromosCouponConfig(
|
|
@@ -2412,7 +2412,7 @@ class Cart {
|
|
|
2412
2412
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2413
2413
|
* @returns {Promise<CartPlatformModel.PromotionUpdate>} - Success response
|
|
2414
2414
|
* @name getPromotionById
|
|
2415
|
-
* @summary: Get promotion details by ID
|
|
2415
|
+
* @summary: Get promotion details by ID
|
|
2416
2416
|
* @description: Retrieve detailed information about a specific promotion using its unique ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getPromotionById/).
|
|
2417
2417
|
*/
|
|
2418
2418
|
async getPromotionById(
|
|
@@ -2493,7 +2493,7 @@ class Cart {
|
|
|
2493
2493
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2494
2494
|
* @returns {Promise<Object>} - Success response
|
|
2495
2495
|
* @name getPromotionCodeExists
|
|
2496
|
-
* @summary: Check if a promotion code exists
|
|
2496
|
+
* @summary: Check if a promotion code exists
|
|
2497
2497
|
* @description: Verify the existence of a specific promotion code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getPromotionCodeExists/).
|
|
2498
2498
|
*/
|
|
2499
2499
|
async getPromotionCodeExists(
|
|
@@ -2571,7 +2571,7 @@ class Cart {
|
|
|
2571
2571
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2572
2572
|
* @returns {Promise<CartPlatformModel.PromotionsResponse>} - Success response
|
|
2573
2573
|
* @name getPromotions
|
|
2574
|
-
* @summary: Retrieve available promotions
|
|
2574
|
+
* @summary: Retrieve available promotions
|
|
2575
2575
|
* @description: Retrieve a list of available promotions to apply to the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getPromotions/).
|
|
2576
2576
|
*/
|
|
2577
2577
|
async getPromotions(
|
|
@@ -2792,7 +2792,7 @@ class Cart {
|
|
|
2792
2792
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2793
2793
|
* @returns {Promise<CartPlatformModel.StoreDetailsResponse>} - Success response
|
|
2794
2794
|
* @name getStoreAddressByUid
|
|
2795
|
-
* @summary: Get store address by UID
|
|
2795
|
+
* @summary: Get store address by UID
|
|
2796
2796
|
* @description: Retrieve the store address using a unique identifier (UID). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/getStoreAddressByUid/).
|
|
2797
2797
|
*/
|
|
2798
2798
|
async getStoreAddressByUid(
|
|
@@ -2872,7 +2872,7 @@ class Cart {
|
|
|
2872
2872
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2873
2873
|
* @returns {Promise<CartPlatformModel.OverrideCheckoutResponse>} - Success response
|
|
2874
2874
|
* @name overrideCart
|
|
2875
|
-
* @summary: Override the cart
|
|
2875
|
+
* @summary: Override the cart
|
|
2876
2876
|
* @description: Override the current cart with a new configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/overrideCart/).
|
|
2877
2877
|
*/
|
|
2878
2878
|
async overrideCart(
|
|
@@ -2949,7 +2949,7 @@ class Cart {
|
|
|
2949
2949
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2950
2950
|
* @returns {Promise<CartPlatformModel.AddCartDetailResponse>} - Success response
|
|
2951
2951
|
* @name platformAddItems
|
|
2952
|
-
* @summary: Add items via platform integration
|
|
2952
|
+
* @summary: Add items via platform integration
|
|
2953
2953
|
* @description: Add items to the cart through platform integration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/platformAddItems/).
|
|
2954
2954
|
*/
|
|
2955
2955
|
async platformAddItems(
|
|
@@ -3042,7 +3042,7 @@ class Cart {
|
|
|
3042
3042
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3043
3043
|
* @returns {Promise<CartPlatformModel.CartCheckoutResponse>} - Success response
|
|
3044
3044
|
* @name platformCheckoutCart
|
|
3045
|
-
* @summary: Platform-specific cart checkout
|
|
3045
|
+
* @summary: Platform-specific cart checkout
|
|
3046
3046
|
* @description: Initiate cart checkout through platform-specific integration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/platformCheckoutCart/).
|
|
3047
3047
|
*/
|
|
3048
3048
|
async platformCheckoutCart(
|
|
@@ -3126,7 +3126,7 @@ class Cart {
|
|
|
3126
3126
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3127
3127
|
* @returns {Promise<CartPlatformModel.CartCheckoutResponse>} - Success response
|
|
3128
3128
|
* @name platformCheckoutCartV2
|
|
3129
|
-
* @summary: Platform-specific cart checkout v2
|
|
3129
|
+
* @summary: Platform-specific cart checkout v2
|
|
3130
3130
|
* @description: Initiate cart checkout through an updated platform-specific integration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/platformCheckoutCartV2/).
|
|
3131
3131
|
*/
|
|
3132
3132
|
async platformCheckoutCartV2(
|
|
@@ -3299,7 +3299,7 @@ class Cart {
|
|
|
3299
3299
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3300
3300
|
* @returns {Promise<CartPlatformModel.DeleteAddressResponse>} - Success response
|
|
3301
3301
|
* @name removeAddress
|
|
3302
|
-
* @summary: Remove a user address
|
|
3302
|
+
* @summary: Remove a user address
|
|
3303
3303
|
* @description: Delete an existing user address from the system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/removeAddress/).
|
|
3304
3304
|
*/
|
|
3305
3305
|
async removeAddress(
|
|
@@ -3379,7 +3379,7 @@ class Cart {
|
|
|
3379
3379
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3380
3380
|
* @returns {Promise<CartPlatformModel.CartDetailResponse>} - Success response
|
|
3381
3381
|
* @name removeCoupon
|
|
3382
|
-
* @summary: Remove a coupon from the cart
|
|
3382
|
+
* @summary: Remove a coupon from the cart
|
|
3383
3383
|
* @description: Remove a coupon from the items in the shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/removeCoupon/).
|
|
3384
3384
|
*/
|
|
3385
3385
|
async removeCoupon(
|
|
@@ -3462,7 +3462,7 @@ class Cart {
|
|
|
3462
3462
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3463
3463
|
* @returns {Promise<CartPlatformModel.SuccessMessage>} - Success response
|
|
3464
3464
|
* @name removePriceAdjustment
|
|
3465
|
-
* @summary: Remove price adjustments
|
|
3465
|
+
* @summary: Remove price adjustments
|
|
3466
3466
|
* @description: Remove price adjustments applied to items in the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/removePriceAdjustment/).
|
|
3467
3467
|
*/
|
|
3468
3468
|
async removePriceAdjustment(
|
|
@@ -3630,7 +3630,7 @@ class Cart {
|
|
|
3630
3630
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3631
3631
|
* @returns {Promise<CartPlatformModel.CartDetailResponse>} - Success response
|
|
3632
3632
|
* @name selectPaymentMode
|
|
3633
|
-
* @summary: Select a payment mode
|
|
3633
|
+
* @summary: Select a payment mode
|
|
3634
3634
|
* @description: Choose a payment mode for cart checkout. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/selectPaymentMode/).
|
|
3635
3635
|
*/
|
|
3636
3636
|
async selectPaymentMode(
|
|
@@ -3718,7 +3718,7 @@ class Cart {
|
|
|
3718
3718
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3719
3719
|
* @returns {Promise<CartPlatformModel.CartDetailResponse>} - Success response
|
|
3720
3720
|
* @name selectPaymentModeV2
|
|
3721
|
-
* @summary: Select a payment mode v2
|
|
3721
|
+
* @summary: Select a payment mode v2
|
|
3722
3722
|
* @description: Choose a payment mode for cart checkout in the updated platform integration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/selectPaymentModeV2/).
|
|
3723
3723
|
*/
|
|
3724
3724
|
async selectPaymentModeV2(
|
|
@@ -3806,7 +3806,7 @@ class Cart {
|
|
|
3806
3806
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3807
3807
|
* @returns {Promise<CartPlatformModel.UpdateAddressResponse>} - Success response
|
|
3808
3808
|
* @name updateAddress
|
|
3809
|
-
* @summary: Update address
|
|
3809
|
+
* @summary: Update address
|
|
3810
3810
|
* @description: Modify the shipping address for an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateAddress/).
|
|
3811
3811
|
*/
|
|
3812
3812
|
async updateAddress(
|
|
@@ -3885,7 +3885,7 @@ class Cart {
|
|
|
3885
3885
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3886
3886
|
* @returns {Promise<CartPlatformModel.UpdateCartDetailResponse>} - Success response
|
|
3887
3887
|
* @name updateCart
|
|
3888
|
-
* @summary: Update cart items
|
|
3888
|
+
* @summary: Update cart items
|
|
3889
3889
|
* @description: Modify items and their quantities in the shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCart/).
|
|
3890
3890
|
*/
|
|
3891
3891
|
async updateCart(
|
|
@@ -3967,7 +3967,7 @@ class Cart {
|
|
|
3967
3967
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3968
3968
|
* @returns {Promise<CartPlatformModel.CartMetaResponse>} - Success response
|
|
3969
3969
|
* @name updateCartMeta
|
|
3970
|
-
* @summary: Update cart metadata
|
|
3970
|
+
* @summary: Update cart metadata
|
|
3971
3971
|
* @description: Modify the metadata associated with the shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCartMeta/).
|
|
3972
3972
|
*/
|
|
3973
3973
|
async updateCartMeta(
|
|
@@ -4054,7 +4054,7 @@ class Cart {
|
|
|
4054
4054
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4055
4055
|
* @returns {Promise<CartPlatformModel.CartMetaConfigUpdate>} - Success response
|
|
4056
4056
|
* @name updateCartMetaConfig
|
|
4057
|
-
* @summary: Update cart metadata configuration
|
|
4057
|
+
* @summary: Update cart metadata configuration
|
|
4058
4058
|
* @description: Modify the configuration settings for cart metadata. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCartMetaConfig/).
|
|
4059
4059
|
*/
|
|
4060
4060
|
async updateCartMetaConfig(
|
|
@@ -4135,7 +4135,7 @@ class Cart {
|
|
|
4135
4135
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4136
4136
|
* @returns {Promise<CartPlatformModel.UserCartMappingResponse>} - Success response
|
|
4137
4137
|
* @name updateCartUser
|
|
4138
|
-
* @summary: Update cart user details
|
|
4138
|
+
* @summary: Update cart user details
|
|
4139
4139
|
* @description: Modify user-related details for a shopping cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCartUser/).
|
|
4140
4140
|
*/
|
|
4141
4141
|
async updateCartUser(
|
|
@@ -4219,7 +4219,7 @@ class Cart {
|
|
|
4219
4219
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4220
4220
|
* @returns {Promise<CartPlatformModel.SharedCartResponse>} - Success response
|
|
4221
4221
|
* @name updateCartWithSharedItems
|
|
4222
|
-
* @summary: Update cart with shared items
|
|
4222
|
+
* @summary: Update cart with shared items
|
|
4223
4223
|
* @description: Modify your cart by adding shared items from a cart link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCartWithSharedItems/).
|
|
4224
4224
|
*/
|
|
4225
4225
|
async updateCartWithSharedItems(
|
|
@@ -4303,7 +4303,7 @@ class Cart {
|
|
|
4303
4303
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4304
4304
|
* @returns {Promise<CartPlatformModel.SuccessMessage>} - Success response
|
|
4305
4305
|
* @name updateCoupon
|
|
4306
|
-
* @summary: Update a coupon
|
|
4306
|
+
* @summary: Update a coupon
|
|
4307
4307
|
* @description: Modify the details and settings of an existing coupon in the cart system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCoupon/).
|
|
4308
4308
|
*/
|
|
4309
4309
|
async updateCoupon(
|
|
@@ -4384,7 +4384,7 @@ class Cart {
|
|
|
4384
4384
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4385
4385
|
* @returns {Promise<CartPlatformModel.SuccessMessage>} - Success response
|
|
4386
4386
|
* @name updateCouponPartially
|
|
4387
|
-
* @summary: Partially update a coupon
|
|
4387
|
+
* @summary: Partially update a coupon
|
|
4388
4388
|
* @description: Make partial modifications to the settings of an existing coupon in the cart system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateCouponPartially/).
|
|
4389
4389
|
*/
|
|
4390
4390
|
async updateCouponPartially(
|
|
@@ -4467,7 +4467,7 @@ class Cart {
|
|
|
4467
4467
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4468
4468
|
* @returns {Promise<CartPlatformModel.PriceAdjustmentResponse>} - Success response
|
|
4469
4469
|
* @name updatePriceAdjustment
|
|
4470
|
-
* @summary: Update price adjustments
|
|
4470
|
+
* @summary: Update price adjustments
|
|
4471
4471
|
* @description: Modify price adjustments for items in the cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updatePriceAdjustment/).
|
|
4472
4472
|
*/
|
|
4473
4473
|
async updatePriceAdjustment(
|
|
@@ -4548,7 +4548,7 @@ class Cart {
|
|
|
4548
4548
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4549
4549
|
* @returns {Promise<CartPlatformModel.PromotionUpdate>} - Success response
|
|
4550
4550
|
* @name updatePromotion
|
|
4551
|
-
* @summary: Update a promotion
|
|
4551
|
+
* @summary: Update a promotion
|
|
4552
4552
|
* @description: Modify the details and settings of an existing promotion in the cart system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updatePromotion/).
|
|
4553
4553
|
*/
|
|
4554
4554
|
async updatePromotion(
|
|
@@ -4631,7 +4631,7 @@ class Cart {
|
|
|
4631
4631
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4632
4632
|
* @returns {Promise<CartPlatformModel.SuccessMessage>} - Success response
|
|
4633
4633
|
* @name updatePromotionPartially
|
|
4634
|
-
* @summary: Partially update a promotion
|
|
4634
|
+
* @summary: Partially update a promotion
|
|
4635
4635
|
* @description: Make partial modifications to the settings of an existing promotion in the cart system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updatePromotionPartially/).
|
|
4636
4636
|
*/
|
|
4637
4637
|
async updatePromotionPartially(
|
|
@@ -4713,7 +4713,7 @@ class Cart {
|
|
|
4713
4713
|
* @returns {Promise<CartPlatformModel.PlatformCartShipmentsResponse>} -
|
|
4714
4714
|
* Success response
|
|
4715
4715
|
* @name updateShipments
|
|
4716
|
-
* @summary: Update shipment details
|
|
4716
|
+
* @summary: Update shipment details
|
|
4717
4717
|
* @description: Modify the details and settings of cart shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/updateShipments/).
|
|
4718
4718
|
*/
|
|
4719
4719
|
async updateShipments(
|
|
@@ -4814,7 +4814,7 @@ class Cart {
|
|
|
4814
4814
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4815
4815
|
* @returns {Promise<CartPlatformModel.PaymentCouponValidate>} - Success response
|
|
4816
4816
|
* @name validateCouponForPayment
|
|
4817
|
-
* @summary: Validate a coupon for payment
|
|
4817
|
+
* @summary: Validate a coupon for payment
|
|
4818
4818
|
* @description: Verify the validity of a coupon code for the payment process. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/cart/validateCouponForPayment/).
|
|
4819
4819
|
*/
|
|
4820
4820
|
async validateCouponForPayment(
|