admin-shipments

Add Event

Add a tracking event to a shipment.

post/api/v1/admin/shipments/{shipment_id}/events

Path parameters

shipment_idstring uuid required

Request body

statusstring required

Status at this event

descriptionstring required
locationstring nullable
occurred_atstring date-time required

Response

Successful Response

idstring uuid required
shipment_idstring uuid required
statusstring required
descriptionstring required
locationstring nullable
occurred_atstring date-time required
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.