Download OpenAPI specification:
Complete API reference for LTL Direct freight shipping, including rate requests, listing management, Bill of Lading, and tracking.
| Environment | URL | Description |
|---|---|---|
| Sandbox | https://api.ushipsandbox.com |
Test environment for development |
| Production | https://api.uship.com |
Live production environment |
Note: Sandbox and production environments require separate API keys.
All API requests require Bearer token authentication.
Authorization: Bearer <your_api_key>
| Guide | Description |
|---|---|
| Sandbox Testing Guide | Comprehensive sandbox testing documentation |
| uShip DeveloperHub | Integration guides and tutorials |
For questions or assistance, contact: apisupport@uship.com
Create and manage rate requests. A rate request initiates the process of getting shipping quotes from carriers.
| id required | string Example: 64b9546806a13f0638323de9 Required. The rate request ID |
| development | string |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Required Authorization header containing access token |
{- "totalCount": 100,
- "items": [
- {
- "serviceType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "additionalInformation": "Includes liftgate service",
- "expires": "2025-01-20T23:59:59Z",
- "calculatedPrices": {
- "ushipServiceCharge": {
- "ushipServiceCharge": {
- "currencyType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "freightCharge": {
- "currencyType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}
}
}, - "totalPrice": {
- "currencyType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "bidder": {
- "feedback": {
- "count": 100,
- "starRating": 100
}, - "directoryCategories": [
- {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}
], - "dateCreated": "2025-01-01T10:00:00Z",
- "displayName": "John Doe",
- "responseTime": "Usually responds within 2 hours",
- "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
], - "userId": 30450164,
- "companyLocation": {
- "majorMunicipality": "Austin",
- "stateProvince": "TX"
}, - "aboutMe": "Experienced carrier with 10+ years in freight shipping",
}, - "created": "2025-01-10T09:15:00Z",
- "pickupTimeframe": {
- "delay": 100,
- "timeFrameType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}
}, - "carrierTransitDays": 100,
- "deliveryTimeFrame": {
- "delay": 100,
- "timeFrameType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}
}, - "ltlServiceLevel": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "amountToCarrierCharges": [
- {
- "charge": {
- "currencyType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "code": "LIFTGATE",
- "description": "Palletized freight shipment containing office furniture"
}
], - "transportMode": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}, - "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
], - "id": "675712978",
- "carrierBranding": "XPO Logistics",
- "vehicleType": {
- "shortLabel": "$2,796",
- "label": "$2,796.48",
- "value": 2796.48
}
}
]
}| development | string |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Required Authorization header containing access token |
required | object Required. route |
Array of objects Identifiers and numbers by which one can refer to this shipment or its cargo in some external system | |
required | Array of objects Required. LTL Items |
| integratorId | string The integrator id for the request. This is required to receive webhooks and custom rates |
| accessorials | Array of strings Items Enum: "ProtectFromFreezing" "BlindShipmentCoordination" "SortAndSegregate" "ExcessiveLength" Collection of service accessorials for this shipment |
{- "route": {
- "items": [
- {
- "address": {
- "majorMunicipality": "Austin",
- "country": "US",
- "formattedAddress": "123 Main Street, Austin, TX 78701",
- "streetAddress": "123 Main Street",
- "postalCode": "78701",
- "latitude": 30.2672,
- "stateProvince": "TX",
- "type": "LTLFreight",
- "longitude": -97.7431
}, - "contact": {
- "firstName": "John",
- "lastName": "Doe",
- "phoneNumber": "512-555-0123",
- "companyName": "Acme Logistics",
- "name": "John Doe",
- "email": "contact@example.com"
}, - "timeFrame": {
- "earliestArrival": "2025-01-01T09:00:00Z",
- "latestArrival": "2025-01-01T17:00:00Z",
- "timeFrameType": "Flexible"
}, - "accessorials": [
- "WeekendOrHoliday"
]
}, - {
- "address": {
- "majorMunicipality": "Austin",
- "country": "US",
- "formattedAddress": "123 Main Street, Austin, TX 78701",
- "streetAddress": "123 Main Street",
- "postalCode": "78701",
- "latitude": 30.2672,
- "stateProvince": "TX",
- "type": "LTLFreight",
- "longitude": -97.7431
}, - "contact": {
- "firstName": "John",
- "lastName": "Doe",
- "phoneNumber": "512-555-0123",
- "companyName": "Acme Logistics",
- "name": "John Doe",
- "email": "contact@example.com"
}, - "timeFrame": {
- "earliestArrival": "2025-01-01T09:00:00Z",
- "latestArrival": "2025-01-01T17:00:00Z",
- "timeFrameType": "Flexible"
}, - "accessorials": [
- "WeekendOrHoliday"
]
}
]
}, - "referenceNumbers": [
- {
- "number": "PO-98765",
- "type": "PurchaseOrder"
}
], - "items": [
- {
- "commodity": "LTLFreight",
- "stackable": true,
- "heightInMeters": 1.8,
- "unitCount": 1,
- "lengthInMeters": 2.5,
- "weightInGrams": 1,
- "hazardous": false,
- "widthInMeters": 1.5,
- "handlingUnit": "Pallets48x40Inches",
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "description": "Residential furniture delivery",
- "gallery": [
- "string"
]
}
], - "integratorId": "675712978",
- "accessorials": [
- "ProtectFromFreezing"
]
}{- "reason": "Validation failed",
- "errors": [
- {
- "severity": "error",
- "reason": "Validation failed",
- "code": 100,
- "field": "items[0].weight"
}
]
}Retrieve and select shipping rates. Rates represent pricing quotes from carriers for your shipment.
Allows a shipper or an integrator on a shipper's behalf to accept a rate
| id required | string Example: rate-abc123def456 Required. The rate ID to accept |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Required Authorization header containing access token |
required | object Required. Insurance |
| paymentMethodId required | string Required. Payment method ID |
{- "insurance": {
- "coverage": {
- "currencyType": "USD",
- "amount": 500
}
}, - "paymentMethodId": "pm-cc-1234567890"
}{- "message": "Request processed successfully"
}| executionId required | string Example: exec-789xyz123 Required. The execution ID returned from the rate acceptance request |
| id required | string Example: rate-abc123def456 Required. The rate ID |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Required Authorization header containing access token |
{- "response": "Request accepted and processing",
- "statusCode": 100
}Allows integrator to retrieve listing information by listing ID
| listingId required | integer <int32> Example: 12345 Required. listingId of the listing that is to be returned |
{- "status": "Active",
- "paymentStatus": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "transitStatus": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "cancellationStatus": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "hasPendingBookingRequest": false,
- "gallery": [
- "string"
], - "isCharitable": false,
- "isAuction": false,
- "isDutchAuction": false,
- "autoAcceptPrice": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "auctionTargetPrice": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "auctionMaxPrice": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "namedPrice": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "offerPrice": {
- "offerType": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "lowestBidPrice": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "acceptedBidPrice": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "totalCost": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "bookingDeposit": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "amountDueToServiceProvider": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "amountToMe": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "priceDetails": {
- "items": [
- {
- "amount": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "description": "Palletized freight shipment containing office furniture"
}
]
}, - "commodity": "LTLFreight",
- "parentCommodity": "Freight",
- "topLevelCommodity": "LTLFreight",
- "expiresOn": "2025-01-15T12:00:00Z",
- "questionsAsked": 1,
- "activeBidsPlaced": 675712978,
- "totalBidsPlaced": 675712978,
- "isDefaultImage": false,
- "checksum": "a1b2c3d4e5f6",
- "isWatched": false,
- "createdOn": "2025-01-01T10:30:00Z",
- "activatedOn": "2025-01-15T12:00:00Z",
- "lastUpdatedOn": "2025-01-05T14:22:00Z",
- "isBrokered": false,
- "bookedOn": "2025-01-02T11:00:00Z",
- "completedOn": "2025-01-10T16:45:00Z",
- "cancelledOn": "2025-01-15T12:00:00Z",
- "archivedOn": "2025-01-15T12:00:00Z",
- "serviceProvider": {
- "userId": 67890,
- "displayName": "John Doe",
- "responseTime": "Usually responds within 2 hours",
- "feedback": {
- "count": 1,
- "percentPositive": 100,
- "starRating": 100,
- "acceptanceRate": 100
}, - "trackingEnabled": false,
- "aboutMe": "Experienced carrier with 10+ years in freight shipping",
- "dateCreated": "2025-01-15T12:00:00Z",
- "thirdPartyIdentifier": "675712978",
- "onTimePercentage": 100,
- "rebillPercentage": 100,
- "damageToClaimRatio": 100,
- "pickupInstructionsMaxCharacters": 1,
- "isFreightConsolidator": false,
- "isNetworkAware": true,
- "customFields": { },
- "companyLocation": {
- "majorMunicipality": "Austin",
- "stateProvince": "TX"
}, - "directoryCategories": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "subCommodities": [
- { }
]
}
], - "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
]
}, - "assignedDriver": {
- "userId": 67890,
- "displayName": "John Doe",
- "responseTime": "Usually responds within 2 hours",
- "feedback": {
- "count": 1,
- "percentPositive": 100,
- "starRating": 100,
- "acceptanceRate": 100
}, - "trackingEnabled": false,
- "aboutMe": "Experienced carrier with 10+ years in freight shipping",
- "dateCreated": "2025-01-15T12:00:00Z",
- "thirdPartyIdentifier": "675712978",
- "onTimePercentage": 100,
- "rebillPercentage": 100,
- "damageToClaimRatio": 100,
- "pickupInstructionsMaxCharacters": 1,
- "isFreightConsolidator": false,
- "isNetworkAware": true,
- "customFields": { },
- "companyLocation": {
- "majorMunicipality": "Austin",
- "stateProvince": "TX"
}, - "directoryCategories": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "subCommodities": [
- { }
]
}
], - "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
]
}, - "isReadyForPickup": false,
- "billOfLadingNumber": 1,
- "uShipPayments": {
- "requiredOnBidsLessThan": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "availableOnBidsLessThan": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}
}, - "minimumBidAmount": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "currencyType": "USD"
}, - "privateNetwork": "partner-network-001",
- "quoteRequestId": "675712978",
- "commodityType": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "parentCommodityType": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "topLevelCommodityType": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "isItineraryMandatory": false,
- "thirdParty": {
- "identifier": "TMS-ORD-2024-001234",
- "version": "v1.2.3",
- "checksum": "a1b2c3d4e5f6",
- "source": "acme-tms",
- "prohibitEditViaUshipUi": false,
- "prohibitPlanViaUshipUi": false
}, - "serviceTypes": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
], - "isExclusiveListing": false,
- "listingId": 12345,
- "title": "Furniture Shipment",
- "description": "Palletized freight shipment containing office furniture",
- "route": {
- "distance": {
- "kilometers": 100,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "items": [
- {
- "address": {
- "streetAddress": "123 Main Street",
- "alternateStreetAddress": "Suite 400",
- "majorMunicipality": "Austin",
- "postalCode": "78701",
- "stateProvince": "TX",
- "stateProvinceLabel": "TX",
- "country": "US",
- "countryLabel": "US",
- "latitude": 30.2672,
- "longitude": -97.7431,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "type": "LTLFreight"
}, - "contact": {
- "name": "John Doe",
- "companyName": "Acme Logistics",
- "phoneNumber": "512-555-0123",
- "altPhoneNumber": "512-555-9876",
- "email": "contact@example.com",
- "firstName": "John",
- "lastName": "Doe"
}, - "timeFrame": {
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "earliestArrival": "2025-01-15T09:00:00Z",
- "latestArrival": "2025-01-15T17:00:00Z",
- "localEarliestArrival": "2025-01-01T12:00:00Z",
- "localLatestArrival": "2025-01-01T12:00:00Z",
- "timeFrameType": "between",
- "timeZone": "America/Chicago"
}, - "terminal": {
- "phoneNumber": "512-555-0123",
- "city": "Austin",
- "state": "TX",
- "postalCode": "78701"
}, - "attributes": {
- "property1": {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "value": { },
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "property2": {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "value": { },
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
}, - "accessorials": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
]
}
]
}, - "lister": {
- "userId": 67890,
- "displayName": "John Doe",
- "responseTime": "Usually responds within 2 hours",
- "feedback": {
- "count": 1,
- "percentPositive": 100,
- "starRating": 100,
- "acceptanceRate": 100
}, - "trackingEnabled": false,
- "aboutMe": "Experienced carrier with 10+ years in freight shipping",
- "dateCreated": "2025-01-15T12:00:00Z",
- "thirdPartyIdentifier": "675712978",
- "onTimePercentage": 100,
- "rebillPercentage": 100,
- "damageToClaimRatio": 100,
- "pickupInstructionsMaxCharacters": 1,
- "isFreightConsolidator": false,
- "isNetworkAware": true,
- "customFields": { },
- "companyLocation": {
- "majorMunicipality": "Austin",
- "stateProvince": "TX"
}, - "directoryCategories": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796",
- "subCommodities": [
- { }
]
}
], - "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
]
}, - "items": [
- {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "commodity": "LTLFreight",
- "gallery": [
- "string"
], - "attributes": {
- "property1": {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "value": { },
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "property2": {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "value": { },
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
}
}
], - "accessorials": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
], - "totalWeightInGrams": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "attributes": {
- "property1": {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "value": { },
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "property2": {
- "title": "LTL Freight Shipment - Austin to Los Angeles",
- "value": { },
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
}, - "nextTransitStatus": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "previousTransitStatus": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "availableTransitStatuses": [
- {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
], - "referenceNumbers": [
- {
- "number": "PO-12345",
- "type": "Residential",
- "referenceNumberLabel": "uShip Protection Plan"
}
], - "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
]
}Allows integrator to retrieve listing attachments by listing ID
| listingId required | integer <int32> Example: 12345 Required. listingId |
| attachmentId required | integer <int32> Example: 1 Required. attachmentId |
{- "attachmentId": "675712978",
- "fileName": "John Doe",
- "fileType": "application/pdf",
- "fileSize": 1,
- "dateCreated": "2025-01-15T12:00:00Z",
- "uploaderId": 675712978,
- "attachmentType": {
- "value": 2796.48,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "notes": "Handle with care - fragile items",
- "links": [
- {
- "rel": "self",
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
]
}| topLevelCommodity required | string Example: topLevelCommodity=LTLFreight Required. Required top level commodity |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Required Authorization header containing access token |
{- "totalCount": 100,
- "items": [
- {
- "lastFour": "4242",
- "isPrimary": false,
- "active": false,
- "expiration": {
- "month": 100,
- "year": 100
}, - "id": "675712978",
- "type": {
- "value": 2796.48
}, - "issuer": "Visa"
}
]
}This endpoint allows you to retrieve latitude/longitude values, transit status, and the most recent location or address. If a recent location is not provided, these will be absent from the response.
| listingId required | integer <int32> Example: 12345 Required. listingId |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Bearer {your password grant bearer token} |
{- "listingGeneratedId": 675712978,
- "listingTitle": "LTL Freight Shipment - Austin to Los Angeles",
- "commodityCode": "LTLFreight",
- "shipmentTrackingSummaryModel": {
- "originAddress": {
- "latitude": 30.2672,
- "longitude": -97.7431,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "destinationAddress": {
- "latitude": 30.2672,
- "longitude": -97.7431,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}, - "pickupTimeframe": {
- "date1": "2020-01-31T00:00:00",
- "date2": "2020-02-02T00:00:00",
- "date1Offset": "2020-01-31T00:00:00-06:00",
- "date2Offset": "2020-01-31T00:00:00-06:00",
- "timeFrameType": {
- "value": "Between",
- "label": "between",
- "shortLabel": "between"
}, - "timeZone": "America/Chicago",
- "label": "Between 1/31/2020 - 2/2/2020",
- "shortLabel": "1/31 - 2/2",
- "shortLabelWithYear": "1/31/2020 - 2/2/2020"
}, - "deliveryTimeframe": {
- "date1": "2020-01-31T00:00:00",
- "date2": "2020-02-02T00:00:00",
- "date1Offset": "2020-01-31T00:00:00-06:00",
- "date2Offset": "2020-01-31T00:00:00-06:00",
- "timeFrameType": {
- "value": "Between",
- "label": "between",
- "shortLabel": "between"
}, - "timeZone": "America/Chicago",
- "label": "Between 1/31/2020 - 2/2/2020",
- "shortLabel": "1/31 - 2/2",
- "shortLabelWithYear": "1/31/2020 - 2/2/2020"
}, - "currentTransitStatus": {
- "value": "Delivered",
- "label": "Delivered",
- "shortLabel": "Delivered"
}
}, - "carrierContactModel": {
- "name": "John Doe",
- "companyName": "Acme Logistics",
- "username": "John Doe",
- "user": {
- "userId": 30450164,
- "displayName": "John Doe",
- "feedback": {
- "count": 1,
- "percentPositive": 100,
- "starRating": 100
}, - "aboutMe": "Experienced carrier with 10+ years in freight shipping",
- "dateCreated": "2004-02-23T17:51:17Z",
- "companyLocation": {
- "majorMunicipality": "Austin",
- "stateProvince": "TX"
}, - "directoryCategories": [
- {
- "value": "HouseholdGoods",
- "label": "Vehicles",
- "shortLabel": "Vehicles"
}
], - "links": [
- {
- "verb": "GET",
- "title": "LTL Freight Shipment - Austin to Los Angeles"
}
]
}
}, - "shipmentTrackingStatuses": [
- {
- "status": "ReadyForDispatch",
- "punctuality": {
- "value": "NotApplicable",
- "label": "Not Applicable",
- "shortLabel": "n/a"
}, - "recorded": "2020-01-31T00:30:14Z"
}
], - "mostRecentLocation": [
- {
- "recorded": "2025-01-15T14:30:00Z",
- "latitude": 30.2672,
- "longitude": -97.7431
}
], - "mostRecentAddress": [
- {
- "latitude": 30.2672,
- "longitude": -97.7431,
- "label": "$2,796.48",
- "shortLabel": "$2,796"
}
]
}Retrieve Bill of Lading documents. The BOL is the official shipping contract between shipper and carrier.
| id required | string Example: 675712978 Required. The listing ID |
| Authorization required | string Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9... Required. Required Authorization header containing access token |
{- "billOfLadingNumber": 100,
}