[Sandbox Only] Update Status
POST
/open/1.0/shipment/status/{tracking_number}Last modified: 7 months ago
Using our API’s Update Status Order endpoint, you can change your order's status for accurate and timely tracking information, helping to improve their overall experience with your business.
List for Statuses available
Status | Description |
---|---|
picked_up | status when logistict partner not picking up |
processing | status when shipment already manifested |
return | status return shipment |
delivered | status delivered shipment |
undelivered | status when shipment failed sending to customer |
If you want to see all status changes, you don't need to put the status
Request
Path Params
tracking_number
string
required
Example:
OEXOEX11330122
Header Params
X-API-KEY
string
optional
Example:
{{ApiKey}}
Body Params application/x-www-form-urlencoded
status
string | null
optional
example: picked_up, processing, undelivered, delivered, return
Example:
picked_up
Request samples
Responses
OK(200)
Bad Request(400)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array[string]
optional
message
string
optional
error_code
integer
optional
Example
{
"data": [],
"message": "Berhasil mengubah status",
"error_code": 0
}
Last modified: 7 months ago