Open ShapesGraphicStudio opened 1 month ago
Hi @ShapesGraphicStudio. 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.
@magento give me 2.4-develop instance
Hi @alikhani97. Thank you for your request. I'm working on Magento instance for you.
Hi @alikhani97, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later.
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
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hi @ShapesGraphicStudio,
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.
We are able to get the FedEx Shipping rates.Could you please elaborate the steps to reproduce to proceed further and please let us know if we are missing anything.
Thanks.
@engcom-Bravo This issue exist only in REST API method. Please compare the shipping rates for both REST API and SOAP method, you will see rates difference in REST API Response I've verified with fedex team, they said wrong rateRequestType was passed in the request . please see the below screenshot
@engcom-Bravo the problem here is not about getting shipping rates but getting the RIGHT rates for us.
We dealed special rates with FedEx, but they were not being displayed to our customers.
FedEx team (commercial and deev) told us us that we have a wrong param in the request : "rateRequestType": [ "LIST" ], Should be "rateRequestType": [ "PREFERRED" ], To have the right price.
After changing that we had the right prices showing, so I think this param should be an option in admin.
Preconditions and environment
Steps to reproduce
Expected result
Get our special deal prices
Actual result
Get "normal price
Additional information
Hello,
I just upgraded to 2.4.7-p2 to get the new FedEx api working.
Connection works fine but I'm not getting the right prices for our account.
FedEx tells us that we have a wrong param in the request :
"rateRequestType": [ "LIST" ],
Should be"rateRequestType": [ "PREFERRED" ],
I could not see this option in admin. Should it not figure there?
I tried to change this directly in vendor/magento/module-fedex/Model/Carrier.php and it seems to do the job. But I also tried to override the Model to avoid update issues without luck.
Any idea on how I could get this fixed please?
Release note
No response
Triage and priority