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

Home > @vue-storefront/core > UseUserShippingFactoryParams > load

UseUserShippingFactoryParams.load property

Signature:

load: (context: Context, params: {
        shipping: Readonly<USER_SHIPPING>;
    }) => Promise<USER_SHIPPING>;