Technical guides, how-tos, and best practices from the AllSync team.

Integration Is Boring — AllSync ...

To call BC365 API, we need to call get token API, then use this token for other APIs. This is get token API: https://login.microsoftonli...

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 A...

Authentication Process Perform a GET on https://{SERVERNAME}/v1/rest/auth In the response look in the HTTP header for the Auth-Nonce G...

User can refer details of API in this url: https://open.lazada.com/apps/doc/api?path=%2Fauth%2Ftoken%2Fcreate Basically it is oAuth2 API,...
AllSync.IO has introduced a new feature to manage the lifespan of data. As a middleware system, AllSync may need to automatically delete...

Enable Web API: Store >> Configuration >> Services >> Magento Web API >> Allow Anonymous Guest Access : No A...

When you create new field in AllSync, there is an option to enable formula: Once it is enable, you can setup the formula in detail, exam...

In the scenario, we allow user can access to an object directly to add or update a record. Example, scan QR code to open url to allow cus...
Configure Permalink Enable API Call an API

Allsync supports direct connector to database like MS-SQL, Oracle, MySQL, SAP Hana. The connector will connect directly to database and e...

Lookup a value on a table: Template: {{ 'value' | dbLookup: 'table_name','field_name' }} Example: find the record has product code Z000...