A list of historical tracking statuses for the Order. At minimum, this lists the order status, along with the date and time when it changed, and who was responsible for the status change.
Response schema for track
Name
Type
Required
Description
date
string(date)
true
The ISO-8601 date as YYYY-MM-DD when the event happened.
status_owner
string
true
The party responsible for the status change.
timestamp
string
true
The time in HH:MM:SS that the tracking event happened.
status
string
true
The status of the order
Response schema for 400
Name
Type
Required
Description
error
object
true
A Hash of error codes returned by tracking response. Each error code is returned as a key, with an array of strings for each instance of the error.