how to create api to get orders from Shopify and post to my database

durga valliammai 21 Reputation points
2021-03-24T03:55:28.997+00:00

I want to build an api , where I should be able to get list of new orders from shopify each time an order is created in shopify and post that order details into my database.

I have a rough idea on api, but not sure how to start to work on it.

Can anyone help me?

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
302 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yihui Sun-MSFT 801 Reputation points
    2021-03-25T03:01:57.473+00:00

    Hi @durga valliammai ,

    An application programming interface (API) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries.

    • Reference to Web APIs is currently the most common use of the term.

    If you need a Web Service and don’t need SOAP, then ASP.NET Web API is best choice.Based on HTTP, it is easy to define, expose and use in a REST-ful way.

    You can click this link to learn ASP.NET Web API.


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Best Regards,
    YihuiSun

    2 people found this answer helpful.
    0 comments No comments