Skip to content

In Magento 2 the UPS integration stopped working. Did the gateway url change?

This is the full error code: [2023-05-24 18:16:52] main.DEBUG: array ( ‘request’ => array ( ‘accept_UPS_license_agreement’ => ‘yes’, ’10_action’ => ‘4’, ’13_product’ => ‘GNDRES’, ’14_origCountry’ => ‘US’, ’15_origPostal’ => ‘EDITED’, ‘origCity’ => ‘EDITED’, ’19_destPostal’ => ‘EDITED’, ’22_destCountry’ => ‘US’, ’23_weight’… Read More »In Magento 2 the UPS integration stopped working. Did the gateway url change?

UPS Standard Gateway URL Stopped Working

Starting this AM, our Magento 2 store stopped pulling in UPS rates. We were using the standard gateway https://www.ups.com/using/services/rave/qcostcgi.cgi Does anyone know if this was deprecated and went down? It would have been nice to get a heads up! Thanks.

Strip index.php from rest urls

I am having this issue with an external platform which trying to get rest urls from my magento 2.4.5. Issue is that the urls they hit contain index.php inside. They are like this: https://example.com/en_us/index.php/rest/V1/customerGroups/search?searchCriteria%5BcurrentPage%5D=1&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bcondition_type%5D=gteq&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bfield%5D=id&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bvalue%5D=0&searchCriteria%5BpageSize%5D=50 As you see inside the url… Read More »Strip index.php from rest urls