Home > @vue-storefront/core > UseShippingProviderParams > save
UseShippingProviderParams.save property
Signature:
save: (context: Context, params: {
state: Ref<STATE>;
shippingMethod: SHIPPING_METHOD;
customQuery?: CustomQuery;
}) => Promise<STATE>;