We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I can't recover the shipping discount in storefront API
To Reproduce
query:
fragment MoneyFragment on MoneyV2 { currencyCode amount } fragment CartFragment on Cart { id discountCodes { code applicable } discountAllocations { ... on CartAutomaticDiscountAllocation { title __typename } __typename discountedAmount { __typename amount currencyCode } } } { cart(id: "...") { ...CartFragment } }
If i use a custom code, working:
But with Free Shipping discount the discountAllocations is empty
Without Free shipping code the total is 38.99 (correctly)
And in shopify checkout working:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I can't recover the shipping discount in storefront API
To Reproduce
query:
If i use a custom code, working:
But with Free Shipping discount the discountAllocations is empty
Without Free shipping code the total is 38.99 (correctly)
And in shopify checkout working:
The text was updated successfully, but these errors were encountered: