Get One Shipment Line Item
API Reference
Get One Shipment Line Item
Get One Shipment Line Item*** The GraphQl query for this endpoint is:
query ShipmentLineItem ($id: String!) {
shipmentLineItem: shipmentLineItemsByPk(id: $id) {
id
shipmentId
lineNumber
commodityDescription
packageQty
packageType
packageUnit
handlingUnit
handlingUnitQty
handlingUnitType
weight
weightUnit
weightUnitType
nmfcClass
nmfcNumber
hazmatFlag
length
width
height
dimensionUnit
freightClass
pickupLocationName
deliveryLocationName
referenceNumber
sourceSystem
sourceSystemId
createdAt
updatedAt
}
}
GET
Get One Shipment Line Item
Headers
Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
Path Parameters
"id" is required (enter it either in parameters or request body)
Response
200 - application/json
Responses for GET /api/rest/shipment_line_items/{id}
Shipment Line Items

