You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseShippingParams

UseShippingParams interface

Signature:

export interface UseShippingParams<SHIPPING, SHIPPING_PARAMS, API extends PlatformApi = any> extends FactoryParams<API> 

Extends: FactoryParams

Properties

Property Modifiers Type Description
load (context: Context, params: { customQuery?: CustomQuery; }) => Promise<SHIPPING>
save (context: Context, params: { params: SHIPPING_PARAMS; shippingDetails: SHIPPING; customQuery?: CustomQuery; }) => Promise<SHIPPING>