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

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

UseShippingProviderParams.save property

Signature:

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