GET
/
order
/
{orderId}
/
shipment
/
{shipmentId}
/
logs
curl --request GET \
  --url https://api.shipbob.com/2.0/order/{orderId}/shipment/{shipmentId}/logs \
  --header 'Authorization: <api-key>'
[
  {
    "log_type_id": 0,
    "log_type_name": "string",
    "log_type_text": "string",
    "metadata": {
      "property1": "string",
      "property2": "string"
    },
    "timestamp": "2019-08-24T14:15:22Z"
  }
]

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Headers

shipbob_channel_id
string

Channel Id for Operation

Path Parameters

orderId
string
required

The order id to get the shipment for

shipmentId
string
required

The shipment id to get

Response

200
application/json
Success
log_type_id
integer

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 | null

Specifics data for the event

timestamp
string

Timestamp of event