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

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

UseShippingProviderParams.load property

Signature:

load: (context: Context, params: {
        state: Ref<STATE>;
        customQuery?: CustomQuery;
    }) => Promise<STATE>;