Skip to main content
GET
/
1.0
/
order
/
{orderId}
/
shipment
/
{shipmentId}
/
timeline
Get one Shipment's status timeline by Order Id and Shipment Id
curl --request GET \
  --url https://api.shipbob.com/1.0/order/{orderId}/shipment/{shipmentId}/timeline \
  --header 'Authorization: Bearer <token>'
[
  {
    "log_type_id": 0,
    "log_type_name": "string",
    "log_type_text": "string",
    "metadata": {
      "property1": "string",
      "property2": "string"
    },
    "timestamp": "2019-08-24T14:15:22Z"
  }
]
API 1.0 is deprecated and will be sunset on July 31, 2026. Please migrate to the latest API version. See our Versioning Policy for details.

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Headers

shipbob_channel_id
string<int32>

Channel Id for Operation

Path Parameters

orderId
string<int32>
required

The order id to get the shipment for

shipmentId
string<int32>
required

The shipment id to get

Response

Success

log_type_id
integer<int32>

Log type id of the shipment

log_type_name
string | null

Name of the log type

log_type_text
string | null

Summary of log type meaning

metadata
object

Specifics data for the event

timestamp
string<date-time>

Timestamp of event