-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
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
GraphQL - Return shipping total including tax in shipping method resolver #35338
Conversation
Hi @liamjtoohey. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Run only required test builds during development. Run all test builds before sending your pull request for review. For more details, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run WebAPI Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento create issue |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run WebAPI Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi all, |
hey @liamjtoohey as per retesting our team is unable to reproduce on 2.4 development, hence a kind request if you can please share if anything else we are missing from our end on the given steps of description. We worked on the issue and issue was not able to reproduce.
10 Ran example graphql query noted in ticket description on the same cart And we are getting proper response for query we ran . |
Hello @liamjtoohey, Thanks for the contribution! We re-attempted to reproduce the issue, but we were unable to replicate the original problem that prompted the creation of this PR. Please review this comment and let us know if we missed any steps necessary to reproduce the issue. In the meantime, we are placing this PR Thanks |
Hello @liamjtoohey, This is the gentle reminder to check if you have got chance to check this #36876 (comment). We are unable to reproduce the actual issue, hence we are unable to process this PR further. Please have a look into it and let us know if we missed anything. Thanks |
Hello @liamjtoohey , We have noticed that this PR has not been updated for a while. Therefore, we are closing it for now. Please let us know when you are ready to work on it again, and we will be happy to reopen the PR. Thank you for your valuable contribution! |
Description (*)
Return shipping total including tax for selected shipping method resolver. Vanilla Magento will always display the shipping price including tax within cart price summary, regardless of
tax/calculation/shipping_includes_tax
value. This logic is not mirrored in the graphql resolvers, however, as the base shipping amount is returned.Vanilla Magento checkout with

tax/calculation/shipping_includes_tax
set to1
:GraphQL cart query for shipping totals with
tax/calculation/shipping_includes_tax
set to1
:Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
tax/calculation/shipping_includes_tax
to1
(or manually define shipping price to "Include Tax" via admin panel)Questions or comments
Contribution checklist (*)
Resolved issues: