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.
Method | URL | Purpose | Comments |
---|---|---|---|
POST | /auth | To get access token to use package creation or status update service | All users can get an authentication token. Token expires after 1 hour. |
POST | /packages/statuses | To update status of package on SOFP | A 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.
Updated about 7 years ago