Skip to main content
POST
Advance the delivery tracking status for an order (Admin only)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
status
enum<string>
required
Available options:
ORDER_PLACED,
PARCEL_COLLECTED,
IN_TRANSIT,
AT_DELIVERY_DEPOT,
OUT_FOR_DELIVERY,
DELIVERED
Example:

"IN_TRANSIT"

note
string
Example:

"Left the Lagos sorting depot"

Response

201 - undefined