[v1] ShipmentStatus

Overview

This endpoint gets the latest status from the LTL shipment using PRO numbers or alternate reference IDs.


POST /ShipmentStatus

 Request Body
PropertyData TypeNotes
includeTransactionsboolean

Gets or sets a flag that dictates if this request should include transactions in the response.

isProductionboolean

Gets or sets a flag that dictates to send to test or production endpoints.

pickupDatestring

Gets or sets the pickup date.

  • date-time


 carrier
PropertyData TypeNotes
integrationNamestring

Gets or sets the name of the carrier's integration.

carrierNamestring

Gets or sets the name of the carrier used for the provided integration.

credentialSetNamestring

Gets or sets the identifier for the set of account credentials to be looked up for the provided integration.

billingAccountNumberstringGets or sets the account number to be billed for this request.
thirdPartyBillingAccountNumberstring

Gets or sets the account number to be billed when the request requires another account to pay.

carrierServiceNamestring

Gets or sets the carrier integration service name

documentFormatenum

Gets or sets the document format.

  • ZPL
  • PDF
  • PNG
  • GIF
  • Other
 referenceNumber

Shipment status reference number information.


PropertyData TypeNotes
proNumberstring

Gets or sets pro number value.

billOfLadingNumberstring

Gets or sets bill of lading number value.

purchaseOrderNumberstring

Gets or sets purchase order number value.

pickupNumberstring

Gets or sets pickup number value.

customerReferenceNumberstringGets or sets customer reference number value.
 shipFrom

Address representing where the goods are being shipped from.


PropertyData TypeNotes
countryCodestring

Gets or sets the country code, expecting ISO2 formatting.

postalCodestring

Gets or sets the postal code in different country formats.

citystring

Gets or sets the name of the city.

addressLinesstring

Gets or sets the address lines that represent the street address.

stateProvinceCodestring

Gets or sets the state or province code in the expected country format.

companyNamestring

Gets or sets the name of the company that this address represents.

namestring

Gets or sets the name of the contact.

emailAddressstring

Gets or sets the email address of the contact.

phoneNumberstring

Gets or sets the phone number of the contact.

 shipTo

Address representing where the goods are being shipped to.


PropertyData TypeNotes
countryCodestring

Gets or sets the country code, expecting ISO2 formatting.

postalCodestring

Gets or sets the postal code in different country formats.

citystring

Gets or sets the name of the city.

addressLinesstring

Gets or sets the address lines that represent the street address.

stateProvinceCodestring

Gets or sets the state or province code in the expected country format.

companyNamestring

Gets or sets the name of the company that this address represents.

namestring

Gets or sets the name of the contact.

emailAddressstring

Gets or sets the email address of the contact.

phoneNumberstring

Gets or sets the phone number of the contact.


 Response

Shipment status response provided back to external systems from status operation executed in a specified carrier integration's webservice.


PropertyData TypeNotes
runTimeinteger

Gets or sets the run time for creating a response for the incoming request in the LTL API.

  • int64

 messages

Defines message structure for API response.


PropertyData TypeNotes
valuestring

Gets or sets the message text content.

severityenum

Gets or sets the type of message severity.

  •  Information
  • Warning
  • Error
 carrierShipmentStatusResponse

Carrier shipment status response provided from status operation executed in a specified carrier integration's webservice.


PropertyData TypeNotes
weightnumber

Gets or sets weight.

  • decimal
shipFromResponse

shipToResponse

status


 messages

Defines message structure for API response.


PropertyData TypeNotes
valuestring

Gets or sets the message text content.

severityenum

Gets or sets the type of message severity.

  •  Information
  • Warning
  • Error
 transactions

Transaction model containing request and response information.


PropertyData TypeNotes
transactionIdstring

Gets or sets the transaction ID used for the request.

endpointstring

Gets or sets the endpoint used for the request.

requeststringGets or sets the transaction request content.
response
Gets or sets the transaction response content.
 referenceNumber

Shipment status reference number information.


PropertyData TypeNotes
proNumberstring

Gets or sets pro number value.

billOfLadingNumberstring

Gets or sets bill of lading number value.

purchaseOrderNumberstring

Gets or sets purchase order number value.

pickupNumberstring

Gets or sets pickup number value.

customerReferenceNumberstring

Gets or sets customer reference number value.

 shipFromResponse

ShipFrom address for API response.


PropertyData TypeNotes
countryCodestring

Gets or sets the country code, expecting ISO2 formatting.

postalCodestring

Gets or sets the postal code in different country formats.

citystring

Gets or sets the name of the city.

addressLinesstring

Gets or sets the address lines that represent the street address.

stateProvinceCodestring

Gets or sets the state or province code in the expected country format.

companyNamestring

Gets or sets the name of the company that this address represents.

namestring

Gets or sets the name of the contact.

emailAddressstring

Gets or sets the email address of the contact.

phoneNumberstring

Gets or sets the phone number of the contact.

countryCodeIso3string

Gets or sets the country code in ISO3 format.

countryNamestring

Gets or sets the country name.

 shipToResponse

ShipTo address for API response.


PropertyData TypeNotes
countryCodestring

Gets or sets the country code, expecting ISO2 formatting.

postalCodestring

Gets or sets the postal code in different country formats.

citystring

Gets or sets the name of the city.

addressLinesstring

Gets or sets the address lines that represent the street address.

stateProvinceCodestring

Gets or sets the state or province code in the expected country format.

companyNamestring

Gets or sets the name of the company that this address represents.

namestring

Gets or sets the name of the contact.

emailAddressstring

Gets or sets the email address of the contact.

phoneNumberstring

Gets or sets the phone number of the contact.

countryCodeIso3string

Gets or sets the country code in ISO3 format.

countryNamestring

Gets or sets the country name.

 status

Shipment status information.


PropertyData TypeNotes
codestring

Gets or sets status code.

lastUpdatedstring

Gets or sets last updated.

  • date-time
descriptionstring

Gets or sets description.


 currentLocation

Shipment status current location information.


PropertyData TypeNotes
countryCodeIso2string

Gets or sets the country code, expecting ISO2 formatting.

postalCodestring

Gets or sets the postal code in different country formats.

citystring

Gets or sets the name of the city.

addressLinesstring

Gets or sets the address lines that represent the street address.

stateProvinceCodestring

Gets or sets the state or province code in the expected country format.

companyNamestring

Gets or sets the name of the company that this address represents.

namestring

Gets or sets the name of the contact.

emailAddressstring

Gets or sets the email address of the contact.

phoneNumberstring

Gets or sets the phone number of the contact.

countryCodeIso3string

Gets or sets the country code in ISO3 format.

countryNamestring

Gets or sets the country name.

Feedback

Submit feedback.