Closed owandrejavidovic closed 1 month ago
Hi @owandrejavidovic. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues 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.
Hi @engcom-Bravo. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hi @owandrejavidovic,
Thanks for your reporting and collaboration.
We have verified the issue in Latest 2.4-develop instance and the issue is not reproducible.Kindly refer the screenshots.
There is no error for setShippingMethodsOnCart mutation.
Kindly recheck the issue in Latest 2.4-develop instance and elaborate the steps to reproduce if the issue is still reproducible.
Thanks.
Can you check on Magento 2.7.4? There is an error.
Hi @owandrejavidovic,
Thanks for your update.
It is recommended to verify the issues in Latest 2.4-develop Magento instance.Could you please check if any third party modules can causing this issue.
Thanks.
Hi @owandrejavidovic,
We have noticed that this issue has not been updated since long time. Hence we assume that this issue is fixed now, so we are closing it. Please feel to raise a fresh ticket or reopen this ticket if you need more assistance on this.
Thanks
The issue is in Magento 2.4.7 mutation { setShippingMethodsOnCart( input: { cart_id: "walNToYaEaFeN4QKFoQwz9hlChT124Gn" shipping_methods: [{ carrier_code : "your_method" method_code : "your_method" }] } ) { cart { email id is_virtual owNewsletterSubscribe shipping_addresses { selected_shipping_method{ carrier_code carrier_title } street telephone uid } total_quantity } } }
Response: { "data": { "setShippingMethodsOnCart": { "cart": { "email": "peter.novak+41@optiweb.com", "id": "fPM15smAU0qoOacz8LT7XlfXEenvTT9p", "is_virtual": false, "shipping_addresses": [ { "selected_shipping_method": null, // this is the issue "street": [ "Test 1" ], "telephone": "041676376", "uid": 233034 } ], "total_quantity": 1 } } } }
Originally posted by @owandrejavidovic in https://github.com/magento/magento2/issues/38735#issuecomment-2352734668