Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ShipmentTrackingDetailsType.h
Trading_ShipmentTrackingDetailsType.m

Overview

This type details the shipping carrier and shipment tracking number associated with a
package shipment. It also contains information about the line items shipped through the Global Shipping program.

@ingroup EBayAPIInterface

Tasks

  •   shippingCarrierUsed

    Required if ShipmentTrackingNumber is supplied.
    Name of the shipping carrier used to ship the item. Although this value
    can be any value, since it is not checked by eBay, commonly used shipping
    carriers can be found by calling GeteBayDetails
    with DetailName set to ShippingCarrierDetails and examining the
    returned ShippingCarrierCodeTypes.



    For those using UPS Mail Innovations, supply the value UPS-MI for UPS Mail Innnovations.
    Buyers will subsequently be sent to the UPS Mail Innovations website for tracking.



    For those using FedEx SmartPost in a CompleteSale callsupply the value FedEx.
    Buyers will subsequently be sent to the appropriate web site for tracking status.
    (The buyer is sent to the UPS Mail Innovations website if UPS-MI is specified, or to
    the FedEx website if FedEx is specified.)
    Returned only if set.
    Returned for Half.com as well.

    property
  •   shipmentTrackingNumber

    Required if ShippingCarrierUsed is supplied.
    The tracking number assigned by the shipping carrier to the item shipment. The
    format of the tracking number must be consistent with the format used by the
    specified shipping carrier (ShippingCarrierUsed). Typically, you should avoid
    spaces and hyphens.
    Returned only if set.
    Returned for Half.com as well.

    property
  •   shipmentLineItem
    Contains information about one or more order line items in a Global Shipping Program package. Required or returned if the value of <strong>ShippingCarrierUsed</strong> is <code>GlobalShipping_MultiCarrier</code>.
    
    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_ShipmentTrackingDetailsType.h

shipmentLineItem

Contains information about one or more order line items in a Global Shipping Program package. Required or returned if the value of <strong>ShippingCarrierUsed</strong> is <code>GlobalShipping_MultiCarrier</code>.
@property (nonatomic, retain) Trading_ShipmentLineItemType *shipmentLineItem

Discussion

Contains information about one or more order line items in a Global Shipping Program package. Required or returned if the value of <strong>ShippingCarrierUsed</strong> is <code>GlobalShipping_MultiCarrier</code>.  

type : class Trading_ShipmentLineItemType

Declared In

Trading_ShipmentTrackingDetailsType.h

shipmentTrackingNumber

Required if ShippingCarrierUsed is supplied.
The tracking number assigned by the shipping carrier to the item shipment. The
format of the tracking number must be consistent with the format used by the
specified shipping carrier (ShippingCarrierUsed). Typically, you should avoid
spaces and hyphens.
Returned only if set.
Returned for Half.com as well.

@property (nonatomic, retain) NSString *shipmentTrackingNumber

Discussion

Required if ShippingCarrierUsed is supplied.
The tracking number assigned by the shipping carrier to the item shipment. The
format of the tracking number must be consistent with the format used by the
specified shipping carrier (ShippingCarrierUsed). Typically, you should avoid
spaces and hyphens.
Returned only if set.
Returned for Half.com as well.

type : NSString, wrapper for primitive string

Declared In

Trading_ShipmentTrackingDetailsType.h

shippingCarrierUsed

Required if ShipmentTrackingNumber is supplied.
Name of the shipping carrier used to ship the item. Although this value
can be any value, since it is not checked by eBay, commonly used shipping
carriers can be found by calling GeteBayDetails
with DetailName set to ShippingCarrierDetails and examining the
returned ShippingCarrierCodeTypes.



For those using UPS Mail Innovations, supply the value UPS-MI for UPS Mail Innnovations.
Buyers will subsequently be sent to the UPS Mail Innovations website for tracking.



For those using FedEx SmartPost in a CompleteSale callsupply the value FedEx.
Buyers will subsequently be sent to the appropriate web site for tracking status.
(The buyer is sent to the UPS Mail Innovations website if UPS-MI is specified, or to
the FedEx website if FedEx is specified.)
Returned only if set.
Returned for Half.com as well.

@property (nonatomic, retain) NSString *shippingCarrierUsed

Discussion

Required if ShipmentTrackingNumber is supplied.
Name of the shipping carrier used to ship the item. Although this value
can be any value, since it is not checked by eBay, commonly used shipping
carriers can be found by calling GeteBayDetails
with DetailName set to ShippingCarrierDetails and examining the
returned ShippingCarrierCodeTypes.



For those using UPS Mail Innovations, supply the value UPS-MI for UPS Mail Innnovations.
Buyers will subsequently be sent to the UPS Mail Innovations website for tracking.



For those using FedEx SmartPost in a CompleteSale callsupply the value FedEx.
Buyers will subsequently be sent to the appropriate web site for tracking status.
(The buyer is sent to the UPS Mail Innovations website if UPS-MI is specified, or to
the FedEx website if FedEx is specified.)
Returned only if set.
Returned for Half.com as well.

type : NSString, wrapper for primitive string

Declared In

Trading_ShipmentTrackingDetailsType.h