← Back to Blogs

How to get product update from SAP B1 by Service Layer

How to get product update from SAP B1 by Service Layer

To connect with SAP B1 API (Service Layer), we need to call login api to get token:

http://server:50001/b1s/v1/Login

Then can call main API to get data, example: 

http://server:50001/b1s/v1/Items

also need to loop and get data for all pages, get data by last updated date/time

Here is how to configure in AllSync.

  • Create new SAPB1 application
  • Create a product table with fields you want
  • Define an integration flow to retrieve product master

Authentication:

Get Product:

← Previous PostNext Post →