cancel
Showing results for 
Search instead for 
Did you mean: 

help getting started with module that receives an external api request.

help getting started with module that receives an external api request.

I have a REST api that can issue some request.

 

- I would like the magento shop to receive this request

- pull more detail detail from an api

- change order state from pending to completed.

 

Can someone point to some example module source that does this?

 

 

1 REPLY 1

Re: help getting started with module that receives an external api request.

In Python, the most common library for making requests and working with APIs is the requests library. The requests library isn't part of the standard Python library, so you'll need to install it to get started.

official website