Order Tracking
Order tracking. The number of tracking should not exceed 3,000,000 times/day.
API Staging: https://tracking-stg.247tech.xyz API Production: https://tracking.247express.vn
Statuses:
ACCEPTED: The order was created using API or Customer website 247Express.
PICKED_UP:The order has been picked up by the delivery staff of 247Express.
IN_TRANSIT: The order is being shipped by 247.
DELIVERING: Orders are being delivered.
DELIVERED: The order has been successfully delivered.
PENDING_FOR_PROCEED: The order has not been successfully delivered, pending.
PENDING_FOR_RETURN: The order is being returned to the customer.
RETURNED: The order has been returned to the customer.
LOST: The order has been lost.
CANCEL: The order has been cancelled.
CONFISCATED: The order was confiscated by the authorities for violating the category of goods.
TRACKING API KEY
To get the apikey, following:
Login to the website: https://247express.vn
Go to the function "CUSTOMER INFORMATION".
Error codes
MISSING_APIKEY: Missing Apikey. MISSING_ORDERCODE: Missing Ordercode. ORDERCODE_MIN_LENGTH: OrderCode less than 5 characters. ORDERCODE_MAX_LENGTH: The maximum number of OrderCode is 20 characters. ORDERCODE_NOT_FOUND: OrderCode is not found. ORDERCODE_DOES_NOT_BELONG_TO_YOUR_ACCOUNT: Ordercode does not belong to your account. APIKEY_NOT_FOUND: Apikey is not found. APIKEY_LIMIT: Look up more than 200,000 times/day. EXCEPTION: Unknown error, please contact 247. ORDERCODE_FORMAT_EXCEPTION: The ordercode contain special characters (except _-).
Workflow
Tracking
GET
https://tracking.247express.vn /api/Order/v1/Tracking?ordercode=12345&apikey=1111-1111-1111-1111-111111111
The number of tracking should not exceed 3,000,000 times/day.
Query Parameters
Response description
List of reasons for delay
Example
Last updated