ce-storefront 0.16.1 → 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 -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 +1 -1
- package/esm/models/components/fulfillmentiteminput.d.ts +1 -1
- 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 +2 -0
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +2 -0
- 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 -1
- package/esm/models/components/orderdetail.d.ts +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 +3 -3
- package/esm/models/components/partialcollectanddelivery.d.ts.map +1 -1
- package/esm/models/components/partialcollectanddelivery.js +2 -2
- package/esm/models/components/partialcollectanddelivery.js.map +1 -1
- package/esm/models/components/partialcollectanddeliveryinput.d.ts +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 -1
- 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 +1 -1
- package/src/models/components/fulfillmentiteminput.ts +1 -1
- 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 +2 -0
- 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 -1
- package/src/models/components/orderdetail.ts +1 -1
- 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 +5 -5
- package/src/models/components/partialcollectanddeliveryinput.ts +1 -1
- 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
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Search for products matching a specific words or characters given.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/search-products} - API reference for the search-products operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/search-products} - API reference for the search-products operation
|
|
20
20
|
*/
|
|
21
21
|
export function catalogSearchProducts(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 pincodes
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-country-pincodes} - API reference for the list-country-pincodes operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-country-pincodes} - API reference for the list-country-pincodes operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function commonListCountryPincodes(client: CeStorefrontCore, request: operations.ListCountryPincodesRequest, options?: RequestOptions): APIPromise<Result<operations.ListCountryPincodesResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=commonListCountryPincodes.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve pincodes
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-country-pincodes} - API reference for the list-country-pincodes operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-country-pincodes} - API reference for the list-country-pincodes operation
|
|
20
20
|
*/
|
|
21
21
|
export function commonListCountryPincodes(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 new address
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-address} - API reference for the create-address operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-address} - API reference for the create-address operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersCreateAddress(client: CeStorefrontCore, request: operations.CreateAddressRequest, options?: RequestOptions): APIPromise<Result<operations.CreateAddressResponseBody, errors.BadRequest | errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersCreateAddress.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Add new address
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-address} - API reference for the create-address operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-address} - API reference for the create-address operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersCreateAddress(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 address
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-address} - API reference for the delete-address operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-address} - API reference for the delete-address operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersDeleteAddress(client: CeStorefrontCore, request: operations.DeleteAddressRequest, options?: RequestOptions): APIPromise<Result<operations.DeleteAddressResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersDeleteAddress.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Delete address
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/delete-address} - API reference for the delete-address operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/delete-address} - API reference for the delete-address operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersDeleteAddress(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 address
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-address-detail} - API reference for the get-address-detail operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-address-detail} - API reference for the get-address-detail operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersGetAddressDetail(client: CeStorefrontCore, request: operations.GetAddressDetailRequest, options?: RequestOptions): APIPromise<Result<operations.GetAddressDetailResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersGetAddressDetail.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve address
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-address-detail} - API reference for the get-address-detail operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-address-detail} - API reference for the get-address-detail operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersGetAddressDetail(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 loyalty details
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-loyalty-details} - API reference for the get-loyalty-details operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-loyalty-details} - API reference for the get-loyalty-details operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersGetLoyaltyDetails(client: CeStorefrontCore, request: operations.GetLoyaltyDetailsRequest, options?: RequestOptions): APIPromise<Result<operations.GetLoyaltyDetailsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersGetLoyaltyDetails.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve loyalty details
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-loyalty-details} - API reference for the get-loyalty-details operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-loyalty-details} - API reference for the get-loyalty-details operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersGetLoyaltyDetails(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 billing and shipping address of particular customer
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-addresses} - API reference for the list-addresses operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-addresses} - API reference for the list-addresses operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersListAddresses(client: CeStorefrontCore, request: operations.ListAddressesRequest, options?: RequestOptions): APIPromise<Result<operations.ListAddressesResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersListAddresses.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve billing and shipping address of particular customer
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-addresses} - API reference for the list-addresses operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-addresses} - API reference for the list-addresses operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersListAddresses(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 all reviews
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-user-reviews} - API reference for the list-user-reviews operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-user-reviews} - API reference for the list-user-reviews operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersListUserReviews(client: CeStorefrontCore, request: operations.ListUserReviewsRequest, options?: RequestOptions): APIPromise<Result<operations.ListUserReviewsResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersListUserReviews.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve all reviews
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-user-reviews} - API reference for the list-user-reviews operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-user-reviews} - API reference for the list-user-reviews operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersListUserReviews(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 address
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-address-detail} - API reference for the update-address-detail operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-address-detail} - API reference for the update-address-detail operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function customersUpdateAddressDetail(client: CeStorefrontCore, request: operations.UpdateAddressDetailRequest, options?: RequestOptions): APIPromise<Result<operations.UpdateAddressDetailResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=customersUpdateAddressDetail.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Update address
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/update-address-detail} - API reference for the update-address-detail operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/update-address-detail} - API reference for the update-address-detail operation
|
|
20
20
|
*/
|
|
21
21
|
export function customersUpdateAddressDetail(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
|
* Order cancellation
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/cancel-order} - API reference for the cancel-order operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/cancel-order} - API reference for the cancel-order operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function ordersCancelOrder(client: CeStorefrontCore, request: operations.CancelOrderRequest, options?: RequestOptions): APIPromise<Result<operations.CancelOrderResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=ordersCancelOrder.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Order cancellation
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/cancel-order} - API reference for the cancel-order operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/cancel-order} - API reference for the cancel-order operation
|
|
20
20
|
*/
|
|
21
21
|
export function ordersCancelOrder(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 new order
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-order} - API reference for the create-order operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-order} - API reference for the create-order operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function ordersCreateOrder(client: CeStorefrontCore, request: operations.CreateOrderRequestBody, options?: RequestOptions): APIPromise<Result<operations.CreateOrderResponseBody, errors.BadRequest | errors.Unauthorized | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=ordersCreateOrder.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Create new order
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/create-order} - API reference for the create-order operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/create-order} - API reference for the create-order operation
|
|
20
20
|
*/
|
|
21
21
|
export function ordersCreateOrder(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
|
* view particular order details
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-order-detail} - API reference for the get-order-detail operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-order-detail} - API reference for the get-order-detail operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function ordersGetOrderDetail(client: CeStorefrontCore, request: operations.GetOrderDetailRequest, options?: RequestOptions): APIPromise<Result<operations.GetOrderDetailResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=ordersGetOrderDetail.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* view particular order details
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-order-detail} - API reference for the get-order-detail operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-order-detail} - API reference for the get-order-detail operation
|
|
20
20
|
*/
|
|
21
21
|
export function ordersGetOrderDetail(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 payment status of a paricular order.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-payment-status} - API reference for the get-payment-status operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-payment-status} - API reference for the get-payment-status operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function ordersGetPaymentStatus(client: CeStorefrontCore, request: operations.GetPaymentStatusRequest, options?: RequestOptions): APIPromise<Result<operations.GetPaymentStatusResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=ordersGetPaymentStatus.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve payment status of a paricular order.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-payment-status} - API reference for the get-payment-status operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-payment-status} - API reference for the get-payment-status operation
|
|
20
20
|
*/
|
|
21
21
|
export function ordersGetPaymentStatus(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 order shipments
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-order-shipments} - API reference for the list-order-shipments operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-order-shipments} - API reference for the list-order-shipments operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function ordersListOrderShipments(client: CeStorefrontCore, request: operations.ListOrderShipmentsRequest, options?: RequestOptions): APIPromise<Result<operations.ListOrderShipmentsResponseBody, errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=ordersListOrderShipments.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Retrieve order shipments
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-order-shipments} - API reference for the list-order-shipments operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-order-shipments} - API reference for the list-order-shipments operation
|
|
20
20
|
*/
|
|
21
21
|
export function ordersListOrderShipments(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -13,7 +13,7 @@ import { Result } from "../types/fp.js";
|
|
|
13
13
|
* @remarks
|
|
14
14
|
* list customers all orders
|
|
15
15
|
*
|
|
16
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-orders} - API reference for the list-orders operation
|
|
16
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-orders} - API reference for the list-orders operation
|
|
17
17
|
*/
|
|
18
18
|
export declare function ordersListOrders(client: CeStorefrontCore, request: operations.ListOrdersRequest, options?: RequestOptions): APIPromise<Result<operations.ListOrdersResponseBody, CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
19
19
|
//# sourceMappingURL=ordersListOrders.d.ts.map
|
|
@@ -15,7 +15,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* list customers all orders
|
|
17
17
|
*
|
|
18
|
-
* @see {@link https://llm-docs.commercengine.io/operations/list-orders} - API reference for the list-orders operation
|
|
18
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/list-orders} - API reference for the list-orders operation
|
|
19
19
|
*/
|
|
20
20
|
export function ordersListOrders(client, request, options) {
|
|
21
21
|
return new APIPromise($do(client, request, options));
|
|
@@ -14,7 +14,7 @@ import { Result } from "../types/fp.js";
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* To generate new payment request if first payment request is failed or expired. Retry payment request can be made after 15 mins of last request or immediately after last payment request is marked as failed.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/retry-order-payment} - API reference for the retry-order-payment operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/retry-order-payment} - API reference for the retry-order-payment operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function ordersRetryOrderPayment(client: CeStorefrontCore, request: operations.RetryOrderPaymentRequest, options?: RequestOptions): APIPromise<Result<operations.RetryOrderPaymentResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=ordersRetryOrderPayment.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* To generate new payment request if first payment request is failed or expired. Retry payment request can be made after 15 mins of last request or immediately after last payment request is marked as failed.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/retry-order-payment} - API reference for the retry-order-payment operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/retry-order-payment} - API reference for the retry-order-payment operation
|
|
20
20
|
*/
|
|
21
21
|
export function ordersRetryOrderPayment(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
|
* Checking if delivery is available to the entered pincode based on shipping zones.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/operations/check-pincode-serviceability} - API reference for the check-pincode-serviceability operation
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/check-pincode-serviceability} - API reference for the check-pincode-serviceability operation
|
|
18
18
|
*/
|
|
19
19
|
export declare function shippingCheckServiceability(client: CeStorefrontCore, request: operations.CheckPincodeServiceabilityRequest, options?: RequestOptions): APIPromise<Result<operations.CheckPincodeServiceabilityResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
20
20
|
//# sourceMappingURL=shippingCheckServiceability.d.ts.map
|
|
@@ -16,7 +16,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* Checking if delivery is available to the entered pincode based on shipping zones.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/operations/check-pincode-serviceability} - API reference for the check-pincode-serviceability operation
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/check-pincode-serviceability} - API reference for the check-pincode-serviceability operation
|
|
20
20
|
*/
|
|
21
21
|
export function shippingCheckServiceability(client, request, options) {
|
|
22
22
|
return new APIPromise($do(client, request, options));
|
|
@@ -15,7 +15,7 @@ import { Result } from "../types/fp.js";
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* This endpoint returns the available fulfillment options for a given cart and delivery pincode. It provides both delivery options and collect-in-store (Click & Collect) options, including details of store locations where the item can be collected.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-fulfillment-options} - API reference for the get-fulfillment-options operation
|
|
18
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-fulfillment-options} - API reference for the get-fulfillment-options operation
|
|
19
19
|
*/
|
|
20
20
|
export declare function shippingFulfillmentOptions(client: CeStorefrontCore, request: components.CartBasedServiceabilityCheck, options?: RequestOptions): APIPromise<Result<operations.GetFulfillmentOptionsResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
21
21
|
//# sourceMappingURL=shippingFulfillmentOptions.d.ts.map
|
|
@@ -17,7 +17,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* This endpoint returns the available fulfillment options for a given cart and delivery pincode. It provides both delivery options and collect-in-store (Click & Collect) options, including details of store locations where the item can be collected.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-fulfillment-options} - API reference for the get-fulfillment-options operation
|
|
20
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-fulfillment-options} - API reference for the get-fulfillment-options operation
|
|
21
21
|
*/
|
|
22
22
|
export function shippingFulfillmentOptions(client, request, options) {
|
|
23
23
|
return new APIPromise($do(client, request, options));
|
|
@@ -15,7 +15,7 @@ import { Result } from "../types/fp.js";
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* Checks whether a given pincode is serviceable and returns all available shipping methods based on delivery address
|
|
17
17
|
*
|
|
18
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-shipping-methods} - API reference for the get-shipping-methods operation
|
|
18
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-shipping-methods} - API reference for the get-shipping-methods operation
|
|
19
19
|
*/
|
|
20
20
|
export declare function shippingShippingMethods(client: CeStorefrontCore, request: components.CartBasedServiceabilityCheck, options?: RequestOptions): APIPromise<Result<operations.GetShippingMethodsResponseBody, errors.BadRequest | errors.Unauthorized | errors.NotFound | CeStorefrontError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
21
21
|
//# sourceMappingURL=shippingShippingMethods.d.ts.map
|
|
@@ -17,7 +17,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* Checks whether a given pincode is serviceable and returns all available shipping methods based on delivery address
|
|
19
19
|
*
|
|
20
|
-
* @see {@link https://llm-docs.commercengine.io/operations/get-shipping-methods} - API reference for the get-shipping-methods operation
|
|
20
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/operations/get-shipping-methods} - API reference for the get-shipping-methods operation
|
|
21
21
|
*/
|
|
22
22
|
export function shippingShippingMethods(client, request, options) {
|
|
23
23
|
return new APIPromise($do(client, request, options));
|
package/esm/lib/config.d.ts
CHANGED
|
@@ -46,8 +46,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
46
46
|
export declare const SDK_METADATA: {
|
|
47
47
|
readonly language: "typescript";
|
|
48
48
|
readonly openapiDocVersion: "1.0";
|
|
49
|
-
readonly sdkVersion: "0.16.
|
|
49
|
+
readonly sdkVersion: "0.16.2";
|
|
50
50
|
readonly genVersion: "2.723.11";
|
|
51
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.16.
|
|
51
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.16.2 2.723.11 1.0 ce-storefront";
|
|
52
52
|
};
|
|
53
53
|
//# sourceMappingURL=config.d.ts.map
|
package/esm/lib/config.js
CHANGED
|
@@ -39,8 +39,8 @@ export function serverURLFromOptions(options) {
|
|
|
39
39
|
export const SDK_METADATA = {
|
|
40
40
|
language: "typescript",
|
|
41
41
|
openapiDocVersion: "1.0",
|
|
42
|
-
sdkVersion: "0.16.
|
|
42
|
+
sdkVersion: "0.16.2",
|
|
43
43
|
genVersion: "2.723.11",
|
|
44
|
-
userAgent: "speakeasy-sdk/typescript 0.16.
|
|
44
|
+
userAgent: "speakeasy-sdk/typescript 0.16.2 2.723.11 1.0 ce-storefront",
|
|
45
45
|
};
|
|
46
46
|
//# sourceMappingURL=config.js.map
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/AnonymousUser} - API reference for the AnonymousUser schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/AnonymousUser} - API reference for the AnonymousUser schema
|
|
6
6
|
*/
|
|
7
7
|
export type AnonymousUser = {
|
|
8
8
|
/**
|
|
@@ -15,7 +15,7 @@ export type CouponType = ClosedEnum<typeof CouponType>;
|
|
|
15
15
|
/**
|
|
16
16
|
* Details about an active coupon applied to a cart/order
|
|
17
17
|
*
|
|
18
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/AppliedCoupon} - API reference for the AppliedCoupon schema
|
|
18
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/AppliedCoupon} - API reference for the AppliedCoupon schema
|
|
19
19
|
*/
|
|
20
20
|
export type AppliedCoupon = {
|
|
21
21
|
couponId: string;
|
|
@@ -13,7 +13,7 @@ export type PromotionType = ClosedEnum<typeof PromotionType>;
|
|
|
13
13
|
/**
|
|
14
14
|
* Details about an active promotion applied to a cart/order
|
|
15
15
|
*
|
|
16
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/AppliedPromotion} - API reference for the AppliedPromotion schema
|
|
16
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/AppliedPromotion} - API reference for the AppliedPromotion schema
|
|
17
17
|
*/
|
|
18
18
|
export type AppliedPromotion = {
|
|
19
19
|
promotionId: string;
|
|
@@ -18,7 +18,7 @@ export type BankTransferPaymentStatus = ClosedEnum<typeof BankTransferPaymentSta
|
|
|
18
18
|
/**
|
|
19
19
|
* Bank transfer payment - IMPS, NEFT, RTGS
|
|
20
20
|
*
|
|
21
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/BankTransfer} - API reference for the BankTransfer schema
|
|
21
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/BankTransfer} - API reference for the BankTransfer schema
|
|
22
22
|
*/
|
|
23
23
|
export type BankTransfer = {
|
|
24
24
|
transactionType?: BankTransferTransactionType | undefined;
|
|
@@ -4,7 +4,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
4
4
|
/**
|
|
5
5
|
* Attribute for boolean values
|
|
6
6
|
*
|
|
7
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/BooleanAttribute} - API reference for the BooleanAttribute schema
|
|
7
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/BooleanAttribute} - API reference for the BooleanAttribute schema
|
|
8
8
|
*/
|
|
9
9
|
export type BooleanAttribute = {
|
|
10
10
|
id: string;
|
|
@@ -25,7 +25,7 @@ export type CardType = ClosedEnum<typeof CardType>;
|
|
|
25
25
|
/**
|
|
26
26
|
* Payments using credit card, debit card
|
|
27
27
|
*
|
|
28
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CardPayment} - API reference for the CardPayment schema
|
|
28
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CardPayment} - API reference for the CardPayment schema
|
|
29
29
|
*/
|
|
30
30
|
export type CardPayment = {
|
|
31
31
|
transactionType?: TransactionType | undefined;
|
|
@@ -10,7 +10,7 @@ import { FulfillmentPreference, FulfillmentPreference$Outbound } from "./fulfill
|
|
|
10
10
|
/**
|
|
11
11
|
* This cart model is structured to capture a wide range of details, facilitating accurate representation and management of user shopping carts in an e-commerce platform.
|
|
12
12
|
*
|
|
13
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/Cart} - API reference for the Cart schema
|
|
13
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/Cart} - API reference for the Cart schema
|
|
14
14
|
*/
|
|
15
15
|
export type Cart = {
|
|
16
16
|
/**
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CartBasedServiceabilityCheck} - API reference for the CartBasedServiceabilityCheck schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CartBasedServiceabilityCheck} - API reference for the CartBasedServiceabilityCheck schema
|
|
6
6
|
*/
|
|
7
7
|
export type CartBasedServiceabilityCheck = {
|
|
8
8
|
deliveryPincode: string;
|
|
@@ -14,7 +14,7 @@ export type ProductType = ClosedEnum<typeof ProductType>;
|
|
|
14
14
|
/**
|
|
15
15
|
* This Cart Item model captures the attributes of a cart item, including product details, pricing information, subscription details, and other relevant information related to Cart Item.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CartItem} - API reference for the CartItem schema
|
|
17
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CartItem} - API reference for the CartItem schema
|
|
18
18
|
*/
|
|
19
19
|
export type CartItem = {
|
|
20
20
|
/**
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/Category} - API reference for the Category schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/Category} - API reference for the Category schema
|
|
6
6
|
*/
|
|
7
7
|
export type Category = {
|
|
8
8
|
id: string;
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CollectInStore} - API reference for the CollectInStore schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CollectInStore} - API reference for the CollectInStore schema
|
|
6
6
|
*/
|
|
7
7
|
export type CollectInStore = {
|
|
8
8
|
id?: string | undefined;
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CollectInStoreFulfillment} - API reference for the CollectInStoreFulfillment schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CollectInStoreFulfillment} - API reference for the CollectInStoreFulfillment schema
|
|
6
6
|
*/
|
|
7
7
|
export type CollectInStoreFulfillment = {
|
|
8
8
|
fulfillmentType?: "collect-in-store" | undefined;
|
|
@@ -11,7 +11,7 @@ export type ColorAttributeValue = {
|
|
|
11
11
|
/**
|
|
12
12
|
* Attribute for colors
|
|
13
13
|
*
|
|
14
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/ColorAttribute} - API reference for the ColorAttribute schema
|
|
14
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/ColorAttribute} - API reference for the ColorAttribute schema
|
|
15
15
|
*/
|
|
16
16
|
export type ColorAttribute = {
|
|
17
17
|
id: string;
|
|
@@ -12,7 +12,7 @@ export type Value = {
|
|
|
12
12
|
name: string;
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
15
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/ColorOption} - API reference for the ColorOption schema
|
|
15
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/ColorOption} - API reference for the ColorOption schema
|
|
16
16
|
*/
|
|
17
17
|
export type ColorOption = {
|
|
18
18
|
/**
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/Currency} - API reference for the Currency schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/Currency} - API reference for the Currency schema
|
|
6
6
|
*/
|
|
7
7
|
export type Currency = {
|
|
8
8
|
name: string;
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CustomerAddress} - API reference for the CustomerAddress schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CustomerAddress} - API reference for the CustomerAddress schema
|
|
6
6
|
*/
|
|
7
7
|
export type CustomerAddress = {
|
|
8
8
|
/**
|
|
@@ -2,7 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
/**
|
|
5
|
-
* @see {@link https://llm-docs.commercengine.io/schemas/CustomerAddress} - API reference for the CustomerAddress schema
|
|
5
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/CustomerAddress} - API reference for the CustomerAddress schema
|
|
6
6
|
*/
|
|
7
7
|
export type CustomerAddressInput = {
|
|
8
8
|
/**
|