ce-storefront 0.4.7 → 0.4.8
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/FUNCTIONS.md +4 -2
- package/README.md +144 -282
- package/docs/sdks/auth/README.md +240 -118
- package/docs/sdks/campaigns/README.md +79 -0
- package/docs/sdks/carts/README.md +30 -26
- package/docs/sdks/catalog/README.md +900 -8
- package/docs/sdks/checkout/README.md +33 -407
- package/docs/sdks/common/README.md +85 -0
- package/docs/sdks/customers/README.md +320 -36
- package/docs/sdks/orders/README.md +164 -76
- package/docs/sdks/shipping/README.md +8 -7
- package/esm/funcs/authCheckVerificationStatus.d.ts +15 -0
- package/esm/funcs/authCheckVerificationStatus.d.ts.map +1 -0
- package/esm/funcs/authCheckVerificationStatus.js +78 -0
- package/esm/funcs/authCheckVerificationStatus.js.map +1 -0
- package/esm/funcs/authCreateNotificationPreferences.d.ts +15 -0
- package/esm/funcs/authCreateNotificationPreferences.d.ts.map +1 -0
- package/esm/funcs/authCreateNotificationPreferences.js +84 -0
- package/esm/funcs/authCreateNotificationPreferences.js.map +1 -0
- package/esm/funcs/authGenerateOtp.d.ts +1 -1
- package/esm/funcs/authGenerateOtp.d.ts.map +1 -1
- package/esm/funcs/authGenerateOtp.js +9 -4
- package/esm/funcs/authGenerateOtp.js.map +1 -1
- package/esm/funcs/authGetAnonymousToken.d.ts +16 -0
- package/esm/funcs/authGetAnonymousToken.d.ts.map +1 -0
- package/esm/funcs/authGetAnonymousToken.js +71 -0
- package/esm/funcs/authGetAnonymousToken.js.map +1 -0
- package/esm/funcs/authGetNotificationPreferences.d.ts +15 -0
- package/esm/funcs/authGetNotificationPreferences.d.ts.map +1 -0
- package/esm/funcs/authGetNotificationPreferences.js +83 -0
- package/esm/funcs/authGetNotificationPreferences.js.map +1 -0
- package/esm/funcs/authGetUserDetail.d.ts +15 -0
- package/esm/funcs/authGetUserDetail.d.ts.map +1 -0
- package/esm/funcs/authGetUserDetail.js +81 -0
- package/esm/funcs/authGetUserDetail.js.map +1 -0
- package/esm/funcs/authLoginWithEmail.d.ts +1 -1
- package/esm/funcs/authLoginWithEmail.d.ts.map +1 -1
- package/esm/funcs/authLoginWithEmail.js +9 -4
- package/esm/funcs/authLoginWithEmail.js.map +1 -1
- package/esm/funcs/authLoginWithPhone.d.ts +1 -1
- package/esm/funcs/authLoginWithPhone.d.ts.map +1 -1
- package/esm/funcs/authLoginWithPhone.js +9 -4
- package/esm/funcs/authLoginWithPhone.js.map +1 -1
- package/esm/funcs/authLoginWithWhatsapp.d.ts +1 -1
- package/esm/funcs/authLoginWithWhatsapp.d.ts.map +1 -1
- package/esm/funcs/authLoginWithWhatsapp.js +9 -4
- package/esm/funcs/authLoginWithWhatsapp.js.map +1 -1
- package/esm/funcs/authLogout.d.ts +15 -0
- package/esm/funcs/authLogout.d.ts.map +1 -0
- package/esm/funcs/authLogout.js +66 -0
- package/esm/funcs/authLogout.js.map +1 -0
- package/esm/funcs/authRefreshToken.d.ts +1 -1
- package/esm/funcs/authRefreshToken.d.ts.map +1 -1
- package/esm/funcs/authRefreshToken.js +9 -4
- package/esm/funcs/authRefreshToken.js.map +1 -1
- package/esm/funcs/authUpdateNotificationPreferences.d.ts +15 -0
- package/esm/funcs/authUpdateNotificationPreferences.d.ts.map +1 -0
- package/esm/funcs/authUpdateNotificationPreferences.js +84 -0
- package/esm/funcs/authUpdateNotificationPreferences.js.map +1 -0
- package/esm/funcs/authUpdateUser.d.ts +15 -0
- package/esm/funcs/authUpdateUser.d.ts.map +1 -0
- package/esm/funcs/authUpdateUser.js +82 -0
- package/esm/funcs/authUpdateUser.js.map +1 -0
- package/esm/funcs/authVerifyOtp.d.ts +1 -1
- package/esm/funcs/authVerifyOtp.d.ts.map +1 -1
- package/esm/funcs/authVerifyOtp.js +9 -4
- package/esm/funcs/authVerifyOtp.js.map +1 -1
- package/esm/funcs/campaignsSubscribeNewsletter.d.ts +15 -0
- package/esm/funcs/campaignsSubscribeNewsletter.d.ts.map +1 -0
- package/esm/funcs/campaignsSubscribeNewsletter.js +78 -0
- package/esm/funcs/campaignsSubscribeNewsletter.js.map +1 -0
- package/esm/funcs/cartsCreateCart.d.ts +15 -0
- package/esm/funcs/cartsCreateCart.d.ts.map +1 -0
- package/esm/funcs/cartsCreateCart.js +76 -0
- package/esm/funcs/cartsCreateCart.js.map +1 -0
- package/esm/funcs/cartsDeleteCart.d.ts +16 -0
- package/esm/funcs/cartsDeleteCart.d.ts.map +1 -0
- package/esm/funcs/cartsDeleteCart.js +85 -0
- package/esm/funcs/cartsDeleteCart.js.map +1 -0
- package/esm/funcs/cartsGetCart.d.ts +16 -0
- package/esm/funcs/cartsGetCart.d.ts.map +1 -0
- package/esm/funcs/cartsGetCart.js +85 -0
- package/esm/funcs/cartsGetCart.js.map +1 -0
- package/esm/funcs/cartsUpdateCart.d.ts +16 -0
- package/esm/funcs/cartsUpdateCart.d.ts.map +1 -0
- package/esm/funcs/cartsUpdateCart.js +86 -0
- package/esm/funcs/cartsUpdateCart.js.map +1 -0
- package/esm/funcs/catalogCreateProductReview.d.ts +16 -0
- package/esm/funcs/catalogCreateProductReview.d.ts.map +1 -0
- package/esm/funcs/catalogCreateProductReview.js +99 -0
- package/esm/funcs/catalogCreateProductReview.js.map +1 -0
- package/esm/funcs/catalogGetProductDetail.d.ts +16 -0
- package/esm/funcs/catalogGetProductDetail.d.ts.map +1 -0
- package/esm/funcs/catalogGetProductDetail.js +89 -0
- package/esm/funcs/catalogGetProductDetail.js.map +1 -0
- package/esm/funcs/catalogGetVariantDetail.d.ts +16 -0
- package/esm/funcs/catalogGetVariantDetail.d.ts.map +1 -0
- package/esm/funcs/catalogGetVariantDetail.js +93 -0
- package/esm/funcs/catalogGetVariantDetail.js.map +1 -0
- package/esm/funcs/catalogListCategories.d.ts +15 -0
- package/esm/funcs/catalogListCategories.d.ts.map +1 -0
- package/esm/funcs/catalogListCategories.js +82 -0
- package/esm/funcs/catalogListCategories.js.map +1 -0
- package/esm/funcs/catalogListCrosssellProducts.d.ts +16 -0
- package/esm/funcs/catalogListCrosssellProducts.d.ts.map +1 -0
- package/esm/funcs/catalogListCrosssellProducts.js +88 -0
- package/esm/funcs/catalogListCrosssellProducts.js.map +1 -0
- package/esm/funcs/catalogListProductReviews.d.ts +16 -0
- package/esm/funcs/catalogListProductReviews.d.ts.map +1 -0
- package/esm/funcs/catalogListProductReviews.js +93 -0
- package/esm/funcs/catalogListProductReviews.js.map +1 -0
- package/esm/funcs/catalogListProductVariants.d.ts +16 -0
- package/esm/funcs/catalogListProductVariants.d.ts.map +1 -0
- package/esm/funcs/catalogListProductVariants.js +91 -0
- package/esm/funcs/catalogListProductVariants.js.map +1 -0
- package/esm/funcs/catalogListProducts.d.ts +16 -0
- package/esm/funcs/catalogListProducts.d.ts.map +1 -0
- package/esm/funcs/catalogListProducts.js +87 -0
- package/esm/funcs/catalogListProducts.js.map +1 -0
- package/esm/funcs/catalogListSimilarProducts.d.ts +16 -0
- package/esm/funcs/catalogListSimilarProducts.d.ts.map +1 -0
- package/esm/funcs/catalogListSimilarProducts.js +88 -0
- package/esm/funcs/catalogListSimilarProducts.js.map +1 -0
- package/esm/funcs/catalogListSkus.d.ts +16 -0
- package/esm/funcs/catalogListSkus.d.ts.map +1 -0
- package/esm/funcs/catalogListSkus.js +88 -0
- package/esm/funcs/catalogListSkus.js.map +1 -0
- package/esm/funcs/catalogListUpsellProducts.d.ts +16 -0
- package/esm/funcs/catalogListUpsellProducts.d.ts.map +1 -0
- package/esm/funcs/catalogListUpsellProducts.js +86 -0
- package/esm/funcs/catalogListUpsellProducts.js.map +1 -0
- package/esm/funcs/catalogSearchProducts.d.ts +17 -0
- package/esm/funcs/catalogSearchProducts.d.ts.map +1 -0
- package/esm/funcs/catalogSearchProducts.js +81 -0
- package/esm/funcs/catalogSearchProducts.js.map +1 -0
- package/esm/funcs/checkoutApplyCoupon.d.ts +1 -1
- package/esm/funcs/checkoutApplyCoupon.d.ts.map +1 -1
- package/esm/funcs/checkoutApplyCoupon.js +9 -4
- package/esm/funcs/checkoutApplyCoupon.js.map +1 -1
- package/esm/funcs/checkoutCreateCheckoutAddress.d.ts +16 -0
- package/esm/funcs/checkoutCreateCheckoutAddress.d.ts.map +1 -0
- package/esm/funcs/checkoutCreateCheckoutAddress.js +82 -0
- package/esm/funcs/checkoutCreateCheckoutAddress.js.map +1 -0
- package/esm/funcs/checkoutRemoveCoupon.d.ts +1 -1
- package/esm/funcs/checkoutRemoveCoupon.d.ts.map +1 -1
- package/esm/funcs/checkoutRemoveCoupon.js +9 -4
- package/esm/funcs/checkoutRemoveCoupon.js.map +1 -1
- package/esm/funcs/commonListCountryPincodes.d.ts +15 -0
- package/esm/funcs/commonListCountryPincodes.d.ts.map +1 -0
- package/esm/funcs/commonListCountryPincodes.js +86 -0
- package/esm/funcs/commonListCountryPincodes.js.map +1 -0
- package/esm/funcs/customersCreateAddress.d.ts +16 -0
- package/esm/funcs/customersCreateAddress.d.ts.map +1 -0
- package/esm/funcs/customersCreateAddress.js +86 -0
- package/esm/funcs/customersCreateAddress.js.map +1 -0
- package/esm/funcs/customersDeleteAddress.d.ts +16 -0
- package/esm/funcs/customersDeleteAddress.d.ts.map +1 -0
- package/esm/funcs/customersDeleteAddress.js +89 -0
- package/esm/funcs/customersDeleteAddress.js.map +1 -0
- package/esm/funcs/customersGetAddressDetail.d.ts +16 -0
- package/esm/funcs/customersGetAddressDetail.d.ts.map +1 -0
- package/esm/funcs/customersGetAddressDetail.js +89 -0
- package/esm/funcs/customersGetAddressDetail.js.map +1 -0
- package/esm/funcs/customersListAddresses.d.ts +15 -0
- package/esm/funcs/customersListAddresses.d.ts.map +1 -0
- package/esm/funcs/customersListAddresses.js +86 -0
- package/esm/funcs/customersListAddresses.js.map +1 -0
- package/esm/funcs/customersListUserReviews.d.ts +15 -0
- package/esm/funcs/customersListUserReviews.d.ts.map +1 -0
- package/esm/funcs/customersListUserReviews.js +81 -0
- package/esm/funcs/customersListUserReviews.js.map +1 -0
- package/esm/funcs/customersUpdateAddressDetail.d.ts +16 -0
- package/esm/funcs/customersUpdateAddressDetail.d.ts.map +1 -0
- package/esm/funcs/customersUpdateAddressDetail.js +92 -0
- package/esm/funcs/customersUpdateAddressDetail.js.map +1 -0
- package/esm/funcs/ordersCancelOrder.d.ts +16 -0
- package/esm/funcs/ordersCancelOrder.d.ts.map +1 -0
- package/esm/funcs/ordersCancelOrder.js +86 -0
- package/esm/funcs/ordersCancelOrder.js.map +1 -0
- package/esm/funcs/ordersCreateOrder.d.ts +16 -0
- package/esm/funcs/ordersCreateOrder.d.ts.map +1 -0
- package/esm/funcs/ordersCreateOrder.js +80 -0
- package/esm/funcs/ordersCreateOrder.js.map +1 -0
- package/esm/funcs/ordersGetOrderDetail.d.ts +16 -0
- package/esm/funcs/ordersGetOrderDetail.d.ts.map +1 -0
- package/esm/funcs/ordersGetOrderDetail.js +85 -0
- package/esm/funcs/ordersGetOrderDetail.js.map +1 -0
- package/esm/funcs/ordersGetPaymentStatus.d.ts +15 -0
- package/esm/funcs/ordersGetPaymentStatus.d.ts.map +1 -0
- package/esm/funcs/ordersGetPaymentStatus.js +81 -0
- package/esm/funcs/ordersGetPaymentStatus.js.map +1 -0
- package/esm/funcs/ordersListOrderShipments.d.ts +16 -0
- package/esm/funcs/ordersListOrderShipments.d.ts.map +1 -0
- package/esm/funcs/ordersListOrderShipments.js +85 -0
- package/esm/funcs/ordersListOrderShipments.js.map +1 -0
- package/esm/funcs/ordersListOrders.d.ts +15 -0
- package/esm/funcs/ordersListOrders.d.ts.map +1 -0
- package/esm/funcs/ordersListOrders.js +83 -0
- package/esm/funcs/ordersListOrders.js.map +1 -0
- package/esm/funcs/ordersRetryOrderPayment.d.ts +16 -0
- package/esm/funcs/ordersRetryOrderPayment.d.ts.map +1 -0
- package/esm/funcs/ordersRetryOrderPayment.js +86 -0
- package/esm/funcs/ordersRetryOrderPayment.js.map +1 -0
- package/esm/funcs/shippingCheckDeliveryAvailability.d.ts +16 -0
- package/esm/funcs/shippingCheckDeliveryAvailability.d.ts.map +1 -0
- package/esm/funcs/shippingCheckDeliveryAvailability.js +87 -0
- package/esm/funcs/shippingCheckDeliveryAvailability.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/components/cartitem.d.ts +2 -31
- package/esm/models/components/cartitem.d.ts.map +1 -1
- package/esm/models/components/cartitem.js +2 -23
- package/esm/models/components/cartitem.js.map +1 -1
- package/esm/models/components/category.d.ts +41 -0
- package/esm/models/components/category.d.ts.map +1 -0
- package/esm/models/components/category.js +54 -0
- package/esm/models/components/category.js.map +1 -0
- package/esm/models/components/createreview.d.ts +4 -58
- package/esm/models/components/createreview.d.ts.map +1 -1
- package/esm/models/components/createreview.js +4 -78
- package/esm/models/components/createreview.js.map +1 -1
- package/esm/models/components/customeraddress.d.ts +2 -90
- package/esm/models/components/customeraddress.d.ts.map +1 -1
- package/esm/models/components/customeraddress.js +2 -89
- package/esm/models/components/customeraddress.js.map +1 -1
- package/esm/models/components/customeraddressinput.d.ts +69 -0
- package/esm/models/components/customeraddressinput.d.ts.map +1 -0
- package/esm/models/components/customeraddressinput.js +76 -0
- package/esm/models/components/customeraddressinput.js.map +1 -0
- package/esm/models/components/index.d.ts +2 -24
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +2 -24
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/juspaypaymentinfo.d.ts +4 -64
- package/esm/models/components/juspaypaymentinfo.d.ts.map +1 -1
- package/esm/models/components/juspaypaymentinfo.js +4 -48
- package/esm/models/components/juspaypaymentinfo.js.map +1 -1
- package/esm/models/components/orderdetail.d.ts +8 -8
- package/esm/models/components/orderdetail.d.ts.map +1 -1
- package/esm/models/components/orderdetail.js +13 -12
- package/esm/models/components/orderdetail.js.map +1 -1
- package/esm/models/components/orderitem.d.ts +2 -25
- package/esm/models/components/orderitem.d.ts.map +1 -1
- package/esm/models/components/orderitem.js +2 -20
- package/esm/models/components/orderitem.js.map +1 -1
- package/esm/models/components/payupaymentinfo.d.ts +6 -91
- package/esm/models/components/payupaymentinfo.d.ts.map +1 -1
- package/esm/models/components/payupaymentinfo.js +6 -69
- package/esm/models/components/payupaymentinfo.js.map +1 -1
- package/esm/models/components/product.d.ts +2 -2
- package/esm/models/components/product.d.ts.map +1 -1
- package/esm/models/components/product.js +2 -2
- package/esm/models/components/product.js.map +1 -1
- package/esm/models/components/productbundleitem.d.ts +2 -2
- package/esm/models/components/productbundleitem.d.ts.map +1 -1
- package/esm/models/components/productbundleitem.js +2 -2
- package/esm/models/components/productbundleitem.js.map +1 -1
- package/esm/models/components/productcategory.d.ts +5 -37
- package/esm/models/components/productcategory.d.ts.map +1 -1
- package/esm/models/components/productcategory.js +5 -47
- package/esm/models/components/productcategory.js.map +1 -1
- package/esm/models/components/productdetail.d.ts +2 -2
- package/esm/models/components/productdetail.d.ts.map +1 -1
- package/esm/models/components/productdetail.js +2 -2
- package/esm/models/components/productdetail.js.map +1 -1
- package/esm/models/components/productpricing.d.ts +2 -25
- package/esm/models/components/productpricing.d.ts.map +1 -1
- package/esm/models/components/productpricing.js +2 -21
- package/esm/models/components/productpricing.js.map +1 -1
- package/esm/models/components/seo.d.ts +2 -2
- package/esm/models/components/seo.d.ts.map +1 -1
- package/esm/models/components/seo.js +2 -2
- package/esm/models/components/seo.js.map +1 -1
- package/esm/models/components/sku.d.ts +2 -2
- package/esm/models/components/sku.d.ts.map +1 -1
- package/esm/models/components/sku.js +2 -2
- package/esm/models/components/sku.js.map +1 -1
- package/esm/models/components/variant.d.ts +2 -2
- package/esm/models/components/variant.d.ts.map +1 -1
- package/esm/models/components/variant.js +2 -2
- package/esm/models/components/variant.js.map +1 -1
- package/esm/models/components/variantdetail.d.ts +2 -2
- package/esm/models/components/variantdetail.d.ts.map +1 -1
- package/esm/models/components/variantdetail.js +2 -2
- package/esm/models/components/variantdetail.js.map +1 -1
- package/esm/models/operations/applycoupon.d.ts +93 -0
- package/esm/models/operations/applycoupon.d.ts.map +1 -0
- package/esm/models/operations/applycoupon.js +109 -0
- package/esm/models/operations/applycoupon.js.map +1 -0
- package/esm/models/operations/cancelorder.d.ts +156 -0
- package/esm/models/operations/cancelorder.d.ts.map +1 -0
- package/esm/models/operations/cancelorder.js +172 -0
- package/esm/models/operations/cancelorder.js.map +1 -0
- package/esm/models/operations/checkdeliveryavailability.d.ts +63 -0
- package/esm/models/operations/checkdeliveryavailability.d.ts.map +1 -0
- package/esm/models/operations/checkdeliveryavailability.js +68 -0
- package/esm/models/operations/checkdeliveryavailability.js.map +1 -0
- package/esm/models/operations/checkverificationstatus.d.ts +115 -0
- package/esm/models/operations/checkverificationstatus.d.ts.map +1 -0
- package/esm/models/operations/checkverificationstatus.js +112 -0
- package/esm/models/operations/checkverificationstatus.js.map +1 -0
- package/esm/models/operations/createaddress.d.ts +168 -0
- package/esm/models/operations/createaddress.d.ts.map +1 -0
- package/esm/models/operations/createaddress.js +186 -0
- package/esm/models/operations/createaddress.js.map +1 -0
- package/esm/models/operations/createcart.d.ts +94 -0
- package/esm/models/operations/createcart.d.ts.map +1 -0
- package/esm/models/operations/createcart.js +96 -0
- package/esm/models/operations/createcart.js.map +1 -0
- package/esm/models/operations/createcheckoutaddress.d.ts +154 -0
- package/esm/models/operations/createcheckoutaddress.d.ts.map +1 -0
- package/esm/models/operations/createcheckoutaddress.js +181 -0
- package/esm/models/operations/createcheckoutaddress.js.map +1 -0
- package/esm/models/operations/createnotificationpreferences.d.ts +136 -0
- package/esm/models/operations/createnotificationpreferences.d.ts.map +1 -0
- package/esm/models/operations/createnotificationpreferences.js +154 -0
- package/esm/models/operations/createnotificationpreferences.js.map +1 -0
- package/esm/models/operations/createorder.d.ts +199 -0
- package/esm/models/operations/createorder.d.ts.map +1 -0
- package/esm/models/operations/createorder.js +244 -0
- package/esm/models/operations/createorder.js.map +1 -0
- package/esm/models/operations/createproductreview.d.ts +66 -0
- package/esm/models/operations/createproductreview.d.ts.map +1 -0
- package/esm/models/operations/createproductreview.js +82 -0
- package/esm/models/operations/createproductreview.js.map +1 -0
- package/esm/models/operations/deleteaddress.d.ts +68 -0
- package/esm/models/operations/deleteaddress.d.ts.map +1 -0
- package/esm/models/operations/deleteaddress.js +81 -0
- package/esm/models/operations/deleteaddress.js.map +1 -0
- package/esm/models/operations/deletecart.d.ts +63 -0
- package/esm/models/operations/deletecart.d.ts.map +1 -0
- package/esm/models/operations/deletecart.js +77 -0
- package/esm/models/operations/deletecart.js.map +1 -0
- package/esm/models/operations/generateotp.d.ts +205 -0
- package/esm/models/operations/generateotp.d.ts.map +1 -0
- package/esm/models/operations/generateotp.js +174 -0
- package/esm/models/operations/generateotp.js.map +1 -0
- package/esm/models/operations/getaddressdetail.d.ts +170 -0
- package/esm/models/operations/getaddressdetail.d.ts.map +1 -0
- package/esm/models/operations/getaddressdetail.js +197 -0
- package/esm/models/operations/getaddressdetail.js.map +1 -0
- package/esm/models/operations/getanonymoustoken.d.ts +110 -0
- package/esm/models/operations/getanonymoustoken.d.ts.map +1 -0
- package/esm/models/operations/getanonymoustoken.js +119 -0
- package/esm/models/operations/getanonymoustoken.js.map +1 -0
- package/esm/models/operations/getcart.d.ts +1 -0
- package/esm/models/operations/getcart.d.ts.map +1 -1
- package/esm/models/operations/getcart.js +10 -0
- package/esm/models/operations/getcart.js.map +1 -1
- package/esm/models/operations/getnotificationpreferences.d.ts +106 -0
- package/esm/models/operations/getnotificationpreferences.d.ts.map +1 -0
- package/esm/models/operations/getnotificationpreferences.js +109 -0
- package/esm/models/operations/getnotificationpreferences.js.map +1 -0
- package/esm/models/operations/getorderdetail.d.ts +91 -0
- package/esm/models/operations/getorderdetail.d.ts.map +1 -0
- package/esm/models/operations/getorderdetail.js +105 -0
- package/esm/models/operations/getorderdetail.js.map +1 -0
- package/esm/models/operations/getpaymentstatus.d.ts +126 -0
- package/esm/models/operations/getpaymentstatus.d.ts.map +1 -0
- package/esm/models/operations/getpaymentstatus.js +140 -0
- package/esm/models/operations/getpaymentstatus.js.map +1 -0
- package/esm/models/operations/getproductdetail.d.ts +96 -0
- package/esm/models/operations/getproductdetail.d.ts.map +1 -0
- package/esm/models/operations/getproductdetail.js +109 -0
- package/esm/models/operations/getproductdetail.js.map +1 -0
- package/esm/models/operations/getuserdetail.d.ts +103 -0
- package/esm/models/operations/getuserdetail.d.ts.map +1 -0
- package/esm/models/operations/getuserdetail.js +96 -0
- package/esm/models/operations/getuserdetail.js.map +1 -0
- package/esm/models/operations/getvariantdetail.d.ts +101 -0
- package/esm/models/operations/getvariantdetail.d.ts.map +1 -0
- package/esm/models/operations/getvariantdetail.js +113 -0
- package/esm/models/operations/getvariantdetail.js.map +1 -0
- package/esm/models/operations/index.d.ts +48 -89
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +48 -89
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listaddresses.d.ts +181 -0
- package/esm/models/operations/listaddresses.d.ts.map +1 -0
- package/esm/models/operations/listaddresses.js +198 -0
- package/esm/models/operations/listaddresses.js.map +1 -0
- package/esm/models/operations/listcategories.d.ts +111 -0
- package/esm/models/operations/listcategories.d.ts.map +1 -0
- package/esm/models/operations/listcategories.js +117 -0
- package/esm/models/operations/listcategories.js.map +1 -0
- package/esm/models/operations/listcountrypincodes.d.ts +106 -0
- package/esm/models/operations/listcountrypincodes.d.ts.map +1 -0
- package/esm/models/operations/listcountrypincodes.js +111 -0
- package/esm/models/operations/listcountrypincodes.js.map +1 -0
- package/esm/models/operations/listcrosssellproducts.d.ts +111 -0
- package/esm/models/operations/listcrosssellproducts.d.ts.map +1 -0
- package/esm/models/operations/listcrosssellproducts.js +115 -0
- package/esm/models/operations/listcrosssellproducts.js.map +1 -0
- package/esm/models/operations/listorders.d.ts +116 -0
- package/esm/models/operations/listorders.d.ts.map +1 -0
- package/esm/models/operations/listorders.js +117 -0
- package/esm/models/operations/listorders.js.map +1 -0
- package/esm/models/operations/listordershipments.d.ts +91 -0
- package/esm/models/operations/listordershipments.d.ts.map +1 -0
- package/esm/models/operations/listordershipments.js +105 -0
- package/esm/models/operations/listordershipments.js.map +1 -0
- package/esm/models/operations/listproductreviews.d.ts +123 -0
- package/esm/models/operations/listproductreviews.d.ts.map +1 -0
- package/esm/models/operations/listproductreviews.js +131 -0
- package/esm/models/operations/listproductreviews.js.map +1 -0
- package/esm/models/operations/listproducts.d.ts +116 -0
- package/esm/models/operations/listproducts.d.ts.map +1 -0
- package/esm/models/operations/listproducts.js +119 -0
- package/esm/models/operations/listproducts.js.map +1 -0
- package/esm/models/operations/listproductvariants.d.ts +96 -0
- package/esm/models/operations/listproductvariants.d.ts.map +1 -0
- package/esm/models/operations/listproductvariants.js +109 -0
- package/esm/models/operations/listproductvariants.js.map +1 -0
- package/esm/models/operations/listsimilarproducts.d.ts +111 -0
- package/esm/models/operations/listsimilarproducts.d.ts.map +1 -0
- package/esm/models/operations/listsimilarproducts.js +115 -0
- package/esm/models/operations/listsimilarproducts.js.map +1 -0
- package/esm/models/operations/listskus.d.ts +121 -0
- package/esm/models/operations/listskus.d.ts.map +1 -0
- package/esm/models/operations/listskus.js +121 -0
- package/esm/models/operations/listskus.js.map +1 -0
- package/esm/models/operations/listupsellproducts.d.ts +114 -0
- package/esm/models/operations/listupsellproducts.d.ts.map +1 -0
- package/esm/models/operations/listupsellproducts.js +115 -0
- package/esm/models/operations/listupsellproducts.js.map +1 -0
- package/esm/models/operations/listuserreviews.d.ts +93 -0
- package/esm/models/operations/listuserreviews.d.ts.map +1 -0
- package/esm/models/operations/listuserreviews.js +117 -0
- package/esm/models/operations/listuserreviews.js.map +1 -0
- package/esm/models/operations/loginwithemail.d.ts +119 -0
- package/esm/models/operations/loginwithemail.d.ts.map +1 -0
- package/esm/models/operations/loginwithemail.js +118 -0
- package/esm/models/operations/loginwithemail.js.map +1 -0
- package/esm/models/operations/loginwithphone.d.ts +124 -0
- package/esm/models/operations/loginwithphone.d.ts.map +1 -0
- package/esm/models/operations/loginwithphone.js +122 -0
- package/esm/models/operations/loginwithphone.js.map +1 -0
- package/esm/models/operations/loginwithwhatsapp.d.ts +124 -0
- package/esm/models/operations/loginwithwhatsapp.d.ts.map +1 -0
- package/esm/models/operations/loginwithwhatsapp.js +122 -0
- package/esm/models/operations/loginwithwhatsapp.js.map +1 -0
- package/esm/models/operations/logout.d.ts +85 -0
- package/esm/models/operations/logout.d.ts.map +1 -0
- package/esm/models/operations/logout.js +86 -0
- package/esm/models/operations/logout.js.map +1 -0
- package/esm/models/operations/refreshtoken.d.ts +110 -0
- package/esm/models/operations/refreshtoken.d.ts.map +1 -0
- package/esm/models/operations/refreshtoken.js +116 -0
- package/esm/models/operations/refreshtoken.js.map +1 -0
- package/esm/models/operations/removecoupon.d.ts +93 -0
- package/esm/models/operations/removecoupon.d.ts.map +1 -0
- package/esm/models/operations/removecoupon.js +109 -0
- package/esm/models/operations/removecoupon.js.map +1 -0
- package/esm/models/operations/retryorderpayment.d.ts +194 -0
- package/esm/models/operations/retryorderpayment.d.ts.map +1 -0
- package/esm/models/operations/retryorderpayment.js +252 -0
- package/esm/models/operations/retryorderpayment.js.map +1 -0
- package/esm/models/operations/searchproducts.d.ts +111 -0
- package/esm/models/operations/searchproducts.d.ts.map +1 -0
- package/esm/models/operations/searchproducts.js +115 -0
- package/esm/models/operations/searchproducts.js.map +1 -0
- package/esm/models/operations/subscribenewsletter.d.ts +60 -0
- package/esm/models/operations/subscribenewsletter.d.ts.map +1 -0
- package/esm/models/operations/subscribenewsletter.js +68 -0
- package/esm/models/operations/subscribenewsletter.js.map +1 -0
- package/esm/models/operations/updateaddressdetail.d.ts +173 -0
- package/esm/models/operations/updateaddressdetail.d.ts.map +1 -0
- package/esm/models/operations/updateaddressdetail.js +190 -0
- package/esm/models/operations/updateaddressdetail.js.map +1 -0
- package/esm/models/operations/updatecart.d.ts +96 -0
- package/esm/models/operations/updatecart.d.ts.map +1 -0
- package/esm/models/operations/updatecart.js +107 -0
- package/esm/models/operations/updatecart.js.map +1 -0
- package/esm/models/operations/updatenotificationpreferences.d.ts +136 -0
- package/esm/models/operations/updatenotificationpreferences.d.ts.map +1 -0
- package/esm/models/operations/updatenotificationpreferences.js +154 -0
- package/esm/models/operations/updatenotificationpreferences.js.map +1 -0
- package/esm/models/operations/updateuser.d.ts +105 -0
- package/esm/models/operations/updateuser.d.ts.map +1 -0
- package/esm/models/operations/updateuser.js +107 -0
- package/esm/models/operations/updateuser.js.map +1 -0
- package/esm/models/operations/verifyotp.d.ts +170 -0
- package/esm/models/operations/verifyotp.d.ts.map +1 -0
- package/esm/models/operations/verifyotp.js +153 -0
- package/esm/models/operations/verifyotp.js.map +1 -0
- package/esm/sdk/auth.d.ts +35 -34
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +50 -47
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/campaigns.d.ts +9 -4
- package/esm/sdk/campaigns.d.ts.map +1 -1
- package/esm/sdk/campaigns.js +10 -3
- package/esm/sdk/campaigns.js.map +1 -1
- package/esm/sdk/carts.d.ts +4 -4
- package/esm/sdk/carts.d.ts.map +1 -1
- package/esm/sdk/carts.js +12 -12
- package/esm/sdk/carts.js.map +1 -1
- package/esm/sdk/catalog.d.ts +78 -10
- package/esm/sdk/catalog.d.ts.map +1 -1
- package/esm/sdk/catalog.js +110 -12
- package/esm/sdk/catalog.js.map +1 -1
- package/esm/sdk/checkout.d.ts +3 -38
- package/esm/sdk/checkout.d.ts.map +1 -1
- package/esm/sdk/checkout.js +3 -53
- package/esm/sdk/checkout.js.map +1 -1
- package/esm/sdk/common.d.ts +12 -0
- package/esm/sdk/common.d.ts.map +1 -0
- package/esm/sdk/common.js +18 -0
- package/esm/sdk/common.js.map +1 -0
- package/esm/sdk/customers.d.ts +30 -19
- package/esm/sdk/customers.d.ts.map +1 -1
- package/esm/sdk/customers.js +42 -24
- package/esm/sdk/customers.js.map +1 -1
- package/esm/sdk/orders.d.ts +20 -22
- package/esm/sdk/orders.d.ts.map +1 -1
- package/esm/sdk/orders.js +35 -37
- package/esm/sdk/orders.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -21
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +3 -27
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/shipping.d.ts +2 -2
- package/esm/sdk/shipping.d.ts.map +1 -1
- package/esm/sdk/shipping.js +4 -4
- package/esm/sdk/shipping.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authCheckVerificationStatus.ts +135 -0
- package/src/funcs/authCreateNotificationPreferences.ts +149 -0
- package/src/funcs/authGenerateOtp.ts +13 -8
- package/src/funcs/authGetAnonymousToken.ts +124 -0
- package/src/funcs/authGetNotificationPreferences.ts +146 -0
- package/src/funcs/authGetUserDetail.ts +138 -0
- package/src/funcs/authLoginWithEmail.ts +13 -8
- package/src/funcs/authLoginWithPhone.ts +13 -8
- package/src/funcs/authLoginWithWhatsapp.ts +13 -7
- package/src/funcs/authLogout.ts +116 -0
- package/src/funcs/authRefreshToken.ts +13 -8
- package/src/funcs/authUpdateNotificationPreferences.ts +149 -0
- package/src/funcs/authUpdateUser.ts +139 -0
- package/src/funcs/authVerifyOtp.ts +13 -8
- package/src/funcs/campaignsSubscribeNewsletter.ts +135 -0
- package/src/funcs/cartsCreateCart.ts +132 -0
- package/src/funcs/cartsDeleteCart.ts +149 -0
- package/src/funcs/cartsGetCart.ts +149 -0
- package/src/funcs/cartsUpdateCart.ts +153 -0
- package/src/funcs/catalogCreateProductReview.ts +168 -0
- package/src/funcs/catalogGetProductDetail.ts +154 -0
- package/src/funcs/catalogGetVariantDetail.ts +160 -0
- package/src/funcs/catalogListCategories.ts +139 -0
- package/src/funcs/catalogListCrosssellProducts.ts +153 -0
- package/src/funcs/catalogListProductReviews.ts +160 -0
- package/src/funcs/catalogListProductVariants.ts +159 -0
- package/src/funcs/catalogListProducts.ts +151 -0
- package/src/funcs/catalogListSimilarProducts.ts +153 -0
- package/src/funcs/catalogListSkus.ts +152 -0
- package/src/funcs/catalogListUpsellProducts.ts +152 -0
- package/src/funcs/catalogSearchProducts.ts +141 -0
- package/src/funcs/checkoutApplyCoupon.ts +13 -8
- package/src/funcs/checkoutCreateCheckoutAddress.ts +149 -0
- package/src/funcs/checkoutRemoveCoupon.ts +13 -8
- package/src/funcs/commonListCountryPincodes.ts +151 -0
- package/src/funcs/customersCreateAddress.ts +150 -0
- package/src/funcs/customersDeleteAddress.ts +155 -0
- package/src/funcs/customersGetAddressDetail.ts +155 -0
- package/src/funcs/customersListAddresses.ts +144 -0
- package/src/funcs/customersListUserReviews.ts +138 -0
- package/src/funcs/customersUpdateAddressDetail.ts +162 -0
- package/src/funcs/ordersCancelOrder.ts +150 -0
- package/src/funcs/ordersCreateOrder.ts +146 -0
- package/src/funcs/ordersGetOrderDetail.ts +149 -0
- package/src/funcs/ordersGetPaymentStatus.ts +138 -0
- package/src/funcs/ordersListOrderShipments.ts +151 -0
- package/src/funcs/ordersListOrders.ts +140 -0
- package/src/funcs/ordersRetryOrderPayment.ts +153 -0
- package/src/funcs/shippingCheckDeliveryAvailability.ts +151 -0
- package/src/lib/config.ts +2 -2
- package/src/models/components/cartitem.ts +4 -37
- package/src/models/components/category.ts +97 -0
- package/src/models/components/createreview.ts +8 -152
- package/src/models/components/customeraddress.ts +4 -173
- package/src/models/components/customeraddressinput.ts +151 -0
- package/src/models/components/index.ts +2 -24
- package/src/models/components/juspaypaymentinfo.ts +8 -76
- package/src/models/components/orderdetail.ts +14 -16
- package/src/models/components/orderitem.ts +4 -31
- package/src/models/components/payupaymentinfo.ts +12 -103
- package/src/models/components/product.ts +4 -4
- package/src/models/components/productbundleitem.ts +4 -4
- package/src/models/components/productcategory.ts +14 -94
- package/src/models/components/productdetail.ts +4 -4
- package/src/models/components/productpricing.ts +4 -29
- package/src/models/components/seo.ts +4 -4
- package/src/models/components/sku.ts +4 -4
- package/src/models/components/variant.ts +4 -4
- package/src/models/components/variantdetail.ts +4 -4
- package/src/models/operations/applycoupon.ts +223 -0
- package/src/models/operations/cancelorder.ts +337 -0
- package/src/models/operations/checkdeliveryavailability.ts +152 -0
- package/src/models/operations/checkverificationstatus.ts +260 -0
- package/src/models/operations/createaddress.ts +385 -0
- package/src/models/operations/createcart.ts +211 -0
- package/src/models/operations/createcheckoutaddress.ts +373 -0
- package/src/models/operations/createnotificationpreferences.ts +360 -0
- package/src/models/operations/createorder.ts +483 -0
- package/src/models/operations/createproductreview.ts +163 -0
- package/src/models/operations/deleteaddress.ts +163 -0
- package/src/models/operations/deletecart.ts +154 -0
- package/src/models/operations/generateotp.ts +343 -0
- package/src/models/operations/getaddressdetail.ts +399 -0
- package/src/models/operations/getanonymoustoken.ts +252 -0
- package/src/models/operations/getcart.ts +11 -0
- package/src/models/operations/getnotificationpreferences.ts +250 -0
- package/src/models/operations/getorderdetail.ts +217 -0
- package/src/models/operations/getpaymentstatus.ts +264 -0
- package/src/models/operations/getproductdetail.ts +228 -0
- package/src/models/operations/getuserdetail.ts +220 -0
- package/src/models/operations/getvariantdetail.ts +237 -0
- package/src/models/operations/index.ts +48 -89
- package/src/models/operations/listaddresses.ts +401 -0
- package/src/models/operations/listcategories.ts +249 -0
- package/src/models/operations/listcountrypincodes.ts +240 -0
- package/src/models/operations/listcrosssellproducts.ts +254 -0
- package/src/models/operations/listorders.ts +254 -0
- package/src/models/operations/listordershipments.ts +219 -0
- package/src/models/operations/listproductreviews.ts +277 -0
- package/src/models/operations/listproducts.ts +249 -0
- package/src/models/operations/listproductvariants.ts +228 -0
- package/src/models/operations/listsimilarproducts.ts +249 -0
- package/src/models/operations/listskus.ts +259 -0
- package/src/models/operations/listupsellproducts.ts +252 -0
- package/src/models/operations/listuserreviews.ts +235 -0
- package/src/models/operations/loginwithemail.ts +259 -0
- package/src/models/operations/loginwithphone.ts +268 -0
- package/src/models/operations/loginwithwhatsapp.ts +272 -0
- package/src/models/operations/logout.ts +180 -0
- package/src/models/operations/refreshtoken.ts +248 -0
- package/src/models/operations/removecoupon.ts +223 -0
- package/src/models/operations/retryorderpayment.ts +526 -0
- package/src/models/operations/searchproducts.ts +231 -0
- package/src/models/operations/subscribenewsletter.ts +146 -0
- package/src/models/operations/updateaddressdetail.ts +400 -0
- package/src/models/operations/updatecart.ts +224 -0
- package/src/models/operations/updatenotificationpreferences.ts +360 -0
- package/src/models/operations/updateuser.ts +233 -0
- package/src/models/operations/verifyotp.ts +306 -0
- package/src/sdk/auth.ts +82 -75
- package/src/sdk/campaigns.ts +19 -5
- package/src/sdk/carts.ts +18 -18
- package/src/sdk/catalog.ts +197 -17
- package/src/sdk/checkout.ts +9 -99
- package/src/sdk/common.ts +27 -0
- package/src/sdk/customers.ts +69 -34
- package/src/sdk/orders.ts +55 -55
- package/src/sdk/sdk.ts +4 -40
- package/src/sdk/shipping.ts +6 -6
- package/docs/sdks/addresses/README.md +0 -447
- package/docs/sdks/analytics/README.md +0 -106
- package/docs/sdks/categories/README.md +0 -88
- package/docs/sdks/cestorefrontorderspayments/README.md +0 -86
- package/docs/sdks/cestorefrontreviews/README.md +0 -178
- package/docs/sdks/cestorefrontuser/README.md +0 -896
- package/docs/sdks/coupons/README.md +0 -79
- package/docs/sdks/juspay/README.md +0 -242
- package/docs/sdks/loyalty/README.md +0 -167
- package/docs/sdks/newsletter/README.md +0 -84
- package/docs/sdks/notificationpreferences/README.md +0 -242
- package/docs/sdks/offers/README.md +0 -6
- package/docs/sdks/payments/README.md +0 -406
- package/docs/sdks/products/README.md +0 -390
- package/docs/sdks/promotions/README.md +0 -80
- package/docs/sdks/refunds/README.md +0 -86
- package/docs/sdks/reviews/README.md +0 -84
- package/docs/sdks/shipments/README.md +0 -86
- package/docs/sdks/skus/README.md +0 -86
- package/docs/sdks/user/README.md +0 -6
- package/docs/sdks/utils/README.md +0 -233
- package/docs/sdks/variants/README.md +0 -167
- package/docs/sdks/wishlist/README.md +0 -258
- package/esm/funcs/analyticsTrack.d.ts +0 -16
- package/esm/funcs/analyticsTrack.d.ts.map +0 -1
- package/esm/funcs/analyticsTrack.js +0 -72
- package/esm/funcs/analyticsTrack.js.map +0 -1
- package/esm/funcs/authLoginAnonymously.d.ts +0 -16
- package/esm/funcs/authLoginAnonymously.d.ts.map +0 -1
- package/esm/funcs/authLoginAnonymously.js +0 -66
- package/esm/funcs/authLoginAnonymously.js.map +0 -1
- package/esm/funcs/authLoginWithPassword.d.ts +0 -15
- package/esm/funcs/authLoginWithPassword.d.ts.map +0 -1
- package/esm/funcs/authLoginWithPassword.js +0 -71
- package/esm/funcs/authLoginWithPassword.js.map +0 -1
- package/esm/funcs/authRegisterWithEmail.d.ts +0 -16
- package/esm/funcs/authRegisterWithEmail.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithEmail.js +0 -72
- package/esm/funcs/authRegisterWithEmail.js.map +0 -1
- package/esm/funcs/authRegisterWithPassword.d.ts +0 -16
- package/esm/funcs/authRegisterWithPassword.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithPassword.js +0 -72
- package/esm/funcs/authRegisterWithPassword.js.map +0 -1
- package/esm/funcs/authRegisterWithPhone.d.ts +0 -15
- package/esm/funcs/authRegisterWithPhone.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithPhone.js +0 -71
- package/esm/funcs/authRegisterWithPhone.js.map +0 -1
- package/esm/funcs/authRegisterWithWhatsapp.d.ts +0 -16
- package/esm/funcs/authRegisterWithWhatsapp.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithWhatsapp.js +0 -72
- package/esm/funcs/authRegisterWithWhatsapp.js.map +0 -1
- package/esm/funcs/authUserAddProfileImage.d.ts +0 -15
- package/esm/funcs/authUserAddProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserAddProfileImage.js +0 -92
- package/esm/funcs/authUserAddProfileImage.js.map +0 -1
- package/esm/funcs/authUserChangePassword.d.ts +0 -16
- package/esm/funcs/authUserChangePassword.d.ts.map +0 -1
- package/esm/funcs/authUserChangePassword.js +0 -75
- package/esm/funcs/authUserChangePassword.js.map +0 -1
- package/esm/funcs/authUserDeactivateAccount.d.ts +0 -15
- package/esm/funcs/authUserDeactivateAccount.d.ts.map +0 -1
- package/esm/funcs/authUserDeactivateAccount.js +0 -76
- package/esm/funcs/authUserDeactivateAccount.js.map +0 -1
- package/esm/funcs/authUserDeleteProfileImage.d.ts +0 -15
- package/esm/funcs/authUserDeleteProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserDeleteProfileImage.js +0 -76
- package/esm/funcs/authUserDeleteProfileImage.js.map +0 -1
- package/esm/funcs/authUserForgotPassword.d.ts +0 -15
- package/esm/funcs/authUserForgotPassword.d.ts.map +0 -1
- package/esm/funcs/authUserForgotPassword.js +0 -71
- package/esm/funcs/authUserForgotPassword.js.map +0 -1
- package/esm/funcs/authUserGet.d.ts +0 -15
- package/esm/funcs/authUserGet.d.ts.map +0 -1
- package/esm/funcs/authUserGet.js +0 -76
- package/esm/funcs/authUserGet.js.map +0 -1
- package/esm/funcs/authUserGetProfileImage.d.ts +0 -15
- package/esm/funcs/authUserGetProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserGetProfileImage.js +0 -76
- package/esm/funcs/authUserGetProfileImage.js.map +0 -1
- package/esm/funcs/authUserLogout.d.ts +0 -15
- package/esm/funcs/authUserLogout.d.ts.map +0 -1
- package/esm/funcs/authUserLogout.js +0 -61
- package/esm/funcs/authUserLogout.js.map +0 -1
- package/esm/funcs/authUserResetPassword.d.ts +0 -16
- package/esm/funcs/authUserResetPassword.d.ts.map +0 -1
- package/esm/funcs/authUserResetPassword.js +0 -75
- package/esm/funcs/authUserResetPassword.js.map +0 -1
- package/esm/funcs/authUserUpdate.d.ts +0 -15
- package/esm/funcs/authUserUpdate.d.ts.map +0 -1
- package/esm/funcs/authUserUpdate.js +0 -77
- package/esm/funcs/authUserUpdate.js.map +0 -1
- package/esm/funcs/authUserUpdateProfileImage.d.ts +0 -15
- package/esm/funcs/authUserUpdateProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserUpdateProfileImage.js +0 -94
- package/esm/funcs/authUserUpdateProfileImage.js.map +0 -1
- package/esm/funcs/authVerifyEmailPhone.d.ts +0 -15
- package/esm/funcs/authVerifyEmailPhone.d.ts.map +0 -1
- package/esm/funcs/authVerifyEmailPhone.js +0 -71
- package/esm/funcs/authVerifyEmailPhone.js.map +0 -1
- package/esm/funcs/campaignsNewsletterSubscribe.d.ts +0 -15
- package/esm/funcs/campaignsNewsletterSubscribe.d.ts.map +0 -1
- package/esm/funcs/campaignsNewsletterSubscribe.js +0 -72
- package/esm/funcs/campaignsNewsletterSubscribe.js.map +0 -1
- package/esm/funcs/cartsAddItem.d.ts +0 -16
- package/esm/funcs/cartsAddItem.d.ts.map +0 -1
- package/esm/funcs/cartsAddItem.js +0 -81
- package/esm/funcs/cartsAddItem.js.map +0 -1
- package/esm/funcs/cartsCreate.d.ts +0 -15
- package/esm/funcs/cartsCreate.d.ts.map +0 -1
- package/esm/funcs/cartsCreate.js +0 -71
- package/esm/funcs/cartsCreate.js.map +0 -1
- package/esm/funcs/cartsDelete.d.ts +0 -16
- package/esm/funcs/cartsDelete.d.ts.map +0 -1
- package/esm/funcs/cartsDelete.js +0 -80
- package/esm/funcs/cartsDelete.js.map +0 -1
- package/esm/funcs/cartsGet.d.ts +0 -16
- package/esm/funcs/cartsGet.d.ts.map +0 -1
- package/esm/funcs/cartsGet.js +0 -80
- package/esm/funcs/cartsGet.js.map +0 -1
- package/esm/funcs/catalogCategoriesList.d.ts +0 -15
- package/esm/funcs/catalogCategoriesList.d.ts.map +0 -1
- package/esm/funcs/catalogCategoriesList.js +0 -77
- package/esm/funcs/catalogCategoriesList.js.map +0 -1
- package/esm/funcs/catalogGetSearchProducts.d.ts +0 -17
- package/esm/funcs/catalogGetSearchProducts.d.ts.map +0 -1
- package/esm/funcs/catalogGetSearchProducts.js +0 -78
- package/esm/funcs/catalogGetSearchProducts.js.map +0 -1
- package/esm/funcs/catalogProductsGet.d.ts +0 -16
- package/esm/funcs/catalogProductsGet.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGet.js +0 -84
- package/esm/funcs/catalogProductsGet.js.map +0 -1
- package/esm/funcs/catalogProductsGetCrossSells.d.ts +0 -16
- package/esm/funcs/catalogProductsGetCrossSells.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGetCrossSells.js +0 -81
- package/esm/funcs/catalogProductsGetCrossSells.js.map +0 -1
- package/esm/funcs/catalogProductsGetSimilar.d.ts +0 -16
- package/esm/funcs/catalogProductsGetSimilar.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGetSimilar.js +0 -81
- package/esm/funcs/catalogProductsGetSimilar.js.map +0 -1
- package/esm/funcs/catalogProductsGetUpsells.d.ts +0 -16
- package/esm/funcs/catalogProductsGetUpsells.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGetUpsells.js +0 -81
- package/esm/funcs/catalogProductsGetUpsells.js.map +0 -1
- package/esm/funcs/catalogProductsList.d.ts +0 -16
- package/esm/funcs/catalogProductsList.d.ts.map +0 -1
- package/esm/funcs/catalogProductsList.js +0 -82
- package/esm/funcs/catalogProductsList.js.map +0 -1
- package/esm/funcs/catalogProductsReviewsCreate.d.ts +0 -16
- package/esm/funcs/catalogProductsReviewsCreate.d.ts.map +0 -1
- package/esm/funcs/catalogProductsReviewsCreate.js +0 -92
- package/esm/funcs/catalogProductsReviewsCreate.js.map +0 -1
- package/esm/funcs/catalogProductsReviewsList.d.ts +0 -16
- package/esm/funcs/catalogProductsReviewsList.d.ts.map +0 -1
- package/esm/funcs/catalogProductsReviewsList.js +0 -88
- package/esm/funcs/catalogProductsReviewsList.js.map +0 -1
- package/esm/funcs/catalogProductsVariantsGet.d.ts +0 -16
- package/esm/funcs/catalogProductsVariantsGet.d.ts.map +0 -1
- package/esm/funcs/catalogProductsVariantsGet.js +0 -88
- package/esm/funcs/catalogProductsVariantsGet.js.map +0 -1
- package/esm/funcs/catalogProductsVariantsList.d.ts +0 -16
- package/esm/funcs/catalogProductsVariantsList.d.ts.map +0 -1
- package/esm/funcs/catalogProductsVariantsList.js +0 -84
- package/esm/funcs/catalogProductsVariantsList.js.map +0 -1
- package/esm/funcs/catalogSkusList.d.ts +0 -16
- package/esm/funcs/catalogSkusList.d.ts.map +0 -1
- package/esm/funcs/catalogSkusList.js +0 -83
- package/esm/funcs/catalogSkusList.js.map +0 -1
- package/esm/funcs/checkoutRedeemGiftCard.d.ts +0 -15
- package/esm/funcs/checkoutRedeemGiftCard.d.ts.map +0 -1
- package/esm/funcs/checkoutRedeemGiftCard.js +0 -71
- package/esm/funcs/checkoutRedeemGiftCard.js.map +0 -1
- package/esm/funcs/checkoutRedeemLoyaltyPoints.d.ts +0 -16
- package/esm/funcs/checkoutRedeemLoyaltyPoints.d.ts.map +0 -1
- package/esm/funcs/checkoutRedeemLoyaltyPoints.js +0 -75
- package/esm/funcs/checkoutRedeemLoyaltyPoints.js.map +0 -1
- package/esm/funcs/checkoutRemoveCreditBalance.d.ts +0 -16
- package/esm/funcs/checkoutRemoveCreditBalance.d.ts.map +0 -1
- package/esm/funcs/checkoutRemoveCreditBalance.js +0 -75
- package/esm/funcs/checkoutRemoveCreditBalance.js.map +0 -1
- package/esm/funcs/checkoutRemoveLoyaltyPoints.d.ts +0 -16
- package/esm/funcs/checkoutRemoveLoyaltyPoints.d.ts.map +0 -1
- package/esm/funcs/checkoutRemoveLoyaltyPoints.js +0 -75
- package/esm/funcs/checkoutRemoveLoyaltyPoints.js.map +0 -1
- package/esm/funcs/checkoutUpdateAddress.d.ts +0 -16
- package/esm/funcs/checkoutUpdateAddress.d.ts.map +0 -1
- package/esm/funcs/checkoutUpdateAddress.js +0 -75
- package/esm/funcs/checkoutUpdateAddress.js.map +0 -1
- package/esm/funcs/checkoutUseCreditBalance.d.ts +0 -16
- package/esm/funcs/checkoutUseCreditBalance.d.ts.map +0 -1
- package/esm/funcs/checkoutUseCreditBalance.js +0 -75
- package/esm/funcs/checkoutUseCreditBalance.js.map +0 -1
- package/esm/funcs/customersAddressesAdd.d.ts +0 -16
- package/esm/funcs/customersAddressesAdd.d.ts.map +0 -1
- package/esm/funcs/customersAddressesAdd.js +0 -81
- package/esm/funcs/customersAddressesAdd.js.map +0 -1
- package/esm/funcs/customersAddressesDelete.d.ts +0 -16
- package/esm/funcs/customersAddressesDelete.d.ts.map +0 -1
- package/esm/funcs/customersAddressesDelete.js +0 -84
- package/esm/funcs/customersAddressesDelete.js.map +0 -1
- package/esm/funcs/customersAddressesGet.d.ts +0 -16
- package/esm/funcs/customersAddressesGet.d.ts.map +0 -1
- package/esm/funcs/customersAddressesGet.js +0 -84
- package/esm/funcs/customersAddressesGet.js.map +0 -1
- package/esm/funcs/customersAddressesList.d.ts +0 -15
- package/esm/funcs/customersAddressesList.d.ts.map +0 -1
- package/esm/funcs/customersAddressesList.js +0 -81
- package/esm/funcs/customersAddressesList.js.map +0 -1
- package/esm/funcs/customersAddressesUpdate.d.ts +0 -16
- package/esm/funcs/customersAddressesUpdate.d.ts.map +0 -1
- package/esm/funcs/customersAddressesUpdate.js +0 -85
- package/esm/funcs/customersAddressesUpdate.js.map +0 -1
- package/esm/funcs/customersGetCustomersId.d.ts +0 -15
- package/esm/funcs/customersGetCustomersId.d.ts.map +0 -1
- package/esm/funcs/customersGetCustomersId.js +0 -76
- package/esm/funcs/customersGetCustomersId.js.map +0 -1
- package/esm/funcs/customersLoyaltyGet.d.ts +0 -16
- package/esm/funcs/customersLoyaltyGet.d.ts.map +0 -1
- package/esm/funcs/customersLoyaltyGet.js +0 -80
- package/esm/funcs/customersLoyaltyGet.js.map +0 -1
- package/esm/funcs/customersLoyaltyListActivities.d.ts +0 -16
- package/esm/funcs/customersLoyaltyListActivities.d.ts.map +0 -1
- package/esm/funcs/customersLoyaltyListActivities.js +0 -86
- package/esm/funcs/customersLoyaltyListActivities.js.map +0 -1
- package/esm/funcs/customersPostCustomers.d.ts +0 -17
- package/esm/funcs/customersPostCustomers.d.ts.map +0 -1
- package/esm/funcs/customersPostCustomers.js +0 -76
- package/esm/funcs/customersPostCustomers.js.map +0 -1
- package/esm/funcs/customersPutCustomersId.d.ts +0 -16
- package/esm/funcs/customersPutCustomersId.d.ts.map +0 -1
- package/esm/funcs/customersPutCustomersId.js +0 -81
- package/esm/funcs/customersPutCustomersId.js.map +0 -1
- package/esm/funcs/customersReviewsList.d.ts +0 -15
- package/esm/funcs/customersReviewsList.d.ts.map +0 -1
- package/esm/funcs/customersReviewsList.js +0 -76
- package/esm/funcs/customersReviewsList.js.map +0 -1
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.d.ts +0 -16
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.d.ts.map +0 -1
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.js +0 -80
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.js.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.d.ts +0 -17
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.d.ts.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.js +0 -76
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.js.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.d.ts +0 -18
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.d.ts.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.js +0 -77
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.js.map +0 -1
- package/esm/funcs/offersCouponsList.d.ts +0 -15
- package/esm/funcs/offersCouponsList.d.ts.map +0 -1
- package/esm/funcs/offersCouponsList.js +0 -61
- package/esm/funcs/offersCouponsList.js.map +0 -1
- package/esm/funcs/offersPromotionsList.d.ts +0 -16
- package/esm/funcs/offersPromotionsList.d.ts.map +0 -1
- package/esm/funcs/offersPromotionsList.js +0 -65
- package/esm/funcs/offersPromotionsList.js.map +0 -1
- package/esm/funcs/ordersCancel.d.ts +0 -16
- package/esm/funcs/ordersCancel.d.ts.map +0 -1
- package/esm/funcs/ordersCancel.js +0 -81
- package/esm/funcs/ordersCancel.js.map +0 -1
- package/esm/funcs/ordersCreate.d.ts +0 -16
- package/esm/funcs/ordersCreate.d.ts.map +0 -1
- package/esm/funcs/ordersCreate.js +0 -75
- package/esm/funcs/ordersCreate.js.map +0 -1
- package/esm/funcs/ordersGet.d.ts +0 -16
- package/esm/funcs/ordersGet.d.ts.map +0 -1
- package/esm/funcs/ordersGet.js +0 -80
- package/esm/funcs/ordersGet.js.map +0 -1
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.d.ts +0 -15
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.d.ts.map +0 -1
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.js +0 -76
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.js.map +0 -1
- package/esm/funcs/ordersList.d.ts +0 -15
- package/esm/funcs/ordersList.d.ts.map +0 -1
- package/esm/funcs/ordersList.js +0 -78
- package/esm/funcs/ordersList.js.map +0 -1
- package/esm/funcs/ordersPaymentsList.d.ts +0 -16
- package/esm/funcs/ordersPaymentsList.d.ts.map +0 -1
- package/esm/funcs/ordersPaymentsList.js +0 -80
- package/esm/funcs/ordersPaymentsList.js.map +0 -1
- package/esm/funcs/ordersRefundsList.d.ts +0 -16
- package/esm/funcs/ordersRefundsList.d.ts.map +0 -1
- package/esm/funcs/ordersRefundsList.js +0 -80
- package/esm/funcs/ordersRefundsList.js.map +0 -1
- package/esm/funcs/ordersRetryPayment.d.ts +0 -16
- package/esm/funcs/ordersRetryPayment.d.ts.map +0 -1
- package/esm/funcs/ordersRetryPayment.js +0 -81
- package/esm/funcs/ordersRetryPayment.js.map +0 -1
- package/esm/funcs/ordersShipmentsList.d.ts +0 -16
- package/esm/funcs/ordersShipmentsList.d.ts.map +0 -1
- package/esm/funcs/ordersShipmentsList.js +0 -80
- package/esm/funcs/ordersShipmentsList.js.map +0 -1
- package/esm/funcs/paymentsGenerateHash.d.ts +0 -16
- package/esm/funcs/paymentsGenerateHash.d.ts.map +0 -1
- package/esm/funcs/paymentsGenerateHash.js +0 -75
- package/esm/funcs/paymentsGenerateHash.js.map +0 -1
- package/esm/funcs/paymentsGetMethods.d.ts +0 -15
- package/esm/funcs/paymentsGetMethods.d.ts.map +0 -1
- package/esm/funcs/paymentsGetMethods.js +0 -74
- package/esm/funcs/paymentsGetMethods.js.map +0 -1
- package/esm/funcs/paymentsGetPaymentsCards.d.ts +0 -16
- package/esm/funcs/paymentsGetPaymentsCards.d.ts.map +0 -1
- package/esm/funcs/paymentsGetPaymentsCards.js +0 -78
- package/esm/funcs/paymentsGetPaymentsCards.js.map +0 -1
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.d.ts +0 -16
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.d.ts.map +0 -1
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.js +0 -76
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.js.map +0 -1
- package/esm/funcs/paymentsPostPaymentsCards.d.ts +0 -16
- package/esm/funcs/paymentsPostPaymentsCards.d.ts.map +0 -1
- package/esm/funcs/paymentsPostPaymentsCards.js +0 -75
- package/esm/funcs/paymentsPostPaymentsCards.js.map +0 -1
- package/esm/funcs/shippingCheckPincodeServiceability.d.ts +0 -16
- package/esm/funcs/shippingCheckPincodeServiceability.d.ts.map +0 -1
- package/esm/funcs/shippingCheckPincodeServiceability.js +0 -80
- package/esm/funcs/shippingCheckPincodeServiceability.js.map +0 -1
- package/esm/funcs/userNotificationPreferencesCreate.d.ts +0 -15
- package/esm/funcs/userNotificationPreferencesCreate.d.ts.map +0 -1
- package/esm/funcs/userNotificationPreferencesCreate.js +0 -79
- package/esm/funcs/userNotificationPreferencesCreate.js.map +0 -1
- package/esm/funcs/userNotificationPreferencesGet.d.ts +0 -15
- package/esm/funcs/userNotificationPreferencesGet.d.ts.map +0 -1
- package/esm/funcs/userNotificationPreferencesGet.js +0 -77
- package/esm/funcs/userNotificationPreferencesGet.js.map +0 -1
- package/esm/funcs/userNotificationPreferencesUpdate.d.ts +0 -15
- package/esm/funcs/userNotificationPreferencesUpdate.d.ts.map +0 -1
- package/esm/funcs/userNotificationPreferencesUpdate.js +0 -78
- package/esm/funcs/userNotificationPreferencesUpdate.js.map +0 -1
- package/esm/funcs/utilsGetCountries.d.ts +0 -15
- package/esm/funcs/utilsGetCountries.d.ts.map +0 -1
- package/esm/funcs/utilsGetCountries.js +0 -61
- package/esm/funcs/utilsGetCountries.js.map +0 -1
- package/esm/funcs/utilsGetPincodes.d.ts +0 -15
- package/esm/funcs/utilsGetPincodes.d.ts.map +0 -1
- package/esm/funcs/utilsGetPincodes.js +0 -81
- package/esm/funcs/utilsGetPincodes.js.map +0 -1
- package/esm/funcs/utilsGetStates.d.ts +0 -15
- package/esm/funcs/utilsGetStates.d.ts.map +0 -1
- package/esm/funcs/utilsGetStates.js +0 -73
- package/esm/funcs/utilsGetStates.js.map +0 -1
- package/esm/funcs/wishlistAdd.d.ts +0 -16
- package/esm/funcs/wishlistAdd.d.ts.map +0 -1
- package/esm/funcs/wishlistAdd.js +0 -81
- package/esm/funcs/wishlistAdd.js.map +0 -1
- package/esm/funcs/wishlistDelete.d.ts +0 -16
- package/esm/funcs/wishlistDelete.d.ts.map +0 -1
- package/esm/funcs/wishlistDelete.js +0 -81
- package/esm/funcs/wishlistDelete.js.map +0 -1
- package/esm/funcs/wishlistGet.d.ts +0 -15
- package/esm/funcs/wishlistGet.d.ts.map +0 -1
- package/esm/funcs/wishlistGet.js +0 -76
- package/esm/funcs/wishlistGet.js.map +0 -1
- package/esm/models/components/analyticsevent.d.ts +0 -162
- package/esm/models/components/analyticsevent.d.ts.map +0 -1
- package/esm/models/components/analyticsevent.js +0 -132
- package/esm/models/components/analyticsevent.js.map +0 -1
- package/esm/models/components/business.d.ts +0 -35
- package/esm/models/components/business.d.ts.map +0 -1
- package/esm/models/components/business.js +0 -48
- package/esm/models/components/business.js.map +0 -1
- package/esm/models/components/country.d.ts +0 -44
- package/esm/models/components/country.d.ts.map +0 -1
- package/esm/models/components/country.js +0 -64
- package/esm/models/components/country.js.map +0 -1
- package/esm/models/components/countrystate.d.ts +0 -36
- package/esm/models/components/countrystate.d.ts.map +0 -1
- package/esm/models/components/countrystate.js +0 -46
- package/esm/models/components/countrystate.js.map +0 -1
- package/esm/models/components/coupon.d.ts +0 -123
- package/esm/models/components/coupon.d.ts.map +0 -1
- package/esm/models/components/coupon.js +0 -142
- package/esm/models/components/coupon.js.map +0 -1
- package/esm/models/components/createcustomer.d.ts +0 -33
- package/esm/models/components/createcustomer.d.ts.map +0 -1
- package/esm/models/components/createcustomer.js +0 -35
- package/esm/models/components/createcustomer.js.map +0 -1
- package/esm/models/components/customerdetail.d.ts +0 -54
- package/esm/models/components/customerdetail.d.ts.map +0 -1
- package/esm/models/components/customerdetail.js +0 -65
- package/esm/models/components/customerdetail.js.map +0 -1
- package/esm/models/components/customerloyalty.d.ts +0 -41
- package/esm/models/components/customerloyalty.d.ts.map +0 -1
- package/esm/models/components/customerloyalty.js +0 -64
- package/esm/models/components/customerloyalty.js.map +0 -1
- package/esm/models/components/juspaycardpayload.d.ts +0 -39
- package/esm/models/components/juspaycardpayload.d.ts.map +0 -1
- package/esm/models/components/juspaycardpayload.js +0 -58
- package/esm/models/components/juspaycardpayload.js.map +0 -1
- package/esm/models/components/juspaycreatecardresponse.d.ts +0 -35
- package/esm/models/components/juspaycreatecardresponse.d.ts.map +0 -1
- package/esm/models/components/juspaycreatecardresponse.js +0 -52
- package/esm/models/components/juspaycreatecardresponse.js.map +0 -1
- package/esm/models/components/juspaycreatecustomerpayload.d.ts +0 -32
- package/esm/models/components/juspaycreatecustomerpayload.d.ts.map +0 -1
- package/esm/models/components/juspaycreatecustomerpayload.js +0 -40
- package/esm/models/components/juspaycreatecustomerpayload.js.map +0 -1
- package/esm/models/components/juspaycreateorderpayload.d.ts +0 -31
- package/esm/models/components/juspaycreateorderpayload.d.ts.map +0 -1
- package/esm/models/components/juspaycreateorderpayload.js +0 -44
- package/esm/models/components/juspaycreateorderpayload.js.map +0 -1
- package/esm/models/components/juspaycustomer.d.ts +0 -70
- package/esm/models/components/juspaycustomer.d.ts.map +0 -1
- package/esm/models/components/juspaycustomer.js +0 -91
- package/esm/models/components/juspaycustomer.js.map +0 -1
- package/esm/models/components/juspayorder.d.ts +0 -137
- package/esm/models/components/juspayorder.d.ts.map +0 -1
- package/esm/models/components/juspayorder.js +0 -179
- package/esm/models/components/juspayorder.js.map +0 -1
- package/esm/models/components/juspaypaymentmethod.d.ts +0 -33
- package/esm/models/components/juspaypaymentmethod.d.ts.map +0 -1
- package/esm/models/components/juspaypaymentmethod.js +0 -46
- package/esm/models/components/juspaypaymentmethod.js.map +0 -1
- package/esm/models/components/juspaysavedcard.d.ts +0 -29
- package/esm/models/components/juspaysavedcard.d.ts.map +0 -1
- package/esm/models/components/juspaysavedcard.js +0 -31
- package/esm/models/components/juspaysavedcard.js.map +0 -1
- package/esm/models/components/loyaltypointactivity.d.ts +0 -94
- package/esm/models/components/loyaltypointactivity.d.ts.map +0 -1
- package/esm/models/components/loyaltypointactivity.js +0 -102
- package/esm/models/components/loyaltypointactivity.js.map +0 -1
- package/esm/models/components/orderrefund.d.ts +0 -110
- package/esm/models/components/orderrefund.d.ts.map +0 -1
- package/esm/models/components/orderrefund.js +0 -117
- package/esm/models/components/orderrefund.js.map +0 -1
- package/esm/models/components/payucardpayload.d.ts +0 -97
- package/esm/models/components/payucardpayload.d.ts.map +0 -1
- package/esm/models/components/payucardpayload.js +0 -106
- package/esm/models/components/payucardpayload.js.map +0 -1
- package/esm/models/components/payucreatecardresponse.d.ts +0 -43
- package/esm/models/components/payucreatecardresponse.d.ts.map +0 -1
- package/esm/models/components/payucreatecardresponse.js +0 -62
- package/esm/models/components/payucreatecardresponse.js.map +0 -1
- package/esm/models/components/payupaymentmethod.d.ts +0 -68
- package/esm/models/components/payupaymentmethod.d.ts.map +0 -1
- package/esm/models/components/payupaymentmethod.js +0 -91
- package/esm/models/components/payupaymentmethod.js.map +0 -1
- package/esm/models/components/payusavedcard.d.ts +0 -29
- package/esm/models/components/payusavedcard.d.ts.map +0 -1
- package/esm/models/components/payusavedcard.js +0 -31
- package/esm/models/components/payusavedcard.js.map +0 -1
- package/esm/models/components/promotiondetail.d.ts +0 -117
- package/esm/models/components/promotiondetail.d.ts.map +0 -1
- package/esm/models/components/promotiondetail.js +0 -139
- package/esm/models/components/promotiondetail.js.map +0 -1
- package/esm/models/components/updatecustomer.d.ts +0 -30
- package/esm/models/components/updatecustomer.d.ts.map +0 -1
- package/esm/models/components/updatecustomer.js +0 -32
- package/esm/models/components/updatecustomer.js.map +0 -1
- package/esm/models/operations/deleteauthuseridprofileimage.d.ts +0 -68
- package/esm/models/operations/deleteauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/deleteauthuseridprofileimage.js +0 -58
- package/esm/models/operations/deleteauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/deletecartid.d.ts +0 -62
- package/esm/models/operations/deletecartid.d.ts.map +0 -1
- package/esm/models/operations/deletecartid.js +0 -67
- package/esm/models/operations/deletecartid.js.map +0 -1
- package/esm/models/operations/deletecreditbalance.d.ts +0 -90
- package/esm/models/operations/deletecreditbalance.d.ts.map +0 -1
- package/esm/models/operations/deletecreditbalance.js +0 -95
- package/esm/models/operations/deletecreditbalance.js.map +0 -1
- package/esm/models/operations/deletecustomeraddressid.d.ts +0 -67
- package/esm/models/operations/deletecustomeraddressid.d.ts.map +0 -1
- package/esm/models/operations/deletecustomeraddressid.js +0 -71
- package/esm/models/operations/deletecustomeraddressid.js.map +0 -1
- package/esm/models/operations/deleteloyaltypoints.d.ts +0 -90
- package/esm/models/operations/deleteloyaltypoints.d.ts.map +0 -1
- package/esm/models/operations/deleteloyaltypoints.js +0 -95
- package/esm/models/operations/deleteloyaltypoints.js.map +0 -1
- package/esm/models/operations/deleteremovecoupons.d.ts +0 -92
- package/esm/models/operations/deleteremovecoupons.d.ts.map +0 -1
- package/esm/models/operations/deleteremovecoupons.js +0 -99
- package/esm/models/operations/deleteremovecoupons.js.map +0 -1
- package/esm/models/operations/deletewishlist.d.ts +0 -91
- package/esm/models/operations/deletewishlist.d.ts.map +0 -1
- package/esm/models/operations/deletewishlist.js +0 -106
- package/esm/models/operations/deletewishlist.js.map +0 -1
- package/esm/models/operations/getaddress.d.ts +0 -203
- package/esm/models/operations/getaddress.d.ts.map +0 -1
- package/esm/models/operations/getaddress.js +0 -206
- package/esm/models/operations/getaddress.js.map +0 -1
- package/esm/models/operations/getanalyticstrack.d.ts +0 -34
- package/esm/models/operations/getanalyticstrack.d.ts.map +0 -1
- package/esm/models/operations/getanalyticstrack.js +0 -33
- package/esm/models/operations/getanalyticstrack.js.map +0 -1
- package/esm/models/operations/getauthuserid.d.ts +0 -102
- package/esm/models/operations/getauthuserid.d.ts.map +0 -1
- package/esm/models/operations/getauthuserid.js +0 -86
- package/esm/models/operations/getauthuserid.js.map +0 -1
- package/esm/models/operations/getauthuseridnotificationpreferences.d.ts +0 -105
- package/esm/models/operations/getauthuseridnotificationpreferences.d.ts.map +0 -1
- package/esm/models/operations/getauthuseridnotificationpreferences.js +0 -97
- package/esm/models/operations/getauthuseridnotificationpreferences.js.map +0 -1
- package/esm/models/operations/getauthuseridprofileimage.d.ts +0 -104
- package/esm/models/operations/getauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/getauthuseridprofileimage.js +0 -96
- package/esm/models/operations/getauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/getcommoncountries.d.ts +0 -62
- package/esm/models/operations/getcommoncountries.d.ts.map +0 -1
- package/esm/models/operations/getcommoncountries.js +0 -61
- package/esm/models/operations/getcommoncountries.js.map +0 -1
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.d.ts +0 -105
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.d.ts.map +0 -1
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.js +0 -101
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.js.map +0 -1
- package/esm/models/operations/getcommoncountriesisocodestates.d.ts +0 -90
- package/esm/models/operations/getcommoncountriesisocodestates.d.ts.map +0 -1
- package/esm/models/operations/getcommoncountriesisocodestates.js +0 -97
- package/esm/models/operations/getcommoncountriesisocodestates.js.map +0 -1
- package/esm/models/operations/getcoupons.d.ts +0 -62
- package/esm/models/operations/getcoupons.d.ts.map +0 -1
- package/esm/models/operations/getcoupons.js +0 -61
- package/esm/models/operations/getcoupons.js.map +0 -1
- package/esm/models/operations/getcrosssell.d.ts +0 -110
- package/esm/models/operations/getcrosssell.d.ts.map +0 -1
- package/esm/models/operations/getcrosssell.js +0 -105
- package/esm/models/operations/getcrosssell.js.map +0 -1
- package/esm/models/operations/getcustomeraddressid.d.ts +0 -192
- package/esm/models/operations/getcustomeraddressid.d.ts.map +0 -1
- package/esm/models/operations/getcustomeraddressid.js +0 -205
- package/esm/models/operations/getcustomeraddressid.js.map +0 -1
- package/esm/models/operations/getcustomersid.d.ts +0 -90
- package/esm/models/operations/getcustomersid.d.ts.map +0 -1
- package/esm/models/operations/getcustomersid.js +0 -95
- package/esm/models/operations/getcustomersid.js.map +0 -1
- package/esm/models/operations/getcustomersuseridreviews.d.ts +0 -92
- package/esm/models/operations/getcustomersuseridreviews.d.ts.map +0 -1
- package/esm/models/operations/getcustomersuseridreviews.js +0 -109
- package/esm/models/operations/getcustomersuseridreviews.js.map +0 -1
- package/esm/models/operations/getloyaltypoint.d.ts +0 -92
- package/esm/models/operations/getloyaltypoint.d.ts.map +0 -1
- package/esm/models/operations/getloyaltypoint.js +0 -105
- package/esm/models/operations/getloyaltypoint.js.map +0 -1
- package/esm/models/operations/getloyaltypointactivity.d.ts +0 -105
- package/esm/models/operations/getloyaltypointactivity.d.ts.map +0 -1
- package/esm/models/operations/getloyaltypointactivity.js +0 -114
- package/esm/models/operations/getloyaltypointactivity.js.map +0 -1
- package/esm/models/operations/getorders.d.ts +0 -115
- package/esm/models/operations/getorders.d.ts.map +0 -1
- package/esm/models/operations/getorders.js +0 -107
- package/esm/models/operations/getorders.js.map +0 -1
- package/esm/models/operations/getordersid.d.ts +0 -90
- package/esm/models/operations/getordersid.d.ts.map +0 -1
- package/esm/models/operations/getordersid.js +0 -95
- package/esm/models/operations/getordersid.js.map +0 -1
- package/esm/models/operations/getordersidpayments.d.ts +0 -90
- package/esm/models/operations/getordersidpayments.d.ts.map +0 -1
- package/esm/models/operations/getordersidpayments.js +0 -95
- package/esm/models/operations/getordersidpayments.js.map +0 -1
- package/esm/models/operations/getordersidpaymentstatus.d.ts +0 -125
- package/esm/models/operations/getordersidpaymentstatus.d.ts.map +0 -1
- package/esm/models/operations/getordersidpaymentstatus.js +0 -132
- package/esm/models/operations/getordersidpaymentstatus.js.map +0 -1
- package/esm/models/operations/getordersidrefunds.d.ts +0 -90
- package/esm/models/operations/getordersidrefunds.d.ts.map +0 -1
- package/esm/models/operations/getordersidrefunds.js +0 -95
- package/esm/models/operations/getordersidrefunds.js.map +0 -1
- package/esm/models/operations/getordersidshipments.d.ts +0 -90
- package/esm/models/operations/getordersidshipments.d.ts.map +0 -1
- package/esm/models/operations/getordersidshipments.js +0 -95
- package/esm/models/operations/getordersidshipments.js.map +0 -1
- package/esm/models/operations/getpaymentmethods.d.ts +0 -143
- package/esm/models/operations/getpaymentmethods.d.ts.map +0 -1
- package/esm/models/operations/getpaymentmethods.js +0 -158
- package/esm/models/operations/getpaymentmethods.js.map +0 -1
- package/esm/models/operations/getpaymentscards.d.ts +0 -143
- package/esm/models/operations/getpaymentscards.d.ts.map +0 -1
- package/esm/models/operations/getpaymentscards.js +0 -152
- package/esm/models/operations/getpaymentscards.js.map +0 -1
- package/esm/models/operations/getpaymentsjuspaycustomer.d.ts +0 -90
- package/esm/models/operations/getpaymentsjuspaycustomer.d.ts.map +0 -1
- package/esm/models/operations/getpaymentsjuspaycustomer.js +0 -95
- package/esm/models/operations/getpaymentsjuspaycustomer.js.map +0 -1
- package/esm/models/operations/getpaymentsverifyvpa.d.ts +0 -128
- package/esm/models/operations/getpaymentsverifyvpa.d.ts.map +0 -1
- package/esm/models/operations/getpaymentsverifyvpa.js +0 -121
- package/esm/models/operations/getpaymentsverifyvpa.js.map +0 -1
- package/esm/models/operations/getproductdetails.d.ts +0 -95
- package/esm/models/operations/getproductdetails.d.ts.map +0 -1
- package/esm/models/operations/getproductdetails.js +0 -99
- package/esm/models/operations/getproductdetails.js.map +0 -1
- package/esm/models/operations/getproducts.d.ts +0 -115
- package/esm/models/operations/getproducts.d.ts.map +0 -1
- package/esm/models/operations/getproducts.js +0 -109
- package/esm/models/operations/getproducts.js.map +0 -1
- package/esm/models/operations/getproductscategories.d.ts +0 -110
- package/esm/models/operations/getproductscategories.d.ts.map +0 -1
- package/esm/models/operations/getproductscategories.js +0 -107
- package/esm/models/operations/getproductscategories.js.map +0 -1
- package/esm/models/operations/getproductsidreviews.d.ts +0 -122
- package/esm/models/operations/getproductsidreviews.d.ts.map +0 -1
- package/esm/models/operations/getproductsidreviews.js +0 -121
- package/esm/models/operations/getproductsidreviews.js.map +0 -1
- package/esm/models/operations/getproductvariantdetail.d.ts +0 -100
- package/esm/models/operations/getproductvariantdetail.d.ts.map +0 -1
- package/esm/models/operations/getproductvariantdetail.js +0 -103
- package/esm/models/operations/getproductvariantdetail.js.map +0 -1
- package/esm/models/operations/getproductvariants.d.ts +0 -95
- package/esm/models/operations/getproductvariants.d.ts.map +0 -1
- package/esm/models/operations/getproductvariants.js +0 -99
- package/esm/models/operations/getproductvariants.js.map +0 -1
- package/esm/models/operations/getpromotions.d.ts +0 -62
- package/esm/models/operations/getpromotions.d.ts.map +0 -1
- package/esm/models/operations/getpromotions.js +0 -61
- package/esm/models/operations/getpromotions.js.map +0 -1
- package/esm/models/operations/getsearchproducts.d.ts +0 -110
- package/esm/models/operations/getsearchproducts.d.ts.map +0 -1
- package/esm/models/operations/getsearchproducts.js +0 -105
- package/esm/models/operations/getsearchproducts.js.map +0 -1
- package/esm/models/operations/getshipmentpincodeserviceability.d.ts +0 -62
- package/esm/models/operations/getshipmentpincodeserviceability.d.ts.map +0 -1
- package/esm/models/operations/getshipmentpincodeserviceability.js +0 -58
- package/esm/models/operations/getshipmentpincodeserviceability.js.map +0 -1
- package/esm/models/operations/getsimilar.d.ts +0 -110
- package/esm/models/operations/getsimilar.d.ts.map +0 -1
- package/esm/models/operations/getsimilar.js +0 -105
- package/esm/models/operations/getsimilar.js.map +0 -1
- package/esm/models/operations/getskus.d.ts +0 -120
- package/esm/models/operations/getskus.d.ts.map +0 -1
- package/esm/models/operations/getskus.js +0 -111
- package/esm/models/operations/getskus.js.map +0 -1
- package/esm/models/operations/getupsell.d.ts +0 -113
- package/esm/models/operations/getupsell.d.ts.map +0 -1
- package/esm/models/operations/getupsell.js +0 -105
- package/esm/models/operations/getupsell.js.map +0 -1
- package/esm/models/operations/getwishtlist.d.ts +0 -90
- package/esm/models/operations/getwishtlist.d.ts.map +0 -1
- package/esm/models/operations/getwishtlist.js +0 -95
- package/esm/models/operations/getwishtlist.js.map +0 -1
- package/esm/models/operations/postaddress.d.ts +0 -190
- package/esm/models/operations/postaddress.d.ts.map +0 -1
- package/esm/models/operations/postaddress.js +0 -195
- package/esm/models/operations/postaddress.js.map +0 -1
- package/esm/models/operations/postapplycoupons.d.ts +0 -92
- package/esm/models/operations/postapplycoupons.d.ts.map +0 -1
- package/esm/models/operations/postapplycoupons.js +0 -99
- package/esm/models/operations/postapplycoupons.js.map +0 -1
- package/esm/models/operations/postauthanonymous.d.ts +0 -109
- package/esm/models/operations/postauthanonymous.d.ts.map +0 -1
- package/esm/models/operations/postauthanonymous.js +0 -109
- package/esm/models/operations/postauthanonymous.js.map +0 -1
- package/esm/models/operations/postauthchangepassword.d.ts +0 -119
- package/esm/models/operations/postauthchangepassword.d.ts.map +0 -1
- package/esm/models/operations/postauthchangepassword.js +0 -115
- package/esm/models/operations/postauthchangepassword.js.map +0 -1
- package/esm/models/operations/postauthforgotpassword.d.ts +0 -117
- package/esm/models/operations/postauthforgotpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthforgotpassword.js +0 -107
- package/esm/models/operations/postauthforgotpassword.js.map +0 -1
- package/esm/models/operations/postauthgenerateotp.d.ts +0 -204
- package/esm/models/operations/postauthgenerateotp.d.ts.map +0 -1
- package/esm/models/operations/postauthgenerateotp.js +0 -164
- package/esm/models/operations/postauthgenerateotp.js.map +0 -1
- package/esm/models/operations/postauthloginemail.d.ts +0 -118
- package/esm/models/operations/postauthloginemail.d.ts.map +0 -1
- package/esm/models/operations/postauthloginemail.js +0 -108
- package/esm/models/operations/postauthloginemail.js.map +0 -1
- package/esm/models/operations/postauthloginpassword.d.ts +0 -130
- package/esm/models/operations/postauthloginpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthloginpassword.js +0 -115
- package/esm/models/operations/postauthloginpassword.js.map +0 -1
- package/esm/models/operations/postauthloginphone.d.ts +0 -152
- package/esm/models/operations/postauthloginphone.d.ts.map +0 -1
- package/esm/models/operations/postauthloginphone.js +0 -134
- package/esm/models/operations/postauthloginphone.js.map +0 -1
- package/esm/models/operations/postauthloginwhatsapp.d.ts +0 -152
- package/esm/models/operations/postauthloginwhatsapp.d.ts.map +0 -1
- package/esm/models/operations/postauthloginwhatsapp.js +0 -133
- package/esm/models/operations/postauthloginwhatsapp.js.map +0 -1
- package/esm/models/operations/postauthlogout.d.ts +0 -84
- package/esm/models/operations/postauthlogout.d.ts.map +0 -1
- package/esm/models/operations/postauthlogout.js +0 -76
- package/esm/models/operations/postauthlogout.js.map +0 -1
- package/esm/models/operations/postauthrefreshtoken.d.ts +0 -109
- package/esm/models/operations/postauthrefreshtoken.d.ts.map +0 -1
- package/esm/models/operations/postauthrefreshtoken.js +0 -106
- package/esm/models/operations/postauthrefreshtoken.js.map +0 -1
- package/esm/models/operations/postauthregisteremail.d.ts +0 -132
- package/esm/models/operations/postauthregisteremail.d.ts.map +0 -1
- package/esm/models/operations/postauthregisteremail.js +0 -121
- package/esm/models/operations/postauthregisteremail.js.map +0 -1
- package/esm/models/operations/postauthregisterpassword.d.ts +0 -135
- package/esm/models/operations/postauthregisterpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthregisterpassword.js +0 -121
- package/esm/models/operations/postauthregisterpassword.js.map +0 -1
- package/esm/models/operations/postauthregisterphone.d.ts +0 -166
- package/esm/models/operations/postauthregisterphone.d.ts.map +0 -1
- package/esm/models/operations/postauthregisterphone.js +0 -146
- package/esm/models/operations/postauthregisterphone.js.map +0 -1
- package/esm/models/operations/postauthregisterwhatsapp.d.ts +0 -166
- package/esm/models/operations/postauthregisterwhatsapp.d.ts.map +0 -1
- package/esm/models/operations/postauthregisterwhatsapp.js +0 -148
- package/esm/models/operations/postauthregisterwhatsapp.js.map +0 -1
- package/esm/models/operations/postauthresetpassword.d.ts +0 -119
- package/esm/models/operations/postauthresetpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthresetpassword.js +0 -114
- package/esm/models/operations/postauthresetpassword.js.map +0 -1
- package/esm/models/operations/postauthuseridnotificationpreferences.d.ts +0 -135
- package/esm/models/operations/postauthuseridnotificationpreferences.d.ts.map +0 -1
- package/esm/models/operations/postauthuseridnotificationpreferences.js +0 -142
- package/esm/models/operations/postauthuseridnotificationpreferences.js.map +0 -1
- package/esm/models/operations/postauthuseridprofileimage.d.ts +0 -158
- package/esm/models/operations/postauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/postauthuseridprofileimage.js +0 -170
- package/esm/models/operations/postauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/postauthverifiedemailphone.d.ts +0 -114
- package/esm/models/operations/postauthverifiedemailphone.d.ts.map +0 -1
- package/esm/models/operations/postauthverifiedemailphone.js +0 -102
- package/esm/models/operations/postauthverifiedemailphone.js.map +0 -1
- package/esm/models/operations/postauthverifyotp.d.ts +0 -169
- package/esm/models/operations/postauthverifyotp.d.ts.map +0 -1
- package/esm/models/operations/postauthverifyotp.js +0 -143
- package/esm/models/operations/postauthverifyotp.js.map +0 -1
- package/esm/models/operations/postcartaddress.d.ts +0 -153
- package/esm/models/operations/postcartaddress.d.ts.map +0 -1
- package/esm/models/operations/postcartaddress.js +0 -171
- package/esm/models/operations/postcartaddress.js.map +0 -1
- package/esm/models/operations/postcartitemid.d.ts +0 -95
- package/esm/models/operations/postcartitemid.d.ts.map +0 -1
- package/esm/models/operations/postcartitemid.js +0 -97
- package/esm/models/operations/postcartitemid.js.map +0 -1
- package/esm/models/operations/postcartsid.d.ts +0 -93
- package/esm/models/operations/postcartsid.d.ts.map +0 -1
- package/esm/models/operations/postcartsid.js +0 -86
- package/esm/models/operations/postcartsid.js.map +0 -1
- package/esm/models/operations/postcheckoutredeemgiftcard.d.ts +0 -59
- package/esm/models/operations/postcheckoutredeemgiftcard.d.ts.map +0 -1
- package/esm/models/operations/postcheckoutredeemgiftcard.js +0 -67
- package/esm/models/operations/postcheckoutredeemgiftcard.js.map +0 -1
- package/esm/models/operations/postcreditbalance.d.ts +0 -92
- package/esm/models/operations/postcreditbalance.d.ts.map +0 -1
- package/esm/models/operations/postcreditbalance.js +0 -99
- package/esm/models/operations/postcreditbalance.js.map +0 -1
- package/esm/models/operations/postcustomers.d.ts +0 -62
- package/esm/models/operations/postcustomers.d.ts.map +0 -1
- package/esm/models/operations/postcustomers.js +0 -70
- package/esm/models/operations/postcustomers.js.map +0 -1
- package/esm/models/operations/postcustomersnewslettersubscription.d.ts +0 -59
- package/esm/models/operations/postcustomersnewslettersubscription.d.ts.map +0 -1
- package/esm/models/operations/postcustomersnewslettersubscription.js +0 -58
- package/esm/models/operations/postcustomersnewslettersubscription.js.map +0 -1
- package/esm/models/operations/postloyaltypoints.d.ts +0 -92
- package/esm/models/operations/postloyaltypoints.d.ts.map +0 -1
- package/esm/models/operations/postloyaltypoints.js +0 -99
- package/esm/models/operations/postloyaltypoints.js.map +0 -1
- package/esm/models/operations/postorder.d.ts +0 -198
- package/esm/models/operations/postorder.d.ts.map +0 -1
- package/esm/models/operations/postorder.js +0 -234
- package/esm/models/operations/postorder.js.map +0 -1
- package/esm/models/operations/postordersordernumber.d.ts +0 -155
- package/esm/models/operations/postordersordernumber.d.ts.map +0 -1
- package/esm/models/operations/postordersordernumber.js +0 -162
- package/esm/models/operations/postordersordernumber.js.map +0 -1
- package/esm/models/operations/postpaymentscards.d.ts +0 -173
- package/esm/models/operations/postpaymentscards.d.ts.map +0 -1
- package/esm/models/operations/postpaymentscards.js +0 -208
- package/esm/models/operations/postpaymentscards.js.map +0 -1
- package/esm/models/operations/postpaymentsgeneratehash.d.ts +0 -121
- package/esm/models/operations/postpaymentsgeneratehash.d.ts.map +0 -1
- package/esm/models/operations/postpaymentsgeneratehash.js +0 -118
- package/esm/models/operations/postpaymentsgeneratehash.js.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.d.ts +0 -62
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.d.ts.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.js +0 -61
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.js.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreateorder.d.ts +0 -62
- package/esm/models/operations/postpaymentsjuspaycreateorder.d.ts.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreateorder.js +0 -61
- package/esm/models/operations/postpaymentsjuspaycreateorder.js.map +0 -1
- package/esm/models/operations/postproductsidreviews.d.ts +0 -65
- package/esm/models/operations/postproductsidreviews.d.ts.map +0 -1
- package/esm/models/operations/postproductsidreviews.js +0 -72
- package/esm/models/operations/postproductsidreviews.js.map +0 -1
- package/esm/models/operations/postretrypaymentorderid.d.ts +0 -193
- package/esm/models/operations/postretrypaymentorderid.d.ts.map +0 -1
- package/esm/models/operations/postretrypaymentorderid.js +0 -244
- package/esm/models/operations/postretrypaymentorderid.js.map +0 -1
- package/esm/models/operations/postwishtlist.d.ts +0 -91
- package/esm/models/operations/postwishtlist.d.ts.map +0 -1
- package/esm/models/operations/postwishtlist.js +0 -106
- package/esm/models/operations/postwishtlist.js.map +0 -1
- package/esm/models/operations/putauthuserid.d.ts +0 -104
- package/esm/models/operations/putauthuserid.d.ts.map +0 -1
- package/esm/models/operations/putauthuserid.js +0 -97
- package/esm/models/operations/putauthuserid.js.map +0 -1
- package/esm/models/operations/putauthuseriddeactivate.d.ts +0 -68
- package/esm/models/operations/putauthuseriddeactivate.d.ts.map +0 -1
- package/esm/models/operations/putauthuseriddeactivate.js +0 -58
- package/esm/models/operations/putauthuseriddeactivate.js.map +0 -1
- package/esm/models/operations/putauthuseridnotificationpreferences.d.ts +0 -135
- package/esm/models/operations/putauthuseridnotificationpreferences.d.ts.map +0 -1
- package/esm/models/operations/putauthuseridnotificationpreferences.js +0 -142
- package/esm/models/operations/putauthuseridnotificationpreferences.js.map +0 -1
- package/esm/models/operations/putauthuseridprofileimage.d.ts +0 -158
- package/esm/models/operations/putauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/putauthuseridprofileimage.js +0 -169
- package/esm/models/operations/putauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/putcustomeraddressid.d.ts +0 -195
- package/esm/models/operations/putcustomeraddressid.d.ts.map +0 -1
- package/esm/models/operations/putcustomeraddressid.js +0 -198
- package/esm/models/operations/putcustomeraddressid.js.map +0 -1
- package/esm/models/operations/putcustomersid.d.ts +0 -92
- package/esm/models/operations/putcustomersid.d.ts.map +0 -1
- package/esm/models/operations/putcustomersid.js +0 -105
- package/esm/models/operations/putcustomersid.js.map +0 -1
- package/esm/sdk/addresses.d.ts +0 -40
- package/esm/sdk/addresses.d.ts.map +0 -1
- package/esm/sdk/addresses.js +0 -58
- package/esm/sdk/addresses.js.map +0 -1
- package/esm/sdk/analytics.d.ts +0 -13
- package/esm/sdk/analytics.d.ts.map +0 -1
- package/esm/sdk/analytics.js +0 -18
- package/esm/sdk/analytics.js.map +0 -1
- package/esm/sdk/categories.d.ts +0 -12
- package/esm/sdk/categories.d.ts.map +0 -1
- package/esm/sdk/categories.js +0 -18
- package/esm/sdk/categories.js.map +0 -1
- package/esm/sdk/cestorefrontorderspayments.d.ts +0 -12
- package/esm/sdk/cestorefrontorderspayments.d.ts.map +0 -1
- package/esm/sdk/cestorefrontorderspayments.js +0 -18
- package/esm/sdk/cestorefrontorderspayments.js.map +0 -1
- package/esm/sdk/cestorefrontreviews.d.ts +0 -19
- package/esm/sdk/cestorefrontreviews.d.ts.map +0 -1
- package/esm/sdk/cestorefrontreviews.js +0 -28
- package/esm/sdk/cestorefrontreviews.js.map +0 -1
- package/esm/sdk/cestorefrontuser.d.ts +0 -82
- package/esm/sdk/cestorefrontuser.d.ts.map +0 -1
- package/esm/sdk/cestorefrontuser.js +0 -118
- package/esm/sdk/cestorefrontuser.js.map +0 -1
- package/esm/sdk/coupons.d.ts +0 -12
- package/esm/sdk/coupons.d.ts.map +0 -1
- package/esm/sdk/coupons.js +0 -18
- package/esm/sdk/coupons.js.map +0 -1
- package/esm/sdk/juspay.d.ts +0 -28
- package/esm/sdk/juspay.d.ts.map +0 -1
- package/esm/sdk/juspay.js +0 -39
- package/esm/sdk/juspay.js.map +0 -1
- package/esm/sdk/loyalty.d.ts +0 -19
- package/esm/sdk/loyalty.d.ts.map +0 -1
- package/esm/sdk/loyalty.js +0 -28
- package/esm/sdk/loyalty.js.map +0 -1
- package/esm/sdk/newsletter.d.ts +0 -12
- package/esm/sdk/newsletter.d.ts.map +0 -1
- package/esm/sdk/newsletter.js +0 -18
- package/esm/sdk/newsletter.js.map +0 -1
- package/esm/sdk/notificationpreferences.d.ts +0 -26
- package/esm/sdk/notificationpreferences.d.ts.map +0 -1
- package/esm/sdk/notificationpreferences.js +0 -38
- package/esm/sdk/notificationpreferences.js.map +0 -1
- package/esm/sdk/offers.d.ts +0 -10
- package/esm/sdk/offers.d.ts.map +0 -1
- package/esm/sdk/offers.js +0 -15
- package/esm/sdk/offers.js.map +0 -1
- package/esm/sdk/payments.d.ts +0 -41
- package/esm/sdk/payments.d.ts.map +0 -1
- package/esm/sdk/payments.js +0 -59
- package/esm/sdk/payments.js.map +0 -1
- package/esm/sdk/products.d.ts +0 -46
- package/esm/sdk/products.d.ts.map +0 -1
- package/esm/sdk/products.js +0 -66
- package/esm/sdk/products.js.map +0 -1
- package/esm/sdk/promotions.d.ts +0 -12
- package/esm/sdk/promotions.d.ts.map +0 -1
- package/esm/sdk/promotions.js +0 -18
- package/esm/sdk/promotions.js.map +0 -1
- package/esm/sdk/refunds.d.ts +0 -12
- package/esm/sdk/refunds.d.ts.map +0 -1
- package/esm/sdk/refunds.js +0 -18
- package/esm/sdk/refunds.js.map +0 -1
- package/esm/sdk/reviews.d.ts +0 -12
- package/esm/sdk/reviews.d.ts.map +0 -1
- package/esm/sdk/reviews.js +0 -18
- package/esm/sdk/reviews.js.map +0 -1
- package/esm/sdk/shipments.d.ts +0 -12
- package/esm/sdk/shipments.d.ts.map +0 -1
- package/esm/sdk/shipments.js +0 -18
- package/esm/sdk/shipments.js.map +0 -1
- package/esm/sdk/skus.d.ts +0 -12
- package/esm/sdk/skus.d.ts.map +0 -1
- package/esm/sdk/skus.js +0 -18
- package/esm/sdk/skus.js.map +0 -1
- package/esm/sdk/user.d.ts +0 -7
- package/esm/sdk/user.d.ts.map +0 -1
- package/esm/sdk/user.js +0 -11
- package/esm/sdk/user.js.map +0 -1
- package/esm/sdk/utils.d.ts +0 -26
- package/esm/sdk/utils.d.ts.map +0 -1
- package/esm/sdk/utils.js +0 -38
- package/esm/sdk/utils.js.map +0 -1
- package/esm/sdk/variants.d.ts +0 -19
- package/esm/sdk/variants.d.ts.map +0 -1
- package/esm/sdk/variants.js +0 -28
- package/esm/sdk/variants.js.map +0 -1
- package/esm/sdk/wishlist.d.ts +0 -26
- package/esm/sdk/wishlist.d.ts.map +0 -1
- package/esm/sdk/wishlist.js +0 -38
- package/esm/sdk/wishlist.js.map +0 -1
- package/src/funcs/analyticsTrack.ts +0 -127
- package/src/funcs/authLoginAnonymously.ts +0 -118
- package/src/funcs/authLoginWithPassword.ts +0 -127
- package/src/funcs/authRegisterWithEmail.ts +0 -128
- package/src/funcs/authRegisterWithPassword.ts +0 -130
- package/src/funcs/authRegisterWithPhone.ts +0 -127
- package/src/funcs/authRegisterWithWhatsapp.ts +0 -130
- package/src/funcs/authUserAddProfileImage.ts +0 -158
- package/src/funcs/authUserChangePassword.ts +0 -138
- package/src/funcs/authUserDeactivateAccount.ts +0 -133
- package/src/funcs/authUserDeleteProfileImage.ts +0 -138
- package/src/funcs/authUserForgotPassword.ts +0 -127
- package/src/funcs/authUserGet.ts +0 -132
- package/src/funcs/authUserGetProfileImage.ts +0 -133
- package/src/funcs/authUserLogout.ts +0 -110
- package/src/funcs/authUserResetPassword.ts +0 -135
- package/src/funcs/authUserUpdate.ts +0 -133
- package/src/funcs/authUserUpdateProfileImage.ts +0 -157
- package/src/funcs/authVerifyEmailPhone.ts +0 -132
- package/src/funcs/campaignsNewsletterSubscribe.ts +0 -131
- package/src/funcs/cartsAddItem.ts +0 -147
- package/src/funcs/cartsCreate.ts +0 -126
- package/src/funcs/cartsDelete.ts +0 -143
- package/src/funcs/cartsGet.ts +0 -143
- package/src/funcs/catalogCategoriesList.ts +0 -134
- package/src/funcs/catalogGetSearchProducts.ts +0 -137
- package/src/funcs/catalogProductsGet.ts +0 -148
- package/src/funcs/catalogProductsGetCrossSells.ts +0 -144
- package/src/funcs/catalogProductsGetSimilar.ts +0 -144
- package/src/funcs/catalogProductsGetUpsells.ts +0 -144
- package/src/funcs/catalogProductsList.ts +0 -145
- package/src/funcs/catalogProductsReviewsCreate.ts +0 -160
- package/src/funcs/catalogProductsReviewsList.ts +0 -153
- package/src/funcs/catalogProductsVariantsGet.ts +0 -155
- package/src/funcs/catalogProductsVariantsList.ts +0 -150
- package/src/funcs/catalogSkusList.ts +0 -146
- package/src/funcs/checkoutRedeemGiftCard.ts +0 -132
- package/src/funcs/checkoutRedeemLoyaltyPoints.ts +0 -138
- package/src/funcs/checkoutRemoveCreditBalance.ts +0 -138
- package/src/funcs/checkoutRemoveLoyaltyPoints.ts +0 -138
- package/src/funcs/checkoutUpdateAddress.ts +0 -141
- package/src/funcs/checkoutUseCreditBalance.ts +0 -138
- package/src/funcs/customersAddressesAdd.ts +0 -144
- package/src/funcs/customersAddressesDelete.ts +0 -150
- package/src/funcs/customersAddressesGet.ts +0 -150
- package/src/funcs/customersAddressesList.ts +0 -138
- package/src/funcs/customersAddressesUpdate.ts +0 -154
- package/src/funcs/customersGetCustomersId.ts +0 -132
- package/src/funcs/customersLoyaltyGet.ts +0 -143
- package/src/funcs/customersLoyaltyListActivities.ts +0 -153
- package/src/funcs/customersPostCustomers.ts +0 -138
- package/src/funcs/customersPutCustomersId.ts +0 -144
- package/src/funcs/customersReviewsList.ts +0 -133
- package/src/funcs/juspayGetPaymentsJuspayCustomer.ts +0 -147
- package/src/funcs/juspayPostPaymentsJuspayCreateCustomer.ts +0 -145
- package/src/funcs/juspayPostPaymentsJuspayCreateOrder.ts +0 -145
- package/src/funcs/offersCouponsList.ts +0 -110
- package/src/funcs/offersPromotionsList.ts +0 -118
- package/src/funcs/ordersCancel.ts +0 -145
- package/src/funcs/ordersCreate.ts +0 -140
- package/src/funcs/ordersGet.ts +0 -143
- package/src/funcs/ordersGetOrdersIdPaymentStatus.ts +0 -133
- package/src/funcs/ordersList.ts +0 -134
- package/src/funcs/ordersPaymentsList.ts +0 -144
- package/src/funcs/ordersRefundsList.ts +0 -143
- package/src/funcs/ordersRetryPayment.ts +0 -148
- package/src/funcs/ordersShipmentsList.ts +0 -144
- package/src/funcs/paymentsGenerateHash.ts +0 -143
- package/src/funcs/paymentsGetMethods.ts +0 -130
- package/src/funcs/paymentsGetPaymentsCards.ts +0 -144
- package/src/funcs/paymentsGetPaymentsVerifyVpa.ts +0 -133
- package/src/funcs/paymentsPostPaymentsCards.ts +0 -141
- package/src/funcs/shippingCheckPincodeServiceability.ts +0 -148
- package/src/funcs/userNotificationPreferencesCreate.ts +0 -141
- package/src/funcs/userNotificationPreferencesGet.ts +0 -139
- package/src/funcs/userNotificationPreferencesUpdate.ts +0 -140
- package/src/funcs/utilsGetCountries.ts +0 -110
- package/src/funcs/utilsGetPincodes.ts +0 -148
- package/src/funcs/utilsGetStates.ts +0 -141
- package/src/funcs/wishlistAdd.ts +0 -144
- package/src/funcs/wishlistDelete.ts +0 -144
- package/src/funcs/wishlistGet.ts +0 -132
- package/src/models/components/analyticsevent.ts +0 -270
- package/src/models/components/business.ts +0 -85
- package/src/models/components/country.ts +0 -107
- package/src/models/components/countrystate.ts +0 -84
- package/src/models/components/coupon.ts +0 -238
- package/src/models/components/createcustomer.ts +0 -78
- package/src/models/components/customerdetail.ts +0 -125
- package/src/models/components/customerloyalty.ts +0 -109
- package/src/models/components/juspaycardpayload.ts +0 -103
- package/src/models/components/juspaycreatecardresponse.ts +0 -93
- package/src/models/components/juspaycreatecustomerpayload.ts +0 -80
- package/src/models/components/juspaycreateorderpayload.ts +0 -81
- package/src/models/components/juspaycustomer.ts +0 -146
- package/src/models/components/juspayorder.ts +0 -326
- package/src/models/components/juspaypaymentmethod.ts +0 -85
- package/src/models/components/juspaysavedcard.ts +0 -64
- package/src/models/components/loyaltypointactivity.ts +0 -166
- package/src/models/components/orderrefund.ts +0 -183
- package/src/models/components/payucardpayload.ts +0 -169
- package/src/models/components/payucreatecardresponse.ts +0 -111
- package/src/models/components/payupaymentmethod.ts +0 -166
- package/src/models/components/payusavedcard.ts +0 -62
- package/src/models/components/promotiondetail.ts +0 -247
- package/src/models/components/updatecustomer.ts +0 -68
- package/src/models/operations/deleteauthuseridprofileimage.ts +0 -156
- package/src/models/operations/deletecartid.ts +0 -143
- package/src/models/operations/deletecreditbalance.ts +0 -210
- package/src/models/operations/deletecustomeraddressid.ts +0 -159
- package/src/models/operations/deleteloyaltypoints.ts +0 -210
- package/src/models/operations/deleteremovecoupons.ts +0 -216
- package/src/models/operations/deletewishlist.ts +0 -219
- package/src/models/operations/getaddress.ts +0 -417
- package/src/models/operations/getanalyticstrack.ts +0 -75
- package/src/models/operations/getauthuserid.ts +0 -209
- package/src/models/operations/getauthuseridnotificationpreferences.ts +0 -269
- package/src/models/operations/getauthuseridprofileimage.ts +0 -231
- package/src/models/operations/getcommoncountries.ts +0 -138
- package/src/models/operations/getcommoncountriescountryisocodepincodes.ts +0 -275
- package/src/models/operations/getcommoncountriesisocodestates.ts +0 -233
- package/src/models/operations/getcoupons.ts +0 -136
- package/src/models/operations/getcrosssell.ts +0 -236
- package/src/models/operations/getcustomeraddressid.ts +0 -423
- package/src/models/operations/getcustomersid.ts +0 -206
- package/src/models/operations/getcustomersuseridreviews.ts +0 -233
- package/src/models/operations/getloyaltypoint.ts +0 -220
- package/src/models/operations/getloyaltypointactivity.ts +0 -253
- package/src/models/operations/getorders.ts +0 -243
- package/src/models/operations/getordersid.ts +0 -206
- package/src/models/operations/getordersidpayments.ts +0 -208
- package/src/models/operations/getordersidpaymentstatus.ts +0 -262
- package/src/models/operations/getordersidrefunds.ts +0 -208
- package/src/models/operations/getordersidshipments.ts +0 -212
- package/src/models/operations/getpaymentmethods.ts +0 -325
- package/src/models/operations/getpaymentscards.ts +0 -310
- package/src/models/operations/getpaymentsjuspaycustomer.ts +0 -215
- package/src/models/operations/getpaymentsverifyvpa.ts +0 -260
- package/src/models/operations/getproductdetails.ts +0 -217
- package/src/models/operations/getproducts.ts +0 -238
- package/src/models/operations/getproductscategories.ts +0 -245
- package/src/models/operations/getproductsidreviews.ts +0 -270
- package/src/models/operations/getproductvariantdetail.ts +0 -233
- package/src/models/operations/getproductvariants.ts +0 -217
- package/src/models/operations/getpromotions.ts +0 -136
- package/src/models/operations/getsearchproducts.ts +0 -222
- package/src/models/operations/getshipmentpincodeserviceability.ts +0 -158
- package/src/models/operations/getsimilar.ts +0 -236
- package/src/models/operations/getskus.ts +0 -244
- package/src/models/operations/getupsell.ts +0 -239
- package/src/models/operations/getwishtlist.ts +0 -206
- package/src/models/operations/postaddress.ts +0 -397
- package/src/models/operations/postapplycoupons.ts +0 -216
- package/src/models/operations/postauthanonymous.ts +0 -241
- package/src/models/operations/postauthchangepassword.ts +0 -265
- package/src/models/operations/postauthforgotpassword.ts +0 -255
- package/src/models/operations/postauthgenerateotp.ts +0 -338
- package/src/models/operations/postauthloginemail.ts +0 -252
- package/src/models/operations/postauthloginpassword.ts +0 -273
- package/src/models/operations/postauthloginphone.ts +0 -292
- package/src/models/operations/postauthloginwhatsapp.ts +0 -299
- package/src/models/operations/postauthlogout.ts +0 -173
- package/src/models/operations/postauthrefreshtoken.ts +0 -243
- package/src/models/operations/postauthregisteremail.ts +0 -281
- package/src/models/operations/postauthregisterpassword.ts +0 -289
- package/src/models/operations/postauthregisterphone.ts +0 -325
- package/src/models/operations/postauthregisterwhatsapp.ts +0 -334
- package/src/models/operations/postauthresetpassword.ts +0 -262
- package/src/models/operations/postauthuseridnotificationpreferences.ts +0 -372
- package/src/models/operations/postauthuseridprofileimage.ts +0 -379
- package/src/models/operations/postauthverifiedemailphone.ts +0 -252
- package/src/models/operations/postauthverifyotp.ts +0 -299
- package/src/models/operations/postcartaddress.ts +0 -357
- package/src/models/operations/postcartitemid.ts +0 -213
- package/src/models/operations/postcartsid.ts +0 -200
- package/src/models/operations/postcheckoutredeemgiftcard.ts +0 -151
- package/src/models/operations/postcreditbalance.ts +0 -216
- package/src/models/operations/postcustomers.ts +0 -145
- package/src/models/operations/postcustomersnewslettersubscription.ts +0 -159
- package/src/models/operations/postloyaltypoints.ts +0 -216
- package/src/models/operations/postorder.ts +0 -472
- package/src/models/operations/postordersordernumber.ts +0 -335
- package/src/models/operations/postpaymentscards.ts +0 -421
- package/src/models/operations/postpaymentsgeneratehash.ts +0 -264
- package/src/models/operations/postpaymentsjuspaycreatecustomer.ts +0 -164
- package/src/models/operations/postpaymentsjuspaycreateorder.ts +0 -153
- package/src/models/operations/postproductsidreviews.ts +0 -155
- package/src/models/operations/postretrypaymentorderid.ts +0 -536
- package/src/models/operations/postwishtlist.ts +0 -219
- package/src/models/operations/putauthuserid.ts +0 -222
- package/src/models/operations/putauthuseriddeactivate.ts +0 -147
- package/src/models/operations/putauthuseridnotificationpreferences.ts +0 -372
- package/src/models/operations/putauthuseridprofileimage.ts +0 -385
- package/src/models/operations/putcustomeraddressid.ts +0 -422
- package/src/models/operations/putcustomersid.ts +0 -218
- package/src/sdk/addresses.ts +0 -99
- package/src/sdk/analytics.ts +0 -28
- package/src/sdk/categories.ts +0 -27
- package/src/sdk/cestorefrontorderspayments.ts +0 -27
- package/src/sdk/cestorefrontreviews.ts +0 -45
- package/src/sdk/cestorefrontuser.ts +0 -205
- package/src/sdk/coupons.ts +0 -25
- package/src/sdk/juspay.ts +0 -65
- package/src/sdk/loyalty.ts +0 -45
- package/src/sdk/newsletter.ts +0 -27
- package/src/sdk/notificationpreferences.ts +0 -63
- package/src/sdk/offers.ts +0 -19
- package/src/sdk/payments.ts +0 -100
- package/src/sdk/products.ts +0 -111
- package/src/sdk/promotions.ts +0 -25
- package/src/sdk/refunds.ts +0 -27
- package/src/sdk/reviews.ts +0 -27
- package/src/sdk/shipments.ts +0 -27
- package/src/sdk/skus.ts +0 -27
- package/src/sdk/user.ts +0 -15
- package/src/sdk/utils.ts +0 -61
- package/src/sdk/variants.ts +0 -45
- package/src/sdk/wishlist.ts +0 -63
package/FUNCTIONS.md
CHANGED
|
@@ -20,7 +20,7 @@ specific category of applications.
|
|
|
20
20
|
|
|
21
21
|
```typescript
|
|
22
22
|
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
23
|
-
import {
|
|
23
|
+
import { catalogListProducts } from "ce-storefront/funcs/catalogListProducts.js";
|
|
24
24
|
import { SDKValidationError } from "ce-storefront/models/errors/sdkvalidationerror.js";
|
|
25
25
|
|
|
26
26
|
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
@@ -30,7 +30,9 @@ const ceStorefront = new CeStorefrontCore({
|
|
|
30
30
|
});
|
|
31
31
|
|
|
32
32
|
async function run() {
|
|
33
|
-
const res = await
|
|
33
|
+
const res = await catalogListProducts(ceStorefront, {
|
|
34
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
35
|
+
});
|
|
34
36
|
|
|
35
37
|
switch (true) {
|
|
36
38
|
case res.ok:
|
package/README.md
CHANGED
|
@@ -17,7 +17,6 @@ Commerce Engine Storefront APIs
|
|
|
17
17
|
* [SDK Example Usage](#sdk-example-usage)
|
|
18
18
|
* [Available Resources and Operations](#available-resources-and-operations)
|
|
19
19
|
* [Standalone functions](#standalone-functions)
|
|
20
|
-
* [File uploads](#file-uploads)
|
|
21
20
|
* [Retries](#retries)
|
|
22
21
|
* [Error Handling](#error-handling)
|
|
23
22
|
* [Server Selection](#server-selection)
|
|
@@ -86,7 +85,9 @@ const ceStorefront = new CeStorefront({
|
|
|
86
85
|
});
|
|
87
86
|
|
|
88
87
|
async function run() {
|
|
89
|
-
const result = await ceStorefront.catalog.
|
|
88
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
89
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
90
|
+
});
|
|
90
91
|
|
|
91
92
|
// Handle the result
|
|
92
93
|
console.log(result);
|
|
@@ -103,189 +104,82 @@ run();
|
|
|
103
104
|
<details open>
|
|
104
105
|
<summary>Available methods</summary>
|
|
105
106
|
|
|
106
|
-
### [analytics](docs/sdks/analytics/README.md)
|
|
107
|
-
|
|
108
|
-
* [track](docs/sdks/analytics/README.md#track) - Track event
|
|
109
|
-
|
|
110
107
|
### [auth](docs/sdks/auth/README.md)
|
|
111
108
|
|
|
112
|
-
* [
|
|
109
|
+
* [getAnonymousToken](docs/sdks/auth/README.md#getanonymoustoken) - Anonymous user
|
|
113
110
|
* [loginWithPhone](docs/sdks/auth/README.md#loginwithphone) - Login with phone
|
|
114
111
|
* [loginWithEmail](docs/sdks/auth/README.md#loginwithemail) - Login with email
|
|
115
112
|
* [loginWithWhatsapp](docs/sdks/auth/README.md#loginwithwhatsapp) - Login with whatsapp
|
|
116
|
-
* [loginWithPassword](docs/sdks/auth/README.md#loginwithpassword) - Login with password
|
|
117
113
|
* [verifyOtp](docs/sdks/auth/README.md#verifyotp) - Verify OTP
|
|
118
|
-
* [
|
|
119
|
-
* [
|
|
120
|
-
* [registerWithWhatsapp](docs/sdks/auth/README.md#registerwithwhatsapp) - Register with whatsapp
|
|
121
|
-
* [registerWithPassword](docs/sdks/auth/README.md#registerwithpassword) - Register with password
|
|
114
|
+
* [getUserDetail](docs/sdks/auth/README.md#getuserdetail) - Retrieve a user
|
|
115
|
+
* [updateUser](docs/sdks/auth/README.md#updateuser) - Update a user
|
|
122
116
|
* [refreshToken](docs/sdks/auth/README.md#refreshtoken) - Refresh access token
|
|
117
|
+
* [getNotificationPreferences](docs/sdks/auth/README.md#getnotificationpreferences) - Retrieve user notification preferences
|
|
118
|
+
* [createNotificationPreferences](docs/sdks/auth/README.md#createnotificationpreferences) - Create user notification preferences
|
|
119
|
+
* [updateNotificationPreferences](docs/sdks/auth/README.md#updatenotificationpreferences) - Update user notification preferences
|
|
123
120
|
* [generateOtp](docs/sdks/auth/README.md#generateotp) - Generate OTP
|
|
124
|
-
* [
|
|
125
|
-
|
|
126
|
-
#### [auth.user](docs/sdks/cestorefrontuser/README.md)
|
|
127
|
-
|
|
128
|
-
* [get](docs/sdks/cestorefrontuser/README.md#get) - Retrieve a user
|
|
129
|
-
* [update](docs/sdks/cestorefrontuser/README.md#update) - Update a user
|
|
130
|
-
* [addProfileImage](docs/sdks/cestorefrontuser/README.md#addprofileimage) - Add profile image
|
|
131
|
-
* [updateProfileImage](docs/sdks/cestorefrontuser/README.md#updateprofileimage) - Update profile image
|
|
132
|
-
* [deleteProfileImage](docs/sdks/cestorefrontuser/README.md#deleteprofileimage) - Delete profile image
|
|
133
|
-
* [getProfileImage](docs/sdks/cestorefrontuser/README.md#getprofileimage) - Retrieve a profile image
|
|
134
|
-
* [deactivateAccount](docs/sdks/cestorefrontuser/README.md#deactivateaccount) - Deactivate account
|
|
135
|
-
* [changePassword](docs/sdks/cestorefrontuser/README.md#changepassword) - Change password
|
|
136
|
-
* [forgotPassword](docs/sdks/cestorefrontuser/README.md#forgotpassword) - Forgot password
|
|
137
|
-
* [resetPassword](docs/sdks/cestorefrontuser/README.md#resetpassword) - Reset password
|
|
138
|
-
* [logout](docs/sdks/cestorefrontuser/README.md#logout) - Logout user
|
|
121
|
+
* [logout](docs/sdks/auth/README.md#logout) - Logout user
|
|
122
|
+
* [checkVerificationStatus](docs/sdks/auth/README.md#checkverificationstatus) - Check email/phone verification status
|
|
139
123
|
|
|
140
124
|
### [campaigns](docs/sdks/campaigns/README.md)
|
|
141
125
|
|
|
142
|
-
|
|
143
|
-
#### [campaigns.newsletter](docs/sdks/newsletter/README.md)
|
|
144
|
-
|
|
145
|
-
* [subscribe](docs/sdks/newsletter/README.md#subscribe) - Subscribe to newsletter
|
|
126
|
+
* [subscribeNewsletter](docs/sdks/campaigns/README.md#subscribenewsletter) - Subscribe to newsletter
|
|
146
127
|
|
|
147
128
|
### [carts](docs/sdks/carts/README.md)
|
|
148
129
|
|
|
149
|
-
* [
|
|
150
|
-
* [
|
|
151
|
-
* [
|
|
152
|
-
* [
|
|
130
|
+
* [createCart](docs/sdks/carts/README.md#createcart) - Create cart
|
|
131
|
+
* [getCart](docs/sdks/carts/README.md#getcart) - Retrieve cart details
|
|
132
|
+
* [deleteCart](docs/sdks/carts/README.md#deletecart) - Delete cart
|
|
133
|
+
* [updateCart](docs/sdks/carts/README.md#updatecart) - Add/delete cart item
|
|
153
134
|
|
|
154
135
|
### [catalog](docs/sdks/catalog/README.md)
|
|
155
136
|
|
|
156
|
-
* [
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
* [
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
* [
|
|
165
|
-
* [
|
|
166
|
-
* [
|
|
167
|
-
* [
|
|
168
|
-
* [getCrossSells](docs/sdks/products/README.md#getcrosssells) - Retrieve cross-sell products
|
|
169
|
-
|
|
170
|
-
#### [catalog.products.reviews](docs/sdks/cestorefrontreviews/README.md)
|
|
171
|
-
|
|
172
|
-
* [list](docs/sdks/cestorefrontreviews/README.md#list) - List all product reviews
|
|
173
|
-
* [create](docs/sdks/cestorefrontreviews/README.md#create) - Create product review
|
|
174
|
-
|
|
175
|
-
#### [catalog.products.variants](docs/sdks/variants/README.md)
|
|
176
|
-
|
|
177
|
-
* [list](docs/sdks/variants/README.md#list) - Retrieve product variants
|
|
178
|
-
* [get](docs/sdks/variants/README.md#get) - Retrieve variant detail
|
|
179
|
-
|
|
180
|
-
#### [catalog.skus](docs/sdks/skus/README.md)
|
|
181
|
-
|
|
182
|
-
* [list](docs/sdks/skus/README.md#list) - List all SKUs
|
|
137
|
+
* [listProducts](docs/sdks/catalog/README.md#listproducts) - List all products
|
|
138
|
+
* [listSkus](docs/sdks/catalog/README.md#listskus) - List all SKUs
|
|
139
|
+
* [getProductDetail](docs/sdks/catalog/README.md#getproductdetail) - Retrieve a product detail
|
|
140
|
+
* [listProductVariants](docs/sdks/catalog/README.md#listproductvariants) - Retrieve product variants
|
|
141
|
+
* [getVariantDetail](docs/sdks/catalog/README.md#getvariantdetail) - Retrieve variant detail
|
|
142
|
+
* [listCategories](docs/sdks/catalog/README.md#listcategories) - List all categories
|
|
143
|
+
* [listProductReviews](docs/sdks/catalog/README.md#listproductreviews) - List all product reviews
|
|
144
|
+
* [createProductReview](docs/sdks/catalog/README.md#createproductreview) - Create product review
|
|
145
|
+
* [listSimilarProducts](docs/sdks/catalog/README.md#listsimilarproducts) - Retrieve similar products
|
|
146
|
+
* [listUpsellProducts](docs/sdks/catalog/README.md#listupsellproducts) - Retrieve up-sell products
|
|
147
|
+
* [listCrosssellProducts](docs/sdks/catalog/README.md#listcrosssellproducts) - Retrieve cross-sell products
|
|
148
|
+
* [searchProducts](docs/sdks/catalog/README.md#searchproducts) - Search products
|
|
183
149
|
|
|
184
150
|
|
|
185
151
|
### [checkout](docs/sdks/checkout/README.md)
|
|
186
152
|
|
|
187
|
-
* [
|
|
153
|
+
* [createCheckoutAddress](docs/sdks/checkout/README.md#createcheckoutaddress) - Update cart address
|
|
188
154
|
* [applyCoupon](docs/sdks/checkout/README.md#applycoupon) - Apply coupon
|
|
189
155
|
* [removeCoupon](docs/sdks/checkout/README.md#removecoupon) - Remove coupon
|
|
190
|
-
* [redeemLoyaltyPoints](docs/sdks/checkout/README.md#redeemloyaltypoints) - Redeem loyalty points
|
|
191
|
-
* [removeLoyaltyPoints](docs/sdks/checkout/README.md#removeloyaltypoints) - Remove loyalty points
|
|
192
|
-
* [useCreditBalance](docs/sdks/checkout/README.md#usecreditbalance) - Use credit balance
|
|
193
|
-
* [removeCreditBalance](docs/sdks/checkout/README.md#removecreditbalance) - Remove credit balance
|
|
194
|
-
* [redeemGiftCard](docs/sdks/checkout/README.md#redeemgiftcard) - Redeem gift card
|
|
195
|
-
|
|
196
|
-
### [customers](docs/sdks/customers/README.md)
|
|
197
|
-
|
|
198
|
-
* [postCustomers](docs/sdks/customers/README.md#postcustomers) - Create customer
|
|
199
|
-
* [getCustomersId](docs/sdks/customers/README.md#getcustomersid) - Retrieve customer detail
|
|
200
|
-
* [putCustomersId](docs/sdks/customers/README.md#putcustomersid) - Update customer detail
|
|
201
|
-
|
|
202
|
-
#### [customers.addresses](docs/sdks/addresses/README.md)
|
|
203
|
-
|
|
204
|
-
* [list](docs/sdks/addresses/README.md#list) - Retrieve all addresses
|
|
205
|
-
* [add](docs/sdks/addresses/README.md#add) - Add address
|
|
206
|
-
* [get](docs/sdks/addresses/README.md#get) - Retrieve particular address
|
|
207
|
-
* [update](docs/sdks/addresses/README.md#update) - Update particular address
|
|
208
|
-
* [delete](docs/sdks/addresses/README.md#delete) - Remove particular address
|
|
209
|
-
|
|
210
|
-
#### [customers.loyalty](docs/sdks/loyalty/README.md)
|
|
211
|
-
|
|
212
|
-
* [get](docs/sdks/loyalty/README.md#get) - Retrieve loyalty details
|
|
213
|
-
* [listActivities](docs/sdks/loyalty/README.md#listactivities) - List all loyalty points activity
|
|
214
|
-
|
|
215
|
-
#### [customers.reviews](docs/sdks/reviews/README.md)
|
|
216
|
-
|
|
217
|
-
* [list](docs/sdks/reviews/README.md#list) - Retrieve all reviews
|
|
218
156
|
|
|
219
|
-
### [
|
|
157
|
+
### [common](docs/sdks/common/README.md)
|
|
220
158
|
|
|
221
|
-
* [
|
|
222
|
-
* [postPaymentsJuspayCreateCustomer](docs/sdks/juspay/README.md#postpaymentsjuspaycreatecustomer) - Create customer in juspay
|
|
223
|
-
* [getPaymentsJuspayCustomer](docs/sdks/juspay/README.md#getpaymentsjuspaycustomer) - Retrieve customer from juspay
|
|
159
|
+
* [listCountryPincodes](docs/sdks/common/README.md#listcountrypincodes) - Retrieve pincodes
|
|
224
160
|
|
|
225
|
-
### [
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
#### [offers.coupons](docs/sdks/coupons/README.md)
|
|
229
|
-
|
|
230
|
-
* [list](docs/sdks/coupons/README.md#list) - Retrieve all coupons
|
|
231
|
-
|
|
232
|
-
#### [offers.promotions](docs/sdks/promotions/README.md)
|
|
161
|
+
### [customers](docs/sdks/customers/README.md)
|
|
233
162
|
|
|
234
|
-
* [
|
|
163
|
+
* [listAddresses](docs/sdks/customers/README.md#listaddresses) - Retrieve all addresses
|
|
164
|
+
* [createAddress](docs/sdks/customers/README.md#createaddress) - Create address
|
|
165
|
+
* [getAddressDetail](docs/sdks/customers/README.md#getaddressdetail) - Retrieve particular address
|
|
166
|
+
* [updateAddressDetail](docs/sdks/customers/README.md#updateaddressdetail) - Update particular address
|
|
167
|
+
* [deleteAddress](docs/sdks/customers/README.md#deleteaddress) - Remove particular address
|
|
168
|
+
* [listUserReviews](docs/sdks/customers/README.md#listuserreviews) - Retrieve all reviews
|
|
235
169
|
|
|
236
170
|
### [orders](docs/sdks/orders/README.md)
|
|
237
171
|
|
|
238
|
-
* [
|
|
239
|
-
* [
|
|
240
|
-
* [
|
|
241
|
-
* [
|
|
242
|
-
* [
|
|
243
|
-
* [
|
|
244
|
-
|
|
245
|
-
#### [orders.payments](docs/sdks/cestorefrontorderspayments/README.md)
|
|
246
|
-
|
|
247
|
-
* [list](docs/sdks/cestorefrontorderspayments/README.md#list) - Retrieve order payments
|
|
248
|
-
|
|
249
|
-
#### [orders.refunds](docs/sdks/refunds/README.md)
|
|
250
|
-
|
|
251
|
-
* [list](docs/sdks/refunds/README.md#list) - Retrieve order refunds
|
|
252
|
-
|
|
253
|
-
#### [orders.shipments](docs/sdks/shipments/README.md)
|
|
254
|
-
|
|
255
|
-
* [list](docs/sdks/shipments/README.md#list) - Retrieve order shipments
|
|
256
|
-
|
|
257
|
-
### [payments](docs/sdks/payments/README.md)
|
|
258
|
-
|
|
259
|
-
* [generateHash](docs/sdks/payments/README.md#generatehash) - Generate hash
|
|
260
|
-
* [getMethods](docs/sdks/payments/README.md#getmethods) - List all payment methods
|
|
261
|
-
* [getPaymentsCards](docs/sdks/payments/README.md#getpaymentscards) - List all saved cards
|
|
262
|
-
* [postPaymentsCards](docs/sdks/payments/README.md#postpaymentscards) - Add card
|
|
263
|
-
* [getPaymentsVerifyVpa](docs/sdks/payments/README.md#getpaymentsverifyvpa) - Verify VPA
|
|
172
|
+
* [createOrder](docs/sdks/orders/README.md#createorder) - Create order
|
|
173
|
+
* [listOrders](docs/sdks/orders/README.md#listorders) - Retrieve all orders
|
|
174
|
+
* [getOrderDetail](docs/sdks/orders/README.md#getorderdetail) - Retrieve order detail
|
|
175
|
+
* [getPaymentStatus](docs/sdks/orders/README.md#getpaymentstatus) - Retrieve payment status
|
|
176
|
+
* [listOrderShipments](docs/sdks/orders/README.md#listordershipments) - Retrieve order shipments
|
|
177
|
+
* [cancelOrder](docs/sdks/orders/README.md#cancelorder) - Cancel order
|
|
178
|
+
* [retryOrderPayment](docs/sdks/orders/README.md#retryorderpayment) - Retry payment
|
|
264
179
|
|
|
265
180
|
### [shipping](docs/sdks/shipping/README.md)
|
|
266
181
|
|
|
267
|
-
* [
|
|
268
|
-
|
|
269
|
-
### [user](docs/sdks/user/README.md)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
#### [user.notificationPreferences](docs/sdks/notificationpreferences/README.md)
|
|
273
|
-
|
|
274
|
-
* [get](docs/sdks/notificationpreferences/README.md#get) - Retrieve user notification preferences
|
|
275
|
-
* [create](docs/sdks/notificationpreferences/README.md#create) - Create user notification preferences
|
|
276
|
-
* [update](docs/sdks/notificationpreferences/README.md#update) - Update user notification preferences
|
|
277
|
-
|
|
278
|
-
### [utils](docs/sdks/utils/README.md)
|
|
279
|
-
|
|
280
|
-
* [getCountries](docs/sdks/utils/README.md#getcountries) - Retrieve all countries
|
|
281
|
-
* [getStates](docs/sdks/utils/README.md#getstates) - Retrieve country wise states
|
|
282
|
-
* [getPincodes](docs/sdks/utils/README.md#getpincodes) - Retrieve pincodes
|
|
283
|
-
|
|
284
|
-
### [wishlist](docs/sdks/wishlist/README.md)
|
|
285
|
-
|
|
286
|
-
* [get](docs/sdks/wishlist/README.md#get) - Retrieve wishlist
|
|
287
|
-
* [add](docs/sdks/wishlist/README.md#add) - Add product to wishlist
|
|
288
|
-
* [delete](docs/sdks/wishlist/README.md#delete) - Delete product from wishlist
|
|
182
|
+
* [checkDeliveryAvailability](docs/sdks/shipping/README.md#checkdeliveryavailability) - Check pincode deliverability
|
|
289
183
|
|
|
290
184
|
</details>
|
|
291
185
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -305,139 +199,59 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
305
199
|
|
|
306
200
|
<summary>Available standalone functions</summary>
|
|
307
201
|
|
|
308
|
-
- [`
|
|
202
|
+
- [`authCheckVerificationStatus`](docs/sdks/auth/README.md#checkverificationstatus) - Check email/phone verification status
|
|
203
|
+
- [`authCreateNotificationPreferences`](docs/sdks/auth/README.md#createnotificationpreferences) - Create user notification preferences
|
|
309
204
|
- [`authGenerateOtp`](docs/sdks/auth/README.md#generateotp) - Generate OTP
|
|
310
|
-
- [`
|
|
205
|
+
- [`authGetAnonymousToken`](docs/sdks/auth/README.md#getanonymoustoken) - Anonymous user
|
|
206
|
+
- [`authGetNotificationPreferences`](docs/sdks/auth/README.md#getnotificationpreferences) - Retrieve user notification preferences
|
|
207
|
+
- [`authGetUserDetail`](docs/sdks/auth/README.md#getuserdetail) - Retrieve a user
|
|
311
208
|
- [`authLoginWithEmail`](docs/sdks/auth/README.md#loginwithemail) - Login with email
|
|
312
|
-
- [`authLoginWithPassword`](docs/sdks/auth/README.md#loginwithpassword) - Login with password
|
|
313
209
|
- [`authLoginWithPhone`](docs/sdks/auth/README.md#loginwithphone) - Login with phone
|
|
314
210
|
- [`authLoginWithWhatsapp`](docs/sdks/auth/README.md#loginwithwhatsapp) - Login with whatsapp
|
|
211
|
+
- [`authLogout`](docs/sdks/auth/README.md#logout) - Logout user
|
|
315
212
|
- [`authRefreshToken`](docs/sdks/auth/README.md#refreshtoken) - Refresh access token
|
|
316
|
-
- [`
|
|
317
|
-
- [`
|
|
318
|
-
- [`authRegisterWithPhone`](docs/sdks/auth/README.md#registerwithphone) - Register with phone
|
|
319
|
-
- [`authRegisterWithWhatsapp`](docs/sdks/auth/README.md#registerwithwhatsapp) - Register with whatsapp
|
|
320
|
-
- [`authUserAddProfileImage`](docs/sdks/cestorefrontuser/README.md#addprofileimage) - Add profile image
|
|
321
|
-
- [`authUserChangePassword`](docs/sdks/cestorefrontuser/README.md#changepassword) - Change password
|
|
322
|
-
- [`authUserDeactivateAccount`](docs/sdks/cestorefrontuser/README.md#deactivateaccount) - Deactivate account
|
|
323
|
-
- [`authUserDeleteProfileImage`](docs/sdks/cestorefrontuser/README.md#deleteprofileimage) - Delete profile image
|
|
324
|
-
- [`authUserForgotPassword`](docs/sdks/cestorefrontuser/README.md#forgotpassword) - Forgot password
|
|
325
|
-
- [`authUserGet`](docs/sdks/cestorefrontuser/README.md#get) - Retrieve a user
|
|
326
|
-
- [`authUserGetProfileImage`](docs/sdks/cestorefrontuser/README.md#getprofileimage) - Retrieve a profile image
|
|
327
|
-
- [`authUserLogout`](docs/sdks/cestorefrontuser/README.md#logout) - Logout user
|
|
328
|
-
- [`authUserResetPassword`](docs/sdks/cestorefrontuser/README.md#resetpassword) - Reset password
|
|
329
|
-
- [`authUserUpdate`](docs/sdks/cestorefrontuser/README.md#update) - Update a user
|
|
330
|
-
- [`authUserUpdateProfileImage`](docs/sdks/cestorefrontuser/README.md#updateprofileimage) - Update profile image
|
|
331
|
-
- [`authVerifyEmailPhone`](docs/sdks/auth/README.md#verifyemailphone) - Check verified email phone
|
|
213
|
+
- [`authUpdateNotificationPreferences`](docs/sdks/auth/README.md#updatenotificationpreferences) - Update user notification preferences
|
|
214
|
+
- [`authUpdateUser`](docs/sdks/auth/README.md#updateuser) - Update a user
|
|
332
215
|
- [`authVerifyOtp`](docs/sdks/auth/README.md#verifyotp) - Verify OTP
|
|
333
|
-
- [`
|
|
334
|
-
- [`
|
|
335
|
-
- [`
|
|
336
|
-
- [`
|
|
337
|
-
- [`
|
|
338
|
-
- [`
|
|
339
|
-
- [`
|
|
340
|
-
- [`
|
|
341
|
-
- [`
|
|
342
|
-
- [`
|
|
343
|
-
- [`
|
|
344
|
-
- [`
|
|
345
|
-
- [`
|
|
346
|
-
- [`
|
|
347
|
-
- [`
|
|
348
|
-
- [`
|
|
349
|
-
- [`
|
|
216
|
+
- [`campaignsSubscribeNewsletter`](docs/sdks/campaigns/README.md#subscribenewsletter) - Subscribe to newsletter
|
|
217
|
+
- [`cartsCreateCart`](docs/sdks/carts/README.md#createcart) - Create cart
|
|
218
|
+
- [`cartsDeleteCart`](docs/sdks/carts/README.md#deletecart) - Delete cart
|
|
219
|
+
- [`cartsGetCart`](docs/sdks/carts/README.md#getcart) - Retrieve cart details
|
|
220
|
+
- [`cartsUpdateCart`](docs/sdks/carts/README.md#updatecart) - Add/delete cart item
|
|
221
|
+
- [`catalogCreateProductReview`](docs/sdks/catalog/README.md#createproductreview) - Create product review
|
|
222
|
+
- [`catalogGetProductDetail`](docs/sdks/catalog/README.md#getproductdetail) - Retrieve a product detail
|
|
223
|
+
- [`catalogGetVariantDetail`](docs/sdks/catalog/README.md#getvariantdetail) - Retrieve variant detail
|
|
224
|
+
- [`catalogListCategories`](docs/sdks/catalog/README.md#listcategories) - List all categories
|
|
225
|
+
- [`catalogListCrosssellProducts`](docs/sdks/catalog/README.md#listcrosssellproducts) - Retrieve cross-sell products
|
|
226
|
+
- [`catalogListProductReviews`](docs/sdks/catalog/README.md#listproductreviews) - List all product reviews
|
|
227
|
+
- [`catalogListProducts`](docs/sdks/catalog/README.md#listproducts) - List all products
|
|
228
|
+
- [`catalogListProductVariants`](docs/sdks/catalog/README.md#listproductvariants) - Retrieve product variants
|
|
229
|
+
- [`catalogListSimilarProducts`](docs/sdks/catalog/README.md#listsimilarproducts) - Retrieve similar products
|
|
230
|
+
- [`catalogListSkus`](docs/sdks/catalog/README.md#listskus) - List all SKUs
|
|
231
|
+
- [`catalogListUpsellProducts`](docs/sdks/catalog/README.md#listupsellproducts) - Retrieve up-sell products
|
|
232
|
+
- [`catalogSearchProducts`](docs/sdks/catalog/README.md#searchproducts) - Search products
|
|
350
233
|
- [`checkoutApplyCoupon`](docs/sdks/checkout/README.md#applycoupon) - Apply coupon
|
|
351
|
-
- [`
|
|
352
|
-
- [`checkoutRedeemLoyaltyPoints`](docs/sdks/checkout/README.md#redeemloyaltypoints) - Redeem loyalty points
|
|
234
|
+
- [`checkoutCreateCheckoutAddress`](docs/sdks/checkout/README.md#createcheckoutaddress) - Update cart address
|
|
353
235
|
- [`checkoutRemoveCoupon`](docs/sdks/checkout/README.md#removecoupon) - Remove coupon
|
|
354
|
-
- [`
|
|
355
|
-
- [`
|
|
356
|
-
- [`
|
|
357
|
-
- [`
|
|
358
|
-
- [`
|
|
359
|
-
- [`
|
|
360
|
-
- [`
|
|
361
|
-
- [`
|
|
362
|
-
- [`
|
|
363
|
-
- [`
|
|
364
|
-
- [`
|
|
365
|
-
- [`
|
|
366
|
-
- [`
|
|
367
|
-
- [`
|
|
368
|
-
- [`
|
|
369
|
-
- [`juspayGetPaymentsJuspayCustomer`](docs/sdks/juspay/README.md#getpaymentsjuspaycustomer) - Retrieve customer from juspay
|
|
370
|
-
- [`juspayPostPaymentsJuspayCreateCustomer`](docs/sdks/juspay/README.md#postpaymentsjuspaycreatecustomer) - Create customer in juspay
|
|
371
|
-
- [`juspayPostPaymentsJuspayCreateOrder`](docs/sdks/juspay/README.md#postpaymentsjuspaycreateorder) - Create order in juspay
|
|
372
|
-
- [`offersCouponsList`](docs/sdks/coupons/README.md#list) - Retrieve all coupons
|
|
373
|
-
- [`offersPromotionsList`](docs/sdks/promotions/README.md#list) - Retrieve all promotions
|
|
374
|
-
- [`ordersCancel`](docs/sdks/orders/README.md#cancel) - Cancel order
|
|
375
|
-
- [`ordersCreate`](docs/sdks/orders/README.md#create) - Create order
|
|
376
|
-
- [`ordersGet`](docs/sdks/orders/README.md#get) - Retrieve order detail
|
|
377
|
-
- [`ordersGetOrdersIdPaymentStatus`](docs/sdks/orders/README.md#getordersidpaymentstatus) - Retrieve payment status
|
|
378
|
-
- [`ordersList`](docs/sdks/orders/README.md#list) - Retrieve all orders
|
|
379
|
-
- [`ordersPaymentsList`](docs/sdks/cestorefrontorderspayments/README.md#list) - Retrieve order payments
|
|
380
|
-
- [`ordersRefundsList`](docs/sdks/refunds/README.md#list) - Retrieve order refunds
|
|
381
|
-
- [`ordersRetryPayment`](docs/sdks/orders/README.md#retrypayment) - Retry payment
|
|
382
|
-
- [`ordersShipmentsList`](docs/sdks/shipments/README.md#list) - Retrieve order shipments
|
|
383
|
-
- [`paymentsGenerateHash`](docs/sdks/payments/README.md#generatehash) - Generate hash
|
|
384
|
-
- [`paymentsGetMethods`](docs/sdks/payments/README.md#getmethods) - List all payment methods
|
|
385
|
-
- [`paymentsGetPaymentsCards`](docs/sdks/payments/README.md#getpaymentscards) - List all saved cards
|
|
386
|
-
- [`paymentsGetPaymentsVerifyVpa`](docs/sdks/payments/README.md#getpaymentsverifyvpa) - Verify VPA
|
|
387
|
-
- [`paymentsPostPaymentsCards`](docs/sdks/payments/README.md#postpaymentscards) - Add card
|
|
388
|
-
- [`shippingCheckPincodeServiceability`](docs/sdks/shipping/README.md#checkpincodeserviceability) - Check pincode serviceability
|
|
389
|
-
- [`userNotificationPreferencesCreate`](docs/sdks/notificationpreferences/README.md#create) - Create user notification preferences
|
|
390
|
-
- [`userNotificationPreferencesGet`](docs/sdks/notificationpreferences/README.md#get) - Retrieve user notification preferences
|
|
391
|
-
- [`userNotificationPreferencesUpdate`](docs/sdks/notificationpreferences/README.md#update) - Update user notification preferences
|
|
392
|
-
- [`utilsGetCountries`](docs/sdks/utils/README.md#getcountries) - Retrieve all countries
|
|
393
|
-
- [`utilsGetPincodes`](docs/sdks/utils/README.md#getpincodes) - Retrieve pincodes
|
|
394
|
-
- [`utilsGetStates`](docs/sdks/utils/README.md#getstates) - Retrieve country wise states
|
|
395
|
-
- [`wishlistAdd`](docs/sdks/wishlist/README.md#add) - Add product to wishlist
|
|
396
|
-
- [`wishlistDelete`](docs/sdks/wishlist/README.md#delete) - Delete product from wishlist
|
|
397
|
-
- [`wishlistGet`](docs/sdks/wishlist/README.md#get) - Retrieve wishlist
|
|
236
|
+
- [`commonListCountryPincodes`](docs/sdks/common/README.md#listcountrypincodes) - Retrieve pincodes
|
|
237
|
+
- [`customersCreateAddress`](docs/sdks/customers/README.md#createaddress) - Create address
|
|
238
|
+
- [`customersDeleteAddress`](docs/sdks/customers/README.md#deleteaddress) - Remove particular address
|
|
239
|
+
- [`customersGetAddressDetail`](docs/sdks/customers/README.md#getaddressdetail) - Retrieve particular address
|
|
240
|
+
- [`customersListAddresses`](docs/sdks/customers/README.md#listaddresses) - Retrieve all addresses
|
|
241
|
+
- [`customersListUserReviews`](docs/sdks/customers/README.md#listuserreviews) - Retrieve all reviews
|
|
242
|
+
- [`customersUpdateAddressDetail`](docs/sdks/customers/README.md#updateaddressdetail) - Update particular address
|
|
243
|
+
- [`ordersCancelOrder`](docs/sdks/orders/README.md#cancelorder) - Cancel order
|
|
244
|
+
- [`ordersCreateOrder`](docs/sdks/orders/README.md#createorder) - Create order
|
|
245
|
+
- [`ordersGetOrderDetail`](docs/sdks/orders/README.md#getorderdetail) - Retrieve order detail
|
|
246
|
+
- [`ordersGetPaymentStatus`](docs/sdks/orders/README.md#getpaymentstatus) - Retrieve payment status
|
|
247
|
+
- [`ordersListOrders`](docs/sdks/orders/README.md#listorders) - Retrieve all orders
|
|
248
|
+
- [`ordersListOrderShipments`](docs/sdks/orders/README.md#listordershipments) - Retrieve order shipments
|
|
249
|
+
- [`ordersRetryOrderPayment`](docs/sdks/orders/README.md#retryorderpayment) - Retry payment
|
|
250
|
+
- [`shippingCheckDeliveryAvailability`](docs/sdks/shipping/README.md#checkdeliveryavailability) - Check pincode deliverability
|
|
398
251
|
|
|
399
252
|
</details>
|
|
400
253
|
<!-- End Standalone functions [standalone-funcs] -->
|
|
401
254
|
|
|
402
|
-
<!-- Start File uploads [file-upload] -->
|
|
403
|
-
## File uploads
|
|
404
|
-
|
|
405
|
-
Certain SDK methods accept files as part of a multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
|
406
|
-
|
|
407
|
-
> [!TIP]
|
|
408
|
-
>
|
|
409
|
-
> Depending on your JavaScript runtime, there are convenient utilities that return a handle to a file without reading the entire contents into memory:
|
|
410
|
-
>
|
|
411
|
-
> - **Node.js v20+:** Since v20, Node.js comes with a native `openAsBlob` function in [`node:fs`](https://nodejs.org/docs/latest-v20.x/api/fs.html#fsopenasblobpath-options).
|
|
412
|
-
> - **Bun:** The native [`Bun.file`](https://bun.sh/docs/api/file-io#reading-files-bun-file) function produces a file handle that can be used for streaming file uploads.
|
|
413
|
-
> - **Browsers:** All supported browsers return an instance to a [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) when reading the value from an `<input type="file">` element.
|
|
414
|
-
> - **Node.js v18:** A file stream can be created using the `fileFrom` helper from [`fetch-blob/from.js`](https://www.npmjs.com/package/fetch-blob).
|
|
415
|
-
|
|
416
|
-
```typescript
|
|
417
|
-
import { CeStorefront } from "ce-storefront";
|
|
418
|
-
import { openAsBlob } from "node:fs";
|
|
419
|
-
|
|
420
|
-
const ceStorefront = new CeStorefront({
|
|
421
|
-
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
422
|
-
});
|
|
423
|
-
|
|
424
|
-
async function run() {
|
|
425
|
-
const result = await ceStorefront.auth.user.addProfileImage({
|
|
426
|
-
id: "<id>",
|
|
427
|
-
requestBody: {
|
|
428
|
-
image: await openAsBlob("example.file"),
|
|
429
|
-
},
|
|
430
|
-
});
|
|
431
|
-
|
|
432
|
-
// Handle the result
|
|
433
|
-
console.log(result);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
run();
|
|
437
|
-
|
|
438
|
-
```
|
|
439
|
-
<!-- End File uploads [file-upload] -->
|
|
440
|
-
|
|
441
255
|
<!-- Start Retries [retries] -->
|
|
442
256
|
## Retries
|
|
443
257
|
|
|
@@ -452,7 +266,9 @@ const ceStorefront = new CeStorefront({
|
|
|
452
266
|
});
|
|
453
267
|
|
|
454
268
|
async function run() {
|
|
455
|
-
const result = await ceStorefront.catalog.
|
|
269
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
270
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
271
|
+
}, {
|
|
456
272
|
retries: {
|
|
457
273
|
strategy: "backoff",
|
|
458
274
|
backoff: {
|
|
@@ -492,7 +308,9 @@ const ceStorefront = new CeStorefront({
|
|
|
492
308
|
});
|
|
493
309
|
|
|
494
310
|
async function run() {
|
|
495
|
-
const result = await ceStorefront.catalog.
|
|
311
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
312
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
313
|
+
});
|
|
496
314
|
|
|
497
315
|
// Handle the result
|
|
498
316
|
console.log(result);
|
|
@@ -506,18 +324,23 @@ run();
|
|
|
506
324
|
<!-- Start Error Handling [errors] -->
|
|
507
325
|
## Error Handling
|
|
508
326
|
|
|
509
|
-
Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `
|
|
327
|
+
Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `listProducts` method may throw the following errors:
|
|
510
328
|
|
|
511
329
|
| Error Type | Status Code | Content Type |
|
|
512
330
|
| ------------------- | ----------- | ---------------- |
|
|
513
331
|
| errors.Unauthorized | 401 | application/json |
|
|
332
|
+
| errors.NotFound | 404 | application/json |
|
|
514
333
|
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
515
334
|
|
|
516
335
|
If the method throws an error and it is not captured by the known errors, it will default to throwing a `CeError`.
|
|
517
336
|
|
|
518
337
|
```typescript
|
|
519
338
|
import { CeStorefront } from "ce-storefront";
|
|
520
|
-
import {
|
|
339
|
+
import {
|
|
340
|
+
NotFound,
|
|
341
|
+
SDKValidationError,
|
|
342
|
+
Unauthorized,
|
|
343
|
+
} from "ce-storefront/models/errors";
|
|
521
344
|
|
|
522
345
|
const ceStorefront = new CeStorefront({
|
|
523
346
|
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
@@ -526,7 +349,9 @@ const ceStorefront = new CeStorefront({
|
|
|
526
349
|
async function run() {
|
|
527
350
|
let result;
|
|
528
351
|
try {
|
|
529
|
-
result = await ceStorefront.catalog.
|
|
352
|
+
result = await ceStorefront.catalog.listProducts({
|
|
353
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
354
|
+
});
|
|
530
355
|
|
|
531
356
|
// Handle the result
|
|
532
357
|
console.log(result);
|
|
@@ -545,6 +370,11 @@ async function run() {
|
|
|
545
370
|
console.error(err);
|
|
546
371
|
return;
|
|
547
372
|
}
|
|
373
|
+
case (err instanceof NotFound): {
|
|
374
|
+
// Handle err.data$: NotFoundData
|
|
375
|
+
console.error(err);
|
|
376
|
+
return;
|
|
377
|
+
}
|
|
548
378
|
default: {
|
|
549
379
|
// Other errors such as network errors, see HTTPClientErrors for more details
|
|
550
380
|
throw err;
|
|
@@ -595,7 +425,9 @@ const ceStorefront = new CeStorefront({
|
|
|
595
425
|
});
|
|
596
426
|
|
|
597
427
|
async function run() {
|
|
598
|
-
const result = await ceStorefront.catalog.
|
|
428
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
429
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
430
|
+
});
|
|
599
431
|
|
|
600
432
|
// Handle the result
|
|
601
433
|
console.log(result);
|
|
@@ -618,7 +450,35 @@ const ceStorefront = new CeStorefront({
|
|
|
618
450
|
});
|
|
619
451
|
|
|
620
452
|
async function run() {
|
|
621
|
-
const result = await ceStorefront.catalog.
|
|
453
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
454
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
455
|
+
});
|
|
456
|
+
|
|
457
|
+
// Handle the result
|
|
458
|
+
console.log(result);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
run();
|
|
462
|
+
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
### Override Server URL Per-Operation
|
|
466
|
+
|
|
467
|
+
The server URL can also be overridden on a per-operation basis, provided a server list was specified for the operation. For example:
|
|
468
|
+
```typescript
|
|
469
|
+
import { CeStorefront } from "ce-storefront";
|
|
470
|
+
|
|
471
|
+
const ceStorefront = new CeStorefront({
|
|
472
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
473
|
+
});
|
|
474
|
+
|
|
475
|
+
async function run() {
|
|
476
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
477
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
478
|
+
}, {
|
|
479
|
+
serverURL:
|
|
480
|
+
"https://staging.api.commercengine.io/api/v1/x2yh61zw4k/storefront",
|
|
481
|
+
});
|
|
622
482
|
|
|
623
483
|
// Handle the result
|
|
624
484
|
console.log(result);
|
|
@@ -698,7 +558,9 @@ const ceStorefront = new CeStorefront({
|
|
|
698
558
|
});
|
|
699
559
|
|
|
700
560
|
async function run() {
|
|
701
|
-
const result = await ceStorefront.catalog.
|
|
561
|
+
const result = await ceStorefront.catalog.listProducts({
|
|
562
|
+
sortBy: "{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}",
|
|
563
|
+
});
|
|
702
564
|
|
|
703
565
|
// Handle the result
|
|
704
566
|
console.log(result);
|
|
@@ -717,7 +579,7 @@ import { CeStorefront } from "ce-storefront";
|
|
|
717
579
|
const ceStorefront = new CeStorefront();
|
|
718
580
|
|
|
719
581
|
async function run() {
|
|
720
|
-
const result = await ceStorefront.auth.
|
|
582
|
+
const result = await ceStorefront.auth.getAnonymousToken({
|
|
721
583
|
xApiKey: "<YOUR_API_KEY_HERE>",
|
|
722
584
|
});
|
|
723
585
|
|