eBay Post-Order APIVersion 2.7.7
 

ShipmentTrackingDetailType

This type is used to show detailed shipment tracking information if an INR item is being shipped to the buyer, or if the buyer is returning an item to the seller.

Type that uses ShipmentTrackingDetailType:

Calls that use ShipmentTrackingDetailType:

Fields



carrier ( string ) [0..?]
The name of the shipping carrier handling the shipment. This field is generally always returned with the shipmentTrackingDetails container unless the tracking number has yet to be provided for the order line item.
See the Field Index to learn which calls use carrier.

currentStatus ( string ) [0..?]
The current status of the shipment, such as delivered or still in-transit. This field is returned if it is known and available.
See the Field Index to learn which calls use currentStatus.

estimateFromDate ( DateTime ) [0..?]
The date and time in this container is the earliest date that the shipment is estimated to be delivered, based on the shipping service being used, the stated handling time, and when the package was shipped. This container is returned if it is known and available.
See the Field Index to learn which calls use estimateFromDate.

estimateToDate ( DateTime ) [0..?]
The date and time in this container is the latest date that the shipment is estimated to be delivered, based on the shipping service being used, the stated handling time, and when the package was shipped. If the package is not received by this date, the buyer or seller should contact their order partner to get status, and then ask eBay to step in if the problem cannot be resolved. This container is returned if it is known and available.
See the Field Index to learn which calls use estimateToDate.

trackingNumber ( string ) [0..?]
A unique identifier used to track the shipment of the order line item. This field is generally always returned with the shipmentTrackingDetails container unless the tracking number has yet to be provided for the order line item.
See the Field Index to learn which calls use trackingNumber.

trackingURL ( string ) [0..?]
This field provides the URL to the shipping carrier's shipment tracking page. This field is returned if available.
See the Field Index to learn which calls use trackingURL.