Download OpenAPI specification:Download
Technical API Reference for the LTL Connect product's rates redirect, Bill of Lading, and reports endpoints. To obtain an API key, visit uShip API Key Generation.
webhook sent when a listing is booked through an integration
Information about the booked listing
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Listing.Booked/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Listing.Booked/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "billOfLading": {
- "billOfLadingNumber": 0,
}
}
}
Information about the booked transit status change
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Shipment.TransitStatusChanged/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Shipment.TransitStatusChanged/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "transitStatus": {
- "value": "ReadyForDispatch"
}
}
}
Information about the reference number
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Listing.ReferenceNumberAdded/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Listing.ReferenceNumberAdded/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "number": "string",
- "type": {
- "value": "Pickup"
}
}
}
Information about the status change
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Listing.StatusChanged/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Listing.StatusChanged/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "status": {
- "value": "Booked"
}
}
}
Information about the delivery timeframe
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Shipment.DeliveryTimeFrameUpdated/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Shipment.DeliveryTimeFrameUpdated/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "timeFrame": {
- "localEarliestArrival": "2019-08-24T14:15:22Z",
- "localLatestArrival": "2019-08-24T14:15:22Z",
- "timeFrameType": {
- "value": "before"
}
}
}
}
Information about the attachment
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Listing.Attachment.AttachmentAdded/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Listing.Attachment.AttachmentAdded/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "fileName": "string",
- "fileType": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "attachmentType": {
- "value": "other"
}
}
}
Information about the price details
specversion | string Value: "1.0" The version of the CloudEvents specification which the event uses. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#specversion |
source | string <uri> Identifies the context in which an event happened. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#source-1 |
id | string <uuid> Identifies the event. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#id |
time | string <date-time> Timestamp of when the occurrence happened in ISO-8601 format. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#time |
type | string Value: "Listing.PriceDetailsUpdated/v1" Type of event related to the originating occurrence. See https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#type |
object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "time": "2019-08-24T14:15:22Z",
- "type": "Listing.PriceDetailsUpdated/v1",
- "data": {
- "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "totalCost": {
- "value": 0.1,
- "currencyType": {
- "value": "None"
}
}, - "priceDetails": {
- "items": [
- {
- "amount": {
- "value": 0.1,
- "currencyType": {
- "value": "None"
}
}, - "description": {
- "value": "string"
}
}
]
}
}
}
Allows integrator to retrieve listing information by listing ID
listingId required | integer <int32> listingId of the listing that is to be returned |
{- "status": {
- "value": "Booked",
- "label": "string",
- "shortLabel": "string"
}, - "paymentStatus": {
- "value": "Paid",
- "label": "string",
- "shortLabel": "string"
}, - "transitStatus": {
- "value": "ReadyForDispatch",
- "label": "string",
- "shortLabel": "string"
}, - "cancellationStatus": {
- "value": "Pending",
- "label": "string",
- "shortLabel": "string"
}, - "hasPendingBookingRequest": true,
- "gallery": [
- "string"
], - "isCharitable": true,
- "isAuction": true,
- "isDutchAuction": true,
- "autoAcceptPrice": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "auctionTargetPrice": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "auctionMaxPrice": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "namedPrice": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "offerPrice": {
- "offerType": {
- "value": "Offer",
- "label": "string",
- "shortLabel": "string"
}, - "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "lowestBidPrice": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "acceptedBidPrice": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "totalCost": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "bookingDeposit": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "amountDueToServiceProvider": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "amountToMe": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "priceDetails": {
- "items": [
- {
- "amount": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "description": {
- "value": "string",
- "label": "string",
- "shortLabel": "string"
}
}
]
}, - "commodity": "string",
- "parentCommodity": "string",
- "topLevelCommodity": "string",
- "expiresOn": "2019-08-24T14:15:22Z",
- "questionsAsked": 0,
- "activeBidsPlaced": 0,
- "totalBidsPlaced": 0,
- "imageUrl": "string",
- "isDefaultImage": true,
- "checksum": "string",
- "isWatched": true,
- "createdOn": "2019-08-24T14:15:22Z",
- "activatedOn": "2019-08-24T14:15:22Z",
- "lastUpdatedOn": "2019-08-24T14:15:22Z",
- "isBrokered": true,
- "bookedOn": "2019-08-24T14:15:22Z",
- "completedOn": "2019-08-24T14:15:22Z",
- "cancelledOn": "2019-08-24T14:15:22Z",
- "archivedOn": "2019-08-24T14:15:22Z",
- "serviceProvider": {
- "userId": 0,
- "displayName": "string",
- "imageUrl": "string",
- "profileUrl": "string",
- "responseTime": "string",
- "feedback": {
- "count": 0,
- "percentPositive": 0.1,
- "starRating": 0.1,
- "acceptanceRate": 0.1
}, - "trackingEnabled": true,
- "aboutMe": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "thirdPartyIdentifier": "string",
- "thirdPartyProfileLink": "string",
- "onTimePercentage": 0.1,
- "rebillPercentage": 0.1,
- "damageToClaimRatio": 0.1,
- "pickupInstructionsMaxCharacters": 0,
- "tariffUrl": "string",
- "isFreightConsolidator": true,
- "isNetworkAware": true,
- "customFields": { },
- "companyLocation": {
- "majorMunicipality": "string",
- "stateProvince": "string"
}, - "directoryCategories": [
- {
- "value": "string",
- "label": "string",
- "shortLabel": "string",
- "subCommodities": [
- { }
]
}
], - "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
]
}, - "assignedDriver": {
- "userId": 0,
- "displayName": "string",
- "imageUrl": "string",
- "profileUrl": "string",
- "responseTime": "string",
- "feedback": {
- "count": 0,
- "percentPositive": 0.1,
- "starRating": 0.1,
- "acceptanceRate": 0.1
}, - "trackingEnabled": true,
- "aboutMe": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "thirdPartyIdentifier": "string",
- "thirdPartyProfileLink": "string",
- "onTimePercentage": 0.1,
- "rebillPercentage": 0.1,
- "damageToClaimRatio": 0.1,
- "pickupInstructionsMaxCharacters": 0,
- "tariffUrl": "string",
- "isFreightConsolidator": true,
- "isNetworkAware": true,
- "customFields": { },
- "companyLocation": {
- "majorMunicipality": "string",
- "stateProvince": "string"
}, - "directoryCategories": [
- {
- "value": "string",
- "label": "string",
- "shortLabel": "string",
- "subCommodities": [
- { }
]
}
], - "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
]
}, - "isReadyForPickup": true,
- "billOfLadingNumber": 0,
- "uShipPayments": {
- "requiredOnBidsLessThan": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "availableOnBidsLessThan": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}
}, - "minimumBidAmount": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string",
- "currencyType": {
- "value": "None",
- "label": "string",
- "shortLabel": "string"
}
}, - "privateNetwork": "string",
- "cancellationLink": "string",
- "quoteRequestId": "string",
- "commodityType": {
- "value": "HouseholdGoods",
- "label": "string",
- "shortLabel": "string"
}, - "parentCommodityType": {
- "value": "HouseholdGoods",
- "label": "string",
- "shortLabel": "string"
}, - "topLevelCommodityType": {
- "value": "HouseholdGoods",
- "label": "string",
- "shortLabel": "string"
}, - "isItineraryMandatory": true,
- "thirdParty": {
- "identifier": "string",
- "version": "string",
- "checksum": "string",
- "source": "string",
- "prohibitEditViaUshipUi": true,
- "prohibitPlanViaUshipUi": true
}, - "serviceTypes": [
- {
- "value": "BlanketWrap",
- "label": "string",
- "shortLabel": "string"
}
], - "isExclusiveListing": true,
- "listingId": 0,
- "title": "string",
- "description": "string",
- "route": {
- "distance": {
- "kilometers": 0.1,
- "label": "string",
- "shortLabel": "string"
}, - "items": [
- {
- "address": {
- "streetAddress": "string",
- "alternateStreetAddress": "string",
- "majorMunicipality": "string",
- "postalCode": "string",
- "stateProvince": "string",
- "stateProvinceLabel": "string",
- "country": "string",
- "countryLabel": "string",
- "latitude": 0.1,
- "longitude": 0.1,
- "label": "string",
- "shortLabel": "string",
- "type": {
- "value": "Residence",
- "label": "string",
- "shortLabel": "string"
}
}, - "contact": {
- "name": "string",
- "companyName": "string",
- "phoneNumber": "string",
- "altPhoneNumber": "string",
- "email": "string",
- "firstName": "string",
- "lastName": "string"
}, - "timeFrame": {
- "label": "string",
- "shortLabel": "string",
- "earliestArrival": "2019-08-24T14:15:22Z",
- "latestArrival": "2019-08-24T14:15:22Z",
- "localEarliestArrival": "2019-08-24T14:15:22Z",
- "localLatestArrival": "2019-08-24T14:15:22Z",
- "timeFrameType": {
- "value": "before",
- "label": "string",
- "shortLabel": "string"
}, - "timeZone": "string"
}, - "terminal": {
- "phoneNumber": "string",
- "city": "string",
- "state": "string",
- "postalCode": "string"
}, - "attributes": {
- "property1": {
- "title": "string",
- "value": { },
- "label": "string",
- "shortLabel": "string"
}, - "property2": {
- "title": "string",
- "value": { },
- "label": "string",
- "shortLabel": "string"
}
}, - "accessorials": [
- {
- "value": "PickupWeekendOrHoliday",
- "label": "string",
- "shortLabel": "string"
}
]
}
]
}, - "lister": {
- "userId": 0,
- "displayName": "string",
- "imageUrl": "string",
- "profileUrl": "string",
- "responseTime": "string",
- "feedback": {
- "count": 0,
- "percentPositive": 0.1,
- "starRating": 0.1,
- "acceptanceRate": 0.1
}, - "trackingEnabled": true,
- "aboutMe": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "thirdPartyIdentifier": "string",
- "thirdPartyProfileLink": "string",
- "onTimePercentage": 0.1,
- "rebillPercentage": 0.1,
- "damageToClaimRatio": 0.1,
- "pickupInstructionsMaxCharacters": 0,
- "tariffUrl": "string",
- "isFreightConsolidator": true,
- "isNetworkAware": true,
- "customFields": { },
- "companyLocation": {
- "majorMunicipality": "string",
- "stateProvince": "string"
}, - "directoryCategories": [
- {
- "value": "string",
- "label": "string",
- "shortLabel": "string",
- "subCommodities": [
- { }
]
}
], - "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
]
}, - "items": [
- {
- "title": "string",
- "commodity": {
- "value": "HouseholdGoods",
- "label": "string",
- "shortLabel": "string"
}, - "gallery": [
- "string"
], - "attributes": {
- "property1": {
- "title": "string",
- "value": { },
- "label": "string",
- "shortLabel": "string"
}, - "property2": {
- "title": "string",
- "value": { },
- "label": "string",
- "shortLabel": "string"
}
}
}
], - "accessorials": [
- {
- "value": "PickupWeekendOrHoliday",
- "label": "string",
- "shortLabel": "string"
}
], - "totalWeightInGrams": {
- "value": 0.1,
- "label": "string",
- "shortLabel": "string"
}, - "attributes": {
- "property1": {
- "title": "string",
- "value": { },
- "label": "string",
- "shortLabel": "string"
}, - "property2": {
- "title": "string",
- "value": { },
- "label": "string",
- "shortLabel": "string"
}
}, - "nextTransitStatus": {
- "value": "ReadyForDispatch",
- "label": "string",
- "shortLabel": "string"
}, - "previousTransitStatus": {
- "value": "ReadyForDispatch",
- "label": "string",
- "shortLabel": "string"
}, - "availableTransitStatuses": [
- {
- "value": "ReadyForDispatch",
- "label": "string",
- "shortLabel": "string"
}
], - "referenceNumbers": [
- {
- "number": "string",
- "type": {
- "value": "Pickup",
- "label": "string",
- "shortLabel": "string"
}, - "referenceNumberLabel": "string"
}
], - "importSource": "string",
- "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
]
}
Allows integrator to retrieve listing attachments by listing ID
listingId required | integer <int32> |
attachmentId required | integer <int32> |
{- "attachmentId": "string",
- "uri": "string",
- "fileName": "string",
- "fileType": "string",
- "fileSize": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "uploaderId": 0,
- "attachmentType": {
- "value": "other",
- "label": "string",
- "shortLabel": "string"
}, - "notes": "string",
- "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
]
}
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> |
Authorization required | string Bearer {your password grant bearer token} |
{- "listingGeneratedId": 0,
- "listingTitle": "string",
- "commodityCode": "string",
- "shipmentTrackingSummaryModel": {
- "originAddress": {
- "latitude": 0,
- "longitude": 0,
- "label": "string",
- "shortLabel": "string"
}, - "destinationAddress": {
- "latitude": 0,
- "longitude": 0,
- "label": "string",
- "shortLabel": "string"
}, - "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": "string",
- "companyName": "string",
- "username": "string",
- "user": {
- "userId": 0,
- "displayName": "string",
- "imageUrl": "string",
- "profileUrl": "string",
- "feedback": {
- "count": 0,
- "percentPositive": 0,
- "starRating": 0
}, - "aboutMe": "string",
- "dateCreated": "2004-02-23T17:51:17Z",
- "companyLocation": {
- "majorMunicipality": "string",
- "stateProvince": "string"
}, - "directoryCategories": [
- {
- "value": "HouseholdGoods",
- "label": "Vehicles",
- "shortLabel": "Vehicles"
}
], - "links": [
- {
- "verb": "GET",
- "href": "string",
- "title": "string"
}
]
}
}, - "shipmentTrackingStatuses": [
- {
- "status": "ReadyForDispatch",
- "punctuality": {
- "value": "NotApplicable",
- "label": "Not Applicable",
- "shortLabel": "n/a"
}, - "recorded": "2020-01-31T00:30:14Z"
}
], - "mostRecentLocation": [
- {
- "recorded": "string",
- "latitude": 0,
- "longitude": 0
}
], - "mostRecentAddress": [
- {
- "latitude": 0,
- "longitude": 0,
- "label": "string",
- "shortLabel": "string"
}
]
}
id required | string |
development | string |
Authorization required | string Required Authorization header containing access token |
{- "totalCount": 0,
- "items": [
- {
- "serviceType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "additionalInformation": "string",
- "expires": "string",
- "calculatedPrices": {
- "ushipServiceCharge": {
- "ushipServiceCharge": {
- "currencyType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "shortLabel": "string",
- "label": "string",
- "value": 0
}, - "freightCharge": {
- "currencyType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "shortLabel": "string",
- "label": "string",
- "value": 0
}
}
}, - "totalPrice": {
- "currencyType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "shortLabel": "string",
- "label": "string",
- "value": 0
}, - "bidder": {
- "profileUrl": "string",
- "feedback": {
- "count": 0,
- "starRating": 0
}, - "directoryCategories": [
- {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}
], - "dateCreated": "string",
- "displayName": "string",
- "responseTime": "string",
- "imageUrl": "string",
- "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
], - "userId": 0,
- "companyLocation": {
- "majorMunicipality": "string",
- "stateProvince": "string"
}, - "aboutMe": "string",
- "tariffUrl": "string"
}, - "created": "string",
- "pickupTimeframe": {
- "delay": 0,
- "timeFrameType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}
}, - "carrierTransitDays": 0,
- "deliveryTimeFrame": {
- "delay": 0,
- "timeFrameType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}
}, - "ltlServiceLevel": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "amountToCarrierCharges": [
- {
- "charge": {
- "currencyType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "shortLabel": "string",
- "label": "string",
- "value": 0
}, - "code": "string",
- "description": "string"
}
], - "transportMode": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}, - "links": [
- {
- "rel": "string",
- "verb": "string",
- "href": "string",
- "title": "string"
}
], - "id": "string",
- "carrierBranding": "string",
- "vehicleType": {
- "shortLabel": "string",
- "label": "string",
- "value": "string"
}
}
]
}
development | string |
Authorization required | string Required Authorization header containing access token |
required | object |
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 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": "string",
- "country": "string",
- "formattedAddress": "string",
- "streetAddress": "string",
- "postalCode": "string",
- "latitude": 0,
- "stateProvince": "string",
- "type": "Residence",
- "longitude": 0
}, - "contact": {
- "firstName": "string",
- "lastName": "string",
- "phoneNumber": "string",
- "companyName": "string",
- "name": "string",
- "email": "string"
}, - "timeFrame": {
- "earliestArrival": "string",
- "latestArrival": "string",
- "timeFrameType": "on"
}, - "accessorials": [
- "WeekendOrHoliday"
]
}, - {
- "address": {
- "majorMunicipality": "string",
- "country": "string",
- "formattedAddress": "string",
- "streetAddress": "string",
- "postalCode": "string",
- "latitude": 0,
- "stateProvince": "string",
- "type": "Residence",
- "longitude": 0
}, - "contact": {
- "firstName": "string",
- "lastName": "string",
- "phoneNumber": "string",
- "companyName": "string",
- "name": "string",
- "email": "string"
}, - "timeFrame": {
- "earliestArrival": "string",
- "latestArrival": "string",
- "timeFrameType": "on"
}, - "accessorials": [
- "WeekendOrHoliday"
]
}
]
}, - "referenceNumbers": [
- {
- "number": "string",
- "type": "Pickup"
}
], - "items": [
- {
- "commodity": "string",
- "stackable": true,
- "heightInMeters": 0,
- "unitCount": 0,
- "lengthInMeters": 0,
- "weightInGrams": 0,
- "hazardous": true,
- "widthInMeters": 0,
- "handlingUnit": "None",
- "title": "string",
- "description": "string",
- "gallery": [
- "string"
]
}
], - "integratorId": "string",
- "accessorials": [
- "ProtectFromFreezing"
]
}
{- "reason": "string",
- "errors": [
- {
- "severity": "string",
- "reason": "string",
- "code": 0,
- "field": "string"
}
]
}
Allows a shipper or an integrator on a shipper’s behalf to accept a rate
id required | string |
Authorization required | string Required Authorization header containing access token |
required | object Insurance |
paymentMethodId required | string Payment method ID |
{- "insurance": {
- "coverage": {
- "currencyType": "string",
- "amount": 0
}
}, - "paymentMethodId": "string"
}
{- "message": "string"
}
executionId required | string |
id required | string |
Authorization required | string Required Authorization header containing access token |
{- "response": "string",
- "statusCode": 0
}
topLevelCommodity required | string Required top level commodity |
Authorization required | string Required Authorization header containing access token |
{- "totalCount": 0,
- "items": [
- {
- "lastFour": "string",
- "isPrimary": true,
- "active": true,
- "expiration": {
- "month": 0,
- "year": 0
}, - "id": "string",
- "type": {
- "value": "creditcard"
}, - "issuer": "string"
}
]
}
id required | string |
Authorization required | string Required Authorization header containing access token |
{- "billOfLadingNumber": 0,
- "document": {
- "href": "string"
}
}