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, user need to login and authorize 3rd party application to access their data.
Once it is authorized, 3rd party app can have authorization code returned on callback url, that's why need to setup callback api url in App Console.
Then 3rd party application will generate token and maintain token by calling refresh token API.
Order update on Lazada can be retrieved by webhook, Lazada will send order number to webhook api, then 3rd party can call get order details based on order number and using token above.
Authorization code will be also expired after certain period, so seller need to re-login again.
All can be configured in AllSync following steps:
- Create new application LAZADA, and enable oAuth2 option
- Configure url details for authorization, get token and refresh token
- Configure webhook in App Console at Lazada app to receive order status
- Configure data mapping in AllSync to get order detail from lazada