MagePsycho / magento2-custom-shipping

Custom Shipping Module for Magento 2
https://www.magepsycho.com/extensions.html
70 stars 34 forks source link

Send order details through API #12

Open shashikant-wagh opened 6 years ago

shashikant-wagh commented 6 years ago

Hi,

I am working on custom shipping module and am new to Magento although I do have 3 exp on PHP.

I do setup the module/ plugin and I do get same result as you said, but I want to send API request with order details to carrier and get response back to update order status.

Can we do that in current module you shared, can you share some idea how to do that.

Thanks