ce-storefront 0.16.0 → 0.16.2
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/docs/sdks/auth/README.md +10 -10
- package/docs/sdks/carts/README.md +17 -15
- package/docs/sdks/catalog/README.md +11 -11
- package/docs/sdks/common/README.md +1 -1
- package/docs/sdks/customers/README.md +7 -7
- package/docs/sdks/orders/README.md +7 -7
- package/docs/sdks/shipping/README.md +3 -3
- package/esm/funcs/authGenerateOtp.d.ts +1 -1
- package/esm/funcs/authGenerateOtp.js +1 -1
- package/esm/funcs/authGetAnonymousToken.d.ts +1 -1
- package/esm/funcs/authGetAnonymousToken.js +1 -1
- package/esm/funcs/authGetUserDetail.d.ts +1 -1
- package/esm/funcs/authGetUserDetail.js +1 -1
- package/esm/funcs/authLoginWithEmail.d.ts +1 -1
- package/esm/funcs/authLoginWithEmail.js +1 -1
- package/esm/funcs/authLoginWithPhone.d.ts +1 -1
- package/esm/funcs/authLoginWithPhone.js +1 -1
- package/esm/funcs/authLoginWithWhatsapp.d.ts +1 -1
- package/esm/funcs/authLoginWithWhatsapp.js +1 -1
- package/esm/funcs/authLogout.d.ts +1 -1
- package/esm/funcs/authLogout.js +1 -1
- package/esm/funcs/authRefreshToken.d.ts +1 -1
- package/esm/funcs/authRefreshToken.js +1 -1
- package/esm/funcs/authUpdateUser.d.ts +1 -1
- package/esm/funcs/authUpdateUser.js +1 -1
- package/esm/funcs/authVerifyOtp.d.ts +1 -1
- package/esm/funcs/authVerifyOtp.js +1 -1
- package/esm/funcs/cartsAddShippingMethod.d.ts +1 -1
- package/esm/funcs/cartsAddShippingMethod.js +1 -1
- package/esm/funcs/cartsApplyCoupon.d.ts +1 -1
- package/esm/funcs/cartsApplyCoupon.js +1 -1
- package/esm/funcs/cartsCreateCart.d.ts +1 -1
- package/esm/funcs/cartsCreateCart.js +1 -1
- package/esm/funcs/cartsCreateCartAddress.d.ts +1 -1
- package/esm/funcs/cartsCreateCartAddress.js +1 -1
- package/esm/funcs/cartsDeleteCart.d.ts +1 -1
- package/esm/funcs/cartsDeleteCart.js +1 -1
- package/esm/funcs/cartsGetCart.d.ts +1 -1
- package/esm/funcs/cartsGetCart.js +1 -1
- package/esm/funcs/cartsGetUserCart.d.ts +1 -1
- package/esm/funcs/cartsGetUserCart.js +1 -1
- package/esm/funcs/cartsRedeemLoyaltyPoints.d.ts +1 -1
- package/esm/funcs/cartsRedeemLoyaltyPoints.js +1 -1
- package/esm/funcs/cartsRemoveCoupon.d.ts +1 -1
- package/esm/funcs/cartsRemoveCoupon.js +1 -1
- package/esm/funcs/cartsRemoveLoyaltyPoints.d.ts +1 -1
- package/esm/funcs/cartsRemoveLoyaltyPoints.js +1 -1
- package/esm/funcs/cartsRemoveUserCart.d.ts +1 -1
- package/esm/funcs/cartsRemoveUserCart.js +1 -1
- package/esm/funcs/cartsUpdateCart.d.ts +1 -1
- package/esm/funcs/cartsUpdateCart.js +1 -1
- package/esm/funcs/cartsUpdateFulfillmentPreference.d.ts +1 -1
- package/esm/funcs/cartsUpdateFulfillmentPreference.js +4 -2
- package/esm/funcs/cartsUpdateFulfillmentPreference.js.map +1 -1
- package/esm/funcs/catalogGetProductDetail.d.ts +1 -1
- package/esm/funcs/catalogGetProductDetail.js +1 -1
- package/esm/funcs/catalogGetVariantDetail.d.ts +1 -1
- package/esm/funcs/catalogGetVariantDetail.js +1 -1
- package/esm/funcs/catalogListCategories.d.ts +1 -1
- package/esm/funcs/catalogListCategories.js +1 -1
- package/esm/funcs/catalogListCrosssellProducts.d.ts +1 -1
- package/esm/funcs/catalogListCrosssellProducts.js +1 -1
- package/esm/funcs/catalogListProductReviews.d.ts +1 -1
- package/esm/funcs/catalogListProductReviews.js +1 -1
- package/esm/funcs/catalogListProductVariants.d.ts +1 -1
- package/esm/funcs/catalogListProductVariants.js +1 -1
- package/esm/funcs/catalogListProducts.d.ts +1 -1
- package/esm/funcs/catalogListProducts.js +1 -1
- package/esm/funcs/catalogListSimilarProducts.d.ts +1 -1
- package/esm/funcs/catalogListSimilarProducts.js +1 -1
- package/esm/funcs/catalogListSkus.d.ts +1 -1
- package/esm/funcs/catalogListSkus.js +1 -1
- package/esm/funcs/catalogListUpsellProducts.d.ts +1 -1
- package/esm/funcs/catalogListUpsellProducts.js +1 -1
- package/esm/funcs/catalogSearchProducts.d.ts +1 -1
- package/esm/funcs/catalogSearchProducts.js +1 -1
- package/esm/funcs/commonListCountryPincodes.d.ts +1 -1
- package/esm/funcs/commonListCountryPincodes.js +1 -1
- package/esm/funcs/customersCreateAddress.d.ts +1 -1
- package/esm/funcs/customersCreateAddress.js +1 -1
- package/esm/funcs/customersDeleteAddress.d.ts +1 -1
- package/esm/funcs/customersDeleteAddress.js +1 -1
- package/esm/funcs/customersGetAddressDetail.d.ts +1 -1
- package/esm/funcs/customersGetAddressDetail.js +1 -1
- package/esm/funcs/customersGetLoyaltyDetails.d.ts +1 -1
- package/esm/funcs/customersGetLoyaltyDetails.js +1 -1
- package/esm/funcs/customersListAddresses.d.ts +1 -1
- package/esm/funcs/customersListAddresses.js +1 -1
- package/esm/funcs/customersListUserReviews.d.ts +1 -1
- package/esm/funcs/customersListUserReviews.js +1 -1
- package/esm/funcs/customersUpdateAddressDetail.d.ts +1 -1
- package/esm/funcs/customersUpdateAddressDetail.js +1 -1
- package/esm/funcs/ordersCancelOrder.d.ts +1 -1
- package/esm/funcs/ordersCancelOrder.js +1 -1
- package/esm/funcs/ordersCreateOrder.d.ts +1 -1
- package/esm/funcs/ordersCreateOrder.js +1 -1
- package/esm/funcs/ordersGetOrderDetail.d.ts +1 -1
- package/esm/funcs/ordersGetOrderDetail.js +1 -1
- package/esm/funcs/ordersGetPaymentStatus.d.ts +1 -1
- package/esm/funcs/ordersGetPaymentStatus.js +1 -1
- package/esm/funcs/ordersListOrderShipments.d.ts +1 -1
- package/esm/funcs/ordersListOrderShipments.js +1 -1
- package/esm/funcs/ordersListOrders.d.ts +1 -1
- package/esm/funcs/ordersListOrders.js +1 -1
- package/esm/funcs/ordersRetryOrderPayment.d.ts +1 -1
- package/esm/funcs/ordersRetryOrderPayment.js +1 -1
- package/esm/funcs/shippingCheckServiceability.d.ts +1 -1
- package/esm/funcs/shippingCheckServiceability.js +1 -1
- package/esm/funcs/shippingFulfillmentOptions.d.ts +1 -1
- package/esm/funcs/shippingFulfillmentOptions.js +1 -1
- package/esm/funcs/shippingShippingMethods.d.ts +1 -1
- package/esm/funcs/shippingShippingMethods.js +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/components/anonymoususer.d.ts +1 -1
- package/esm/models/components/appliedcoupon.d.ts +1 -1
- package/esm/models/components/appliedpromotion.d.ts +1 -1
- package/esm/models/components/banktransfer.d.ts +1 -1
- package/esm/models/components/booleanattribute.d.ts +1 -1
- package/esm/models/components/cardpayment.d.ts +1 -1
- package/esm/models/components/cart.d.ts +1 -12
- package/esm/models/components/cart.d.ts.map +1 -1
- package/esm/models/components/cart.js +0 -21
- package/esm/models/components/cart.js.map +1 -1
- package/esm/models/components/cartbasedserviceabilitycheck.d.ts +1 -1
- package/esm/models/components/cartitem.d.ts +1 -1
- package/esm/models/components/category.d.ts +1 -1
- package/esm/models/components/collectinstore.d.ts +1 -1
- package/esm/models/components/collectinstorefulfillment.d.ts +1 -1
- package/esm/models/components/colorattribute.d.ts +1 -1
- package/esm/models/components/coloroption.d.ts +1 -1
- package/esm/models/components/currency.d.ts +1 -1
- package/esm/models/components/customeraddress.d.ts +1 -1
- package/esm/models/components/customeraddressinput.d.ts +1 -1
- package/esm/models/components/customerloyalty.d.ts +1 -1
- package/esm/models/components/customerreadyforreview.d.ts +1 -1
- package/esm/models/components/customerreview.d.ts +1 -1
- package/esm/models/components/dateattribute.d.ts +1 -1
- package/esm/models/components/deliveryfulfillment.d.ts +3 -3
- package/esm/models/components/deliveryfulfillment.d.ts.map +1 -1
- package/esm/models/components/deliveryfulfillment.js +2 -2
- package/esm/models/components/deliveryfulfillment.js.map +1 -1
- package/esm/models/components/deliveryfulfillmentinput.d.ts +36 -0
- package/esm/models/components/deliveryfulfillmentinput.d.ts.map +1 -0
- package/esm/models/components/deliveryfulfillmentinput.js +48 -0
- package/esm/models/components/deliveryfulfillmentinput.js.map +1 -0
- package/esm/models/components/discountbasedpromotion.d.ts +1 -1
- package/esm/models/components/fixedpricepromotion.d.ts +1 -1
- package/esm/models/components/freegoodspromotion.d.ts +1 -1
- package/esm/models/components/fulfillmentitem.d.ts +40 -0
- package/esm/models/components/fulfillmentitem.d.ts.map +1 -0
- package/esm/models/components/fulfillmentitem.js +54 -0
- package/esm/models/components/fulfillmentitem.js.map +1 -0
- package/esm/models/components/fulfillmentiteminput.d.ts +36 -0
- package/esm/models/components/fulfillmentiteminput.d.ts.map +1 -0
- package/esm/models/components/fulfillmentiteminput.js +46 -0
- package/esm/models/components/fulfillmentiteminput.js.map +1 -0
- package/esm/models/components/fulfillmentpreference.d.ts +15 -3
- package/esm/models/components/fulfillmentpreference.d.ts.map +1 -1
- package/esm/models/components/fulfillmentpreference.js +12 -6
- package/esm/models/components/fulfillmentpreference.js.map +1 -1
- package/esm/models/components/fulfillmentpreferenceinput.d.ts +43 -0
- package/esm/models/components/fulfillmentpreferenceinput.d.ts.map +1 -0
- package/esm/models/components/fulfillmentpreferenceinput.js +44 -0
- package/esm/models/components/fulfillmentpreferenceinput.js.map +1 -0
- package/esm/models/components/generateotpwithemail.d.ts +1 -1
- package/esm/models/components/generateotpwithphone.d.ts +1 -1
- package/esm/models/components/index.d.ts +4 -1
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +4 -1
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/item.d.ts +1 -1
- package/esm/models/components/juspaypaymentgatewayparams.d.ts +1 -1
- package/esm/models/components/juspaypaymentinfo.d.ts +1 -1
- package/esm/models/components/lotbatchdetail.d.ts +1 -1
- package/esm/models/components/multiselectattribute.d.ts +1 -1
- package/esm/models/components/netbankingpayment.d.ts +1 -1
- package/esm/models/components/notificationchannelpreferences.d.ts +1 -1
- package/esm/models/components/notificationpreferences.d.ts +1 -1
- package/esm/models/components/numberattribute.d.ts +1 -1
- package/esm/models/components/order.d.ts +1 -12
- package/esm/models/components/order.d.ts.map +1 -1
- package/esm/models/components/order.js +0 -21
- package/esm/models/components/order.js.map +1 -1
- package/esm/models/components/orderdetail.d.ts +1 -12
- package/esm/models/components/orderdetail.d.ts.map +1 -1
- package/esm/models/components/orderdetail.js +0 -21
- package/esm/models/components/orderdetail.js.map +1 -1
- package/esm/models/components/orderitem.d.ts +1 -1
- package/esm/models/components/orderlist.d.ts +1 -1
- package/esm/models/components/orderpayment.d.ts +1 -1
- package/esm/models/components/ordershipment.d.ts +1 -1
- package/esm/models/components/pagination.d.ts +1 -1
- package/esm/models/components/partialcollectanddelivery.d.ts +27 -115
- package/esm/models/components/partialcollectanddelivery.d.ts.map +1 -1
- package/esm/models/components/partialcollectanddelivery.js +30 -138
- package/esm/models/components/partialcollectanddelivery.js.map +1 -1
- package/esm/models/components/partialcollectanddeliveryinput.d.ts +25 -105
- package/esm/models/components/partialcollectanddeliveryinput.d.ts.map +1 -1
- package/esm/models/components/partialcollectanddeliveryinput.js +28 -118
- package/esm/models/components/partialcollectanddeliveryinput.js.map +1 -1
- package/esm/models/components/paymentgateway.d.ts +2 -2
- package/esm/models/components/paymentgateway.js +1 -1
- package/esm/models/components/paymentgatewayparams.d.ts +1 -1
- package/esm/models/components/payupaymentgatewayparams.d.ts +1 -1
- package/esm/models/components/payupaymentinfo.d.ts +1 -1
- package/esm/models/components/pincode.d.ts +1 -1
- package/esm/models/components/pincodeserviceability.d.ts +1 -1
- package/esm/models/components/product.d.ts +1 -1
- package/esm/models/components/productattribute.d.ts +1 -1
- package/esm/models/components/productbundleitem.d.ts +1 -1
- package/esm/models/components/productcategory.d.ts +1 -1
- package/esm/models/components/productdetail.d.ts +1 -1
- package/esm/models/components/productimage.d.ts +1 -1
- package/esm/models/components/productpricing.d.ts +1 -1
- package/esm/models/components/productpromotion.d.ts +1 -1
- package/esm/models/components/productreview.d.ts +1 -1
- package/esm/models/components/productshipping.d.ts +1 -1
- package/esm/models/components/productsubscription.d.ts +1 -1
- package/esm/models/components/productvideo.d.ts +1 -1
- package/esm/models/components/searchproduct.d.ts +1 -1
- package/esm/models/components/seo.d.ts +1 -1
- package/esm/models/components/shipmentitem.d.ts +1 -1
- package/esm/models/components/singleselectattribute.d.ts +1 -1
- package/esm/models/components/singleselectoption.d.ts +1 -1
- package/esm/models/components/textattribute.d.ts +1 -1
- package/esm/models/components/updatecartitem.d.ts +1 -1
- package/esm/models/components/upipayment.d.ts +1 -1
- package/esm/models/components/user.d.ts +2 -2
- package/esm/models/components/variant.d.ts +1 -1
- package/esm/models/components/variantdetail.d.ts +1 -1
- package/esm/models/components/variantoption.d.ts +1 -1
- package/esm/models/components/volumebasedpromotion.d.ts +1 -1
- package/esm/models/components/walletpayment.d.ts +1 -1
- package/esm/models/operations/createaddress.d.ts +1 -1
- package/esm/models/operations/getaddressdetail.d.ts +1 -1
- package/esm/models/operations/listaddresses.d.ts +1 -1
- package/esm/models/operations/updateaddressdetail.d.ts +1 -1
- package/esm/models/operations/updatefulfillmentpreference.d.ts +32 -23
- package/esm/models/operations/updatefulfillmentpreference.d.ts.map +1 -1
- package/esm/models/operations/updatefulfillmentpreference.js +31 -41
- package/esm/models/operations/updatefulfillmentpreference.js.map +1 -1
- package/esm/sdk/auth.d.ts +10 -10
- package/esm/sdk/auth.js +10 -10
- package/esm/sdk/carts.d.ts +13 -13
- package/esm/sdk/carts.js +13 -13
- package/esm/sdk/catalog.d.ts +11 -11
- package/esm/sdk/catalog.js +11 -11
- package/esm/sdk/common.d.ts +1 -1
- package/esm/sdk/common.js +1 -1
- package/esm/sdk/customers.d.ts +7 -7
- package/esm/sdk/customers.js +7 -7
- package/esm/sdk/orders.d.ts +7 -7
- package/esm/sdk/orders.js +7 -7
- package/esm/sdk/shipping.d.ts +3 -3
- package/esm/sdk/shipping.js +3 -3
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authGenerateOtp.ts +1 -1
- package/src/funcs/authGetAnonymousToken.ts +1 -1
- package/src/funcs/authGetUserDetail.ts +1 -1
- package/src/funcs/authLoginWithEmail.ts +1 -1
- package/src/funcs/authLoginWithPhone.ts +1 -1
- package/src/funcs/authLoginWithWhatsapp.ts +1 -1
- package/src/funcs/authLogout.ts +1 -1
- package/src/funcs/authRefreshToken.ts +1 -1
- package/src/funcs/authUpdateUser.ts +1 -1
- package/src/funcs/authVerifyOtp.ts +1 -1
- package/src/funcs/cartsAddShippingMethod.ts +1 -1
- package/src/funcs/cartsApplyCoupon.ts +1 -1
- package/src/funcs/cartsCreateCart.ts +1 -1
- package/src/funcs/cartsCreateCartAddress.ts +1 -1
- package/src/funcs/cartsDeleteCart.ts +1 -1
- package/src/funcs/cartsGetCart.ts +1 -1
- package/src/funcs/cartsGetUserCart.ts +1 -1
- package/src/funcs/cartsRedeemLoyaltyPoints.ts +1 -1
- package/src/funcs/cartsRemoveCoupon.ts +1 -1
- package/src/funcs/cartsRemoveLoyaltyPoints.ts +1 -1
- package/src/funcs/cartsRemoveUserCart.ts +1 -1
- package/src/funcs/cartsUpdateCart.ts +1 -1
- package/src/funcs/cartsUpdateFulfillmentPreference.ts +4 -2
- package/src/funcs/catalogGetProductDetail.ts +1 -1
- package/src/funcs/catalogGetVariantDetail.ts +1 -1
- package/src/funcs/catalogListCategories.ts +1 -1
- package/src/funcs/catalogListCrosssellProducts.ts +1 -1
- package/src/funcs/catalogListProductReviews.ts +1 -1
- package/src/funcs/catalogListProductVariants.ts +1 -1
- package/src/funcs/catalogListProducts.ts +1 -1
- package/src/funcs/catalogListSimilarProducts.ts +1 -1
- package/src/funcs/catalogListSkus.ts +1 -1
- package/src/funcs/catalogListUpsellProducts.ts +1 -1
- package/src/funcs/catalogSearchProducts.ts +1 -1
- package/src/funcs/commonListCountryPincodes.ts +1 -1
- package/src/funcs/customersCreateAddress.ts +1 -1
- package/src/funcs/customersDeleteAddress.ts +1 -1
- package/src/funcs/customersGetAddressDetail.ts +1 -1
- package/src/funcs/customersGetLoyaltyDetails.ts +1 -1
- package/src/funcs/customersListAddresses.ts +1 -1
- package/src/funcs/customersListUserReviews.ts +1 -1
- package/src/funcs/customersUpdateAddressDetail.ts +1 -1
- package/src/funcs/ordersCancelOrder.ts +1 -1
- package/src/funcs/ordersCreateOrder.ts +1 -1
- package/src/funcs/ordersGetOrderDetail.ts +1 -1
- package/src/funcs/ordersGetPaymentStatus.ts +1 -1
- package/src/funcs/ordersListOrderShipments.ts +1 -1
- package/src/funcs/ordersListOrders.ts +1 -1
- package/src/funcs/ordersRetryOrderPayment.ts +1 -1
- package/src/funcs/shippingCheckServiceability.ts +1 -1
- package/src/funcs/shippingFulfillmentOptions.ts +1 -1
- package/src/funcs/shippingShippingMethods.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/anonymoususer.ts +1 -1
- package/src/models/components/appliedcoupon.ts +1 -1
- package/src/models/components/appliedpromotion.ts +1 -1
- package/src/models/components/banktransfer.ts +1 -1
- package/src/models/components/booleanattribute.ts +1 -1
- package/src/models/components/cardpayment.ts +1 -1
- package/src/models/components/cart.ts +1 -36
- package/src/models/components/cartbasedserviceabilitycheck.ts +1 -1
- package/src/models/components/cartitem.ts +1 -1
- package/src/models/components/category.ts +1 -1
- package/src/models/components/collectinstore.ts +1 -1
- package/src/models/components/collectinstorefulfillment.ts +1 -1
- package/src/models/components/colorattribute.ts +1 -1
- package/src/models/components/coloroption.ts +1 -1
- package/src/models/components/currency.ts +1 -1
- package/src/models/components/customeraddress.ts +1 -1
- package/src/models/components/customeraddressinput.ts +1 -1
- package/src/models/components/customerloyalty.ts +1 -1
- package/src/models/components/customerreadyforreview.ts +1 -1
- package/src/models/components/customerreview.ts +1 -1
- package/src/models/components/dateattribute.ts +1 -1
- package/src/models/components/deliveryfulfillment.ts +5 -5
- package/src/models/components/deliveryfulfillmentinput.ts +90 -0
- package/src/models/components/discountbasedpromotion.ts +1 -1
- package/src/models/components/fixedpricepromotion.ts +1 -1
- package/src/models/components/freegoodspromotion.ts +1 -1
- package/src/models/components/fulfillmentitem.ts +98 -0
- package/src/models/components/fulfillmentiteminput.ts +88 -0
- package/src/models/components/fulfillmentpreference.ts +41 -13
- package/src/models/components/fulfillmentpreferenceinput.ts +121 -0
- package/src/models/components/generateotpwithemail.ts +1 -1
- package/src/models/components/generateotpwithphone.ts +1 -1
- package/src/models/components/index.ts +4 -1
- package/src/models/components/item.ts +1 -1
- package/src/models/components/juspaypaymentgatewayparams.ts +1 -1
- package/src/models/components/juspaypaymentinfo.ts +1 -1
- package/src/models/components/lotbatchdetail.ts +1 -1
- package/src/models/components/multiselectattribute.ts +1 -1
- package/src/models/components/netbankingpayment.ts +1 -1
- package/src/models/components/notificationchannelpreferences.ts +1 -1
- package/src/models/components/notificationpreferences.ts +1 -1
- package/src/models/components/numberattribute.ts +1 -1
- package/src/models/components/order.ts +1 -36
- package/src/models/components/orderdetail.ts +1 -36
- package/src/models/components/orderitem.ts +1 -1
- package/src/models/components/orderlist.ts +1 -1
- package/src/models/components/orderpayment.ts +1 -1
- package/src/models/components/ordershipment.ts +1 -1
- package/src/models/components/pagination.ts +1 -1
- package/src/models/components/partialcollectanddelivery.ts +71 -254
- package/src/models/components/partialcollectanddeliveryinput.ts +59 -265
- package/src/models/components/paymentgateway.ts +2 -2
- package/src/models/components/paymentgatewayparams.ts +1 -1
- package/src/models/components/payupaymentgatewayparams.ts +1 -1
- package/src/models/components/payupaymentinfo.ts +1 -1
- package/src/models/components/pincode.ts +1 -1
- package/src/models/components/pincodeserviceability.ts +1 -1
- package/src/models/components/product.ts +1 -1
- package/src/models/components/productattribute.ts +1 -1
- package/src/models/components/productbundleitem.ts +1 -1
- package/src/models/components/productcategory.ts +1 -1
- package/src/models/components/productdetail.ts +1 -1
- package/src/models/components/productimage.ts +1 -1
- package/src/models/components/productpricing.ts +1 -1
- package/src/models/components/productpromotion.ts +1 -1
- package/src/models/components/productreview.ts +1 -1
- package/src/models/components/productshipping.ts +1 -1
- package/src/models/components/productsubscription.ts +1 -1
- package/src/models/components/productvideo.ts +1 -1
- package/src/models/components/searchproduct.ts +1 -1
- package/src/models/components/seo.ts +1 -1
- package/src/models/components/shipmentitem.ts +1 -1
- package/src/models/components/singleselectattribute.ts +1 -1
- package/src/models/components/singleselectoption.ts +1 -1
- package/src/models/components/textattribute.ts +1 -1
- package/src/models/components/updatecartitem.ts +1 -1
- package/src/models/components/upipayment.ts +1 -1
- package/src/models/components/user.ts +2 -2
- package/src/models/components/variant.ts +1 -1
- package/src/models/components/variantdetail.ts +1 -1
- package/src/models/components/variantoption.ts +1 -1
- package/src/models/components/volumebasedpromotion.ts +1 -1
- package/src/models/components/walletpayment.ts +1 -1
- package/src/models/operations/createaddress.ts +1 -1
- package/src/models/operations/getaddressdetail.ts +1 -1
- package/src/models/operations/listaddresses.ts +1 -1
- package/src/models/operations/updateaddressdetail.ts +1 -1
- package/src/models/operations/updatefulfillmentpreference.ts +75 -90
- package/src/sdk/auth.ts +10 -10
- package/src/sdk/carts.ts +13 -13
- package/src/sdk/catalog.ts +11 -11
- package/src/sdk/common.ts +1 -1
- package/src/sdk/customers.ts +7 -7
- package/src/sdk/orders.ts +7 -7
- package/src/sdk/shipping.ts +3 -3
- package/esm/models/components/fulfillmenttype.d.ts +0 -37
- package/esm/models/components/fulfillmenttype.d.ts.map +0 -1
- package/esm/models/components/fulfillmenttype.js +0 -28
- package/esm/models/components/fulfillmenttype.js.map +0 -1
- package/src/models/components/fulfillmenttype.ts +0 -40
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* The Refresh Access Token API is an integral component designed to enhance security and user experience. It enables clients to refresh their access tokens seamlessly, extending user sessions without compromising security.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/refresh-token} - API reference for the refresh-token operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/refresh-token} - API reference for the refresh-token operation
|
|
20
20
|
*/
|
|
21
21
|
export function authRefreshToken(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* The Update User API helps to efficiently modify and enhance user information within the system, ensuring that user profiles remain accurate and up-to-date. This API provides a secure and flexible mechanism for updating specific details while maintaining adherence to established conventions.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-user} - API reference for the update-user operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-user} - API reference for the update-user operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function authUpdateUser(client: CeStorefrontCore, request: operations.UpdateUserRequest, options?: RequestOptions): APIPromise<Result<operations.UpdateUserResponseBody, errors.BadRequest | errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=authUpdateUser.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* The Update User API helps to efficiently modify and enhance user information within the system, ensuring that user profiles remain accurate and up-to-date. This API provides a secure and flexible mechanism for updating specific details while maintaining adherence to established conventions.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-user} - API reference for the update-user operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-user} - API reference for the update-user operation
|
|
20
20
|
*/
|
|
21
21
|
export function authUpdateUser(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* This API endpoint allows you to verify a one-time password (OTP) for authentication purposes. By sending a request to this endpoint with the necessary parameters, you can confirm the validity of the OTP provided by the user.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/verify-otp} - API reference for the verify-otp operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/verify-otp} - API reference for the verify-otp operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function authVerifyOtp(client: CeStorefrontCore, request: operations.VerifyOtpRequestBody, options?: RequestOptions): APIPromise<Result<operations.VerifyOtpResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=authVerifyOtp.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* This API endpoint allows you to verify a one-time password (OTP) for authentication purposes. By sending a request to this endpoint with the necessary parameters, you can confirm the validity of the OTP provided by the user.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/verify-otp} - API reference for the verify-otp operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/verify-otp} - API reference for the verify-otp operation
|
|
20
20
|
*/
|
|
21
21
|
export function authVerifyOtp(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Update preferred shipping method and courier.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-shipping-method} - API reference for the update-shipping-method operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-shipping-method} - API reference for the update-shipping-method operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsAddShippingMethod(client: CeStorefrontCore, request: operations.UpdateShippingMethodRequest, options?: RequestOptions): APIPromise<Result<operations.UpdateShippingMethodResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsAddShippingMethod.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Update preferred shipping method and courier.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-shipping-method} - API reference for the update-shipping-method operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-shipping-method} - API reference for the update-shipping-method operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsAddShippingMethod(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Apply coupon
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/apply-coupon} - API reference for the apply-coupon operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/apply-coupon} - API reference for the apply-coupon operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsApplyCoupon(client: CeStorefrontCore, request: operations.ApplyCouponRequest, options?: RequestOptions): APIPromise<Result<operations.ApplyCouponResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsApplyCoupon.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Apply coupon
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/apply-coupon} - API reference for the apply-coupon operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/apply-coupon} - API reference for the apply-coupon operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsApplyCoupon(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Create cart
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-cart} - API reference for the create-cart operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-cart} - API reference for the create-cart operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsCreateCart(client: CeStorefrontCore, request: operations.CreateCartRequestBody, options?: RequestOptions): APIPromise<Result<operations.CreateCartResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsCreateCart.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Create cart
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-cart} - API reference for the create-cart operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-cart} - API reference for the create-cart operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsCreateCart(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Update billing and shipping address
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-cart-address} - API reference for the create-cart-address operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-cart-address} - API reference for the create-cart-address operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsCreateCartAddress(client: CeStorefrontCore, request: operations.CreateCartAddressRequest, options?: RequestOptions): APIPromise<Result<operations.CreateCartAddressResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsCreateCartAddress.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Update billing and shipping address
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-cart-address} - API reference for the create-cart-address operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-cart-address} - API reference for the create-cart-address operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsCreateCartAddress(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* delete all items from the cart.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-cart} - API reference for the delete-cart operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-cart} - API reference for the delete-cart operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsDeleteCart(client: CeStorefrontCore, request: operations.DeleteCartRequest, options?: RequestOptions): APIPromise<Result<operations.DeleteCartResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsDeleteCart.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* delete all items from the cart.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-cart} - API reference for the delete-cart operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-cart} - API reference for the delete-cart operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsDeleteCart(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieve cart detail
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-cart} - API reference for the get-cart operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-cart} - API reference for the get-cart operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsGetCart(client: CeStorefrontCore, request: operations.GetCartRequest, options?: RequestOptions): APIPromise<Result<operations.GetCartResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsGetCart.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve cart detail
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-cart} - API reference for the get-cart operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-cart} - API reference for the get-cart operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsGetCart(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieve cart detail using user id
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-user-cart} - API reference for the get-user-cart operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-user-cart} - API reference for the get-user-cart operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsGetUserCart(client: CeStorefrontCore, request: operations.GetUserCartRequest, options?: RequestOptions): APIPromise<Result<operations.GetUserCartResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsGetUserCart.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve cart detail using user id
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-user-cart} - API reference for the get-user-cart operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-user-cart} - API reference for the get-user-cart operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsGetUserCart(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Redeem loyalty points
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/redeem-loyalty-points} - API reference for the redeem-loyalty-points operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/redeem-loyalty-points} - API reference for the redeem-loyalty-points operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsRedeemLoyaltyPoints(client: CeStorefrontCore, request: operations.RedeemLoyaltyPointsRequest, options?: RequestOptions): APIPromise<Result<operations.RedeemLoyaltyPointsResponseBody, errors.BadRequest | errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsRedeemLoyaltyPoints.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Redeem loyalty points
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/redeem-loyalty-points} - API reference for the redeem-loyalty-points operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/redeem-loyalty-points} - API reference for the redeem-loyalty-points operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsRedeemLoyaltyPoints(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* remove coupon from cart
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/remove-coupon} - API reference for the remove-coupon operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/remove-coupon} - API reference for the remove-coupon operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsRemoveCoupon(client: CeStorefrontCore, request: operations.RemoveCouponRequest, options?: RequestOptions): APIPromise<Result<operations.RemoveCouponResponseBody, errors.BadRequest | errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsRemoveCoupon.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* remove coupon from cart
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/remove-coupon} - API reference for the remove-coupon operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/remove-coupon} - API reference for the remove-coupon operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsRemoveCoupon(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Remove loyalty points applied in cart
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/remove-loyalty-points} - API reference for the remove-loyalty-points operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/remove-loyalty-points} - API reference for the remove-loyalty-points operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsRemoveLoyaltyPoints(client: CeStorefrontCore, request: operations.RemoveLoyaltyPointsRequest, options?: RequestOptions): APIPromise<Result<operations.RemoveLoyaltyPointsResponseBody, errors.BadRequest | errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsRemoveLoyaltyPoints.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Remove loyalty points applied in cart
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/remove-loyalty-points} - API reference for the remove-loyalty-points operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/remove-loyalty-points} - API reference for the remove-loyalty-points operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsRemoveLoyaltyPoints(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* delete all items from the cart using user id.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-user-cart} - API reference for the delete-user-cart operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-user-cart} - API reference for the delete-user-cart operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsRemoveUserCart(client: CeStorefrontCore, request: operations.DeleteUserCartRequest, options?: RequestOptions): APIPromise<Result<operations.DeleteUserCartResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsRemoveUserCart.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* delete all items from the cart using user id.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-user-cart} - API reference for the delete-user-cart operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-user-cart} - API reference for the delete-user-cart operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsRemoveUserCart(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Add Item to cart. To delete item from cart, pass quantity = 0
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-cart} - API reference for the update-cart operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-cart} - API reference for the update-cart operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsUpdateCart(client: CeStorefrontCore, request: operations.UpdateCartRequest, options?: RequestOptions): APIPromise<Result<operations.UpdateCartResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsUpdateCart.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Add Item to cart. To delete item from cart, pass quantity = 0
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-cart} - API reference for the update-cart operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-cart} - API reference for the update-cart operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsUpdateCart(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Update fulfillment preference
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-fulfillment-preference} - API reference for the update-fulfillment-preference operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-fulfillment-preference} - API reference for the update-fulfillment-preference operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function cartsUpdateFulfillmentPreference(client: CeStorefrontCore, request: operations.UpdateFulfillmentPreferenceRequest, options?: RequestOptions): APIPromise<Result<operations.UpdateFulfillmentPreferenceResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=cartsUpdateFulfillmentPreference.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Update fulfillment preference
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-fulfillment-preference} - API reference for the update-fulfillment-preference operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-fulfillment-preference} - API reference for the update-fulfillment-preference operation
|
|
20
20
|
*/
|
|
21
21
|
export function cartsUpdateFulfillmentPreference(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -27,7 +27,9 @@ async function $do(client, request, options) {
|
|
|
27
27
|
return [parsed, { status: "invalid" }];
|
|
28
28
|
}
|
|
29
29
|
const payload = parsed.value;
|
|
30
|
-
const body = encodeJSON("body", payload.
|
|
30
|
+
const body = encodeJSON("body", payload.FulfillmentPreference, {
|
|
31
|
+
explode: true,
|
|
32
|
+
});
|
|
31
33
|
const pathParams = {
|
|
32
34
|
id: encodeSimple("id", payload.id, {
|
|
33
35
|
explode: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cartsUpdateFulfillmentPreference.js","sourceRoot":"","sources":["../../src/funcs/cartsUpdateFulfillmentPreference.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,KAAK,CAAC,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAS3C,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AAGpD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGxD;;;;;;;GAOG;AACH,MAAM,UAAU,gCAAgC,CAC9C,MAAwB,EACxB,OAAsD,EACtD,OAAwB;IAiBxB,OAAO,IAAI,UAAU,CAAC,GAAG,CACvB,MAAM,EACN,OAAO,EACP,OAAO,CACR,CAAC,CAAC;AACL,CAAC;AAED,KAAK,UAAU,GAAG,CAChB,MAAwB,EACxB,OAAsD,EACtD,OAAwB;IAoBxB,MAAM,MAAM,GAAG,SAAS,CACtB,OAAO,EACP,CAAC,KAAK,EAAE,EAAE,CACR,UAAU,CAAC,iDAAiD,CAAC,KAAK,CAAC,KAAK,CAAC,EAC3E,yBAAyB,CAC1B,CAAC;IACF,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IACzC,CAAC;IACD,MAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;IAC7B,MAAM,IAAI,GAAG,UAAU,CAAC,MAAM,EAAE,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"cartsUpdateFulfillmentPreference.js","sourceRoot":"","sources":["../../src/funcs/cartsUpdateFulfillmentPreference.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieves the details of an existing product. Supply either the unique product ID or the unique slug, and Commerce Engine will return the corresponding product information.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-product-detail} - API reference for the get-product-detail operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-product-detail} - API reference for the get-product-detail operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogGetProductDetail(client: CeStorefrontCore, request: operations.GetProductDetailRequest, options?: RequestOptions): APIPromise<Result<operations.GetProductDetailResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogGetProductDetail.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieves the details of an existing product. Supply either the unique product ID or the unique slug, and Commerce Engine will return the corresponding product information.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-product-detail} - API reference for the get-product-detail operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-product-detail} - API reference for the get-product-detail operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogGetProductDetail(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieves the details of a particular variant. Supply the unique product ID, and variant ID.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-variant-detail} - API reference for the get-variant-detail operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-variant-detail} - API reference for the get-variant-detail operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogGetVariantDetail(client: CeStorefrontCore, request: operations.GetVariantDetailRequest, options?: RequestOptions): APIPromise<Result<operations.GetVariantDetailResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogGetVariantDetail.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieves the details of a particular variant. Supply the unique product ID, and variant ID.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-variant-detail} - API reference for the get-variant-detail operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-variant-detail} - API reference for the get-variant-detail operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogGetVariantDetail(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Returns a list of your product categories. The categories are returned sorted by creation date, with the most recently created categories appearing first.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-categories} - API reference for the list-categories operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-categories} - API reference for the list-categories operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListCategories(client: CeStorefrontCore, request: operations.ListCategoriesRequest, options?: RequestOptions): APIPromise<Result<operations.ListCategoriesResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListCategories.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Returns a list of your product categories. The categories are returned sorted by creation date, with the most recently created categories appearing first.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-categories} - API reference for the list-categories operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-categories} - API reference for the list-categories operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListCategories(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieves a list of products specified for cross selling. The cross-sell products are returned based on product ids specified in request param.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-crosssell-products} - API reference for the list-crosssell-products operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-crosssell-products} - API reference for the list-crosssell-products operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListCrosssellProducts(client: CeStorefrontCore, request: operations.ListCrosssellProductsRequest, options?: RequestOptions): APIPromise<Result<operations.ListCrosssellProductsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListCrosssellProducts.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieves a list of products specified for cross selling. The cross-sell products are returned based on product ids specified in request param.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-crosssell-products} - API reference for the list-crosssell-products operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-crosssell-products} - API reference for the list-crosssell-products operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListCrosssellProducts(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* List of reviews for a specified product. The reviews are returned sorted by submission date, with the most recent reviews appearing first. You can filter the reviews by rating, reviewer, or date for more detailed analysis.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-product-reviews} - API reference for the list-product-reviews operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-product-reviews} - API reference for the list-product-reviews operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListProductReviews(client: CeStorefrontCore, request: operations.ListProductReviewsRequest, options?: RequestOptions): APIPromise<Result<operations.ListProductReviewsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListProductReviews.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* List of reviews for a specified product. The reviews are returned sorted by submission date, with the most recent reviews appearing first. You can filter the reviews by rating, reviewer, or date for more detailed analysis.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-product-reviews} - API reference for the list-product-reviews operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-product-reviews} - API reference for the list-product-reviews operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListProductReviews(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieves the variants of an existing product. Supply the unique product ID, and Commerce Engine will return the corresponding product variants information.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-product-variants} - API reference for the list-product-variants operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-product-variants} - API reference for the list-product-variants operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListProductVariants(client: CeStorefrontCore, request: operations.ListProductVariantsRequest, options?: RequestOptions): APIPromise<Result<operations.ListProductVariantsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListProductVariants.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieves the variants of an existing product. Supply the unique product ID, and Commerce Engine will return the corresponding product variants information.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-product-variants} - API reference for the list-product-variants operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-product-variants} - API reference for the list-product-variants operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListProductVariants(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-products} - API reference for the list-products operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-products} - API reference for the list-products operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListProducts(client: CeStorefrontCore, request: operations.ListProductsRequest, options?: RequestOptions): APIPromise<Result<operations.ListProductsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListProducts.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-products} - API reference for the list-products operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-products} - API reference for the list-products operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListProducts(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieves a list of products similar to a specified product based on their attributes and category. The similar products are returned sorted by relevance, with the most closely matching products appearing first. Useful for providing product recommendations to your customers.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-similar-products} - API reference for the list-similar-products operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-similar-products} - API reference for the list-similar-products operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListSimilarProducts(client: CeStorefrontCore, request: operations.ListSimilarProductsRequest, options?: RequestOptions): APIPromise<Result<operations.ListSimilarProductsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListSimilarProducts.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieves a list of products similar to a specified product based on their attributes and category. The similar products are returned sorted by relevance, with the most closely matching products appearing first. Useful for providing product recommendations to your customers.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-similar-products} - API reference for the list-similar-products operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-similar-products} - API reference for the list-similar-products operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListSimilarProducts(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Returns a list of SKUs. The SKUs are returned sorted by creation date, with the most recently created SKUs appearing first.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-skus} - API reference for the list-skus operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-skus} - API reference for the list-skus operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListSkus(client: CeStorefrontCore, request: operations.ListSkusRequest, options?: RequestOptions): APIPromise<Result<operations.ListSkusResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListSkus.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Returns a list of SKUs. The SKUs are returned sorted by creation date, with the most recently created SKUs appearing first.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-skus} - API reference for the list-skus operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-skus} - API reference for the list-skus operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListSkus(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Retrieves a list of products specified for upsell. The upsell products are returned based on product ids specified in request param.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-upsell-products} - API reference for the list-upsell-products operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-upsell-products} - API reference for the list-upsell-products operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogListUpsellProducts(client: CeStorefrontCore, request: operations.ListUpsellProductsRequest, options?: RequestOptions): APIPromise<Result<operations.ListUpsellProductsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogListUpsellProducts.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieves a list of products specified for upsell. The upsell products are returned based on product ids specified in request param.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-upsell-products} - API reference for the list-upsell-products operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-upsell-products} - API reference for the list-upsell-products operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogListUpsellProducts(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* Search for products matching a specific words or characters given.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/search-products} - API reference for the search-products operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/search-products} - API reference for the search-products operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function catalogSearchProducts(client: CeStorefrontCore, request: operations.SearchProductsRequest, options?: RequestOptions): APIPromise<Result<operations.SearchProductsResponseBody, errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=catalogSearchProducts.d.ts.map
|