web / useCartShippingMethods
Variable: useCartShippingMethods ​
constuseCartShippingMethods:UseCartShippingMethodsReturn
Defined in: apps/web/app/composables/useCartShippingMethods/useCartShippingMethods.ts:18
Description ​
Composable for managing shipping methods.
Example ​
ts
const { data, loading, getShippingMethods, saveShippingMethod } = useCartShippingMethods();