No content to show
User Activity
When I add totalTaxAmount field in cart query facing this issue. but after removing this key I am receiving response with no error
08-27-2024
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 pro...
use userErrors {field message }
08-14-2024
There is no input for discount code in mutation. I searched for discountCodeInput to fix this issue but it does not exist. Then how to provide discount code if there is no input in mutation
variant.id not working I have checked on product page.
I want selected variant id on product page, if user change variant then get updated variant idHow can I do this