2

I have created a custom shipping module and it's working perfectly, but I cannot figure out how to send the shipping info via a REST API request to the shipping company's website. I tried to emulate the Fedex and UPS modules, but there has to be an easier way. I am new to the MVC architecture, so I'm having some trouble understanding.

Specifically what I am trying to do is have the API request trigger when the user finalizes their order placement. The request would only trigger if the shipping code chosen matched the custom shipping module's code. Any assistance would be greatly appreciated.

jameson1128
  • 135
  • 2
  • 13

1 Answers1

0

I believe FedEx and UPS do not support RESTful APIs. You can try out REST API wrapper like Postmen that supports UPS, FedEx and more couriers in one integration. That could make integration more easily. Postmen does support PHP library which could help you integrate with Magento faster.

Andrew Chan
  • 61
  • 1
  • 2
  • 2
    Hey thanks. I actually have my own shipping company that I work for that we're trying to send the API request to. I have the API built, but I just need to figure out where in Magento's architecture I actually make the shipping request. – jameson1128 Feb 07 '17 at 13:44
  • I have the same problem. Saddly there is no answe here, :( – Daniel Silva Oct 11 '18 at 20:28