{
"object": "event",
"id": 849927739,
"happened_at": 1530170040,
"event_type_code": "out_for_delivery",
"message": "Your parcel is out for delivery today.",
"raw": null,
"created_at": 1530170040,
"updated_at": 1530255600
}
An event
represents a shipping event that occurred on a tracker during delivery.
FIELD | DESCRIPTION |
---|---|
id | Unique identifier of the event |
happened_at | Time at which the event occurred |
event_type_code | Shipup internal event code |
message | Event message. |
raw | Raw information of the carrier. Depending on the carrier, format can be HTML or JSON, both expressed as a string |
created_at | Time at which the event was imported into Shipup. Not to be mistaken with |
updated_at | Time at which the event was last updated |