Not getting user error from cartDiscountCodesUpdate mutation on providing invalid discount code

I am using this mutation for applying discount on cart. But I want to show error on invalid discount code, but this API does not providing any error if discount code not exist.

This provides error in in CheckoutDiscountCodeApplyV2 mutation if I provide invalid discount code:

1 Like

me too