eBay Post-Order APIVersion 2.7.7
 

GetTrackingHistoryResponse

The base response for the GET /post-order/v2/return/{returnId}/tracking method. The information in this response should be available once the shipment information has been uploaded to the eBay system

Call that uses GetTrackingHistoryResponse:

Fields

carrierUsed ( string ) [0..?]
This string value indicates the shipping carrier used to ship the item.
See the Field Index to learn which calls use carrierUsed.

scanHistory ( array of ScanDetailType ) [0..?]
This container holds an array of one or more shipment events/scans that have occurred with the item being returned, and each node provides details on each time a shipment is scanned by the shipping carrier.
See the Field Index to learn which calls use scanHistory.

trackingNumber ( string ) [0..?]
This value is the tracking number for the shipment. Shipment tracking is mandatory except in countries where shipment tracking is not available, so this number should generally always be returned.
See the Field Index to learn which calls use trackingNumber.

trackingStatus ( string ) [0..?]
This string value indicates the delivery status of the shipment, such as in-transit or delivered. This field will be returned unless it is not known.
See the Field Index to learn which calls use trackingStatus.