Home > @vue-storefront/core > UseCartFactoryParams > applyCoupon
UseCartFactoryParams.applyCoupon property
Signature:
applyCoupon: (context: Context, params: {
currentCart: CART;
couponCode: string;
customQuery?: CustomQuery;
}) => Promise<{
updatedCart: CART;
}>;