cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate SAP B1 to eCommerce site like amazon.

Former Member
0 Kudos

Hello everyone,

One of my client want to integrate SAP B1 to amazon. When item comes in stock then its automatically sync and item list(show) in amazon and when customer place order then its sync in SAP and create sales order.

kindly suggest me.

Thanks in advance.

Sandeep Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Integration Framework is the option to build such scenarios. You can create a scenario step, triggered by B1 event to sync data to the web shop (Inbound B1, transformation to the necessary format and http call to the web shop, void outbound). Another step will sync the data from the webshop, typically a step triggered by timer, checking the new orders in the web shop and insert them into B1. You need to know the 2 web services of amazon (check for new orders, insert item) and the API call to B1 to create an order (for HANA the service layer call, for SQL Server, the DI-API call). In Integration Framework, subscribing to the event (changed item) is simple. Rest is a scenario in the Integration Framework. If you are not familiar with the Integration Framework, we just started an Open SAP course, please register soon.

former_member197733
Contributor
0 Kudos

We do that using Service Layer in both the B1 Assistant and the BeaconsOne prototype