Sweet Spot API

Command Palette

Search for a command to run...

GET/v1/checkouts/{id}/tracking

Get tracking information for a checkout

Get tracking information for a checkout, including current status and event history. If configured, fetches live status from the carrier API.

Parameters
Request parameters for this endpoint
NameLocationTypeRequiredDescription
idpathstringRequiredCheckout public ID
Response Data
Fields returned in the response

Always Present

NameTypeDescription
events
List of tracking events

Optional

NameTypeDescription
carrier
-
currentLocation
-
deliveredAt
string
When the package was delivered
estimatedDelivery
string
Estimated delivery date
shippedAt
string
When the package was shipped
signedBy
string
Who signed for the package
status
-
statusDescription
string
Human-readable status description
trackingNumber
string
Tracking number
Get tracking information for a checkout | Sweet Spot API Documentation