eBay Trading APIVersion 1349
 

ShippingCarrierDetailsType

Details about type of Carrier used to ship an item.

Type that uses ShippingCarrierDetailsType:

Call that uses ShippingCarrierDetailsType:

Fields



Description ( string ) [0..1]
Display string that applications can use to present a list of shipping carriers in a more user-friendly format (such as in a drop-down list).
See the Field Index to learn which calls use Description.

DetailVersion ( string ) [0..1]
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use DetailVersion.

ShippingCarrier ( ShippingCarrierCodeType ) [0..1]
The code for the shipping carrier.

Note: Commonly used shipping carriers can also be found by calling GeteBayDetails with DetailName set to ShippingCarrierDetails and examining the returned ShippingCarrierDetails.ShippingCarrier field.
See the Field Index to learn which calls use ShippingCarrier.

ShippingCarrierID ( int ) [0..1]
Numeric identifier. Some applications use this ID to look up shipping Carriers more efficiently.
See the Field Index to learn which calls use ShippingCarrierID.

UpdateTime ( dateTime ) [0..1]
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use UpdateTime.