Home > @vue-storefront/core > UseShipping
UseShipping interface
Signature:
export interface UseShipping<SHIPPING, SHIPPING_PARAMS, API extends PlatformApi = any> extends Composable<API>
Extends: Composable
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| error | ComputedProperty<UseShippingErrors> | ||
| loading | ComputedProperty<boolean> | ||
| save | (params: { params: SHIPPING_PARAMS; shippingDetails: SHIPPING; customQuery?: CustomQuery; }) => Promise<void> | ||
| shipping | ComputedProperty<SHIPPING> |
Methods
| Method | Description |
|---|---|
| load() | |
| load(params) |