Enquiry about how to connect Shopify Order to SAP using Shopify API

Enquiry about how to connect Shopify Order to SAP using Shopify API

Boonphei
Shopify Partner
38 0 6

Hi, all of the members inside Shopify. After we have successfully created an order in Shopify, it will show inside the order page. I wish to move the row of data inside Shopify into SAP using API. Does anyone know how to solve this issue?

Replies 2 (2)

Jason
Shopify Partner
11206 226 2313

You would create middleware that:

  • listens to webhooks, or 
  • polls the Admin API for orders
  • or a combo of both.

Once you have the order(s) data you'd push that info into SAP. The Admin API docs list out the possible endpoints on Shopify side, and have good guides for GraphQL if you're just getting started.

 

What specifically are you stuck on?

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
Boonphei
Shopify Partner
38 0 6

Hi Jason, I am new to Shopify API could you explain further? 

The first step should I start is required to create three middleware that you listed: 

  • listens to webhooks, or 
  • polls the Admin API for orders
  • or a combo of both.

Furthermore, GraphQL is another API that is required to put in?