Introduction

These endpoints are unique for seller own fleet.

API is using Web Service (Restful) as communication mode to create package or update package status and authentication.

MethodURLPurposeComments
POST/authTo get access token to use package creation or status update serviceAll users can get an authentication token.
Token expires after 1 hour.
POST/packages/statusesTo update status of package on SOFPA seller can only update a package that belongs to his shop.

API endpoint

https://sofp.lazada.sg/api

Header
API calls must include this header.

Content-Type: application/json

Body
All the requests and responses are in JSON string.