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