Discussing APIs and development related to customers, discounts, and order management.
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?
You would create middleware that:
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?
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:
Furthermore, GraphQL is another API that is required to put in?