Sendcloud automatically tracks the latest status update for every parcel created in your account. To get started, you’ll need to know theDocumentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
tracking_number of your parcel so you can look up its delivery status. A unique tracking number is attached to every parcel in the response from the Create a parcel or parcels endpoint.
To track a parcel, send a GET request to the Retrieve tracking information of a parcel endpoint, including the tracking_number in the URL path.
sendcloud_tracking_url field.
Tracking history is nested under the statuses object, and is listed in chronological order, starting from the moment the label was created up until the point of delivery. Tracking status messages are mapped from the carrier to the parent_status field.
See the endpoint specification for full details on the response structure and all available fields.