Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_VerifyRelistItemResponseType.h
Trading_VerifyRelistItemResponseType.m

Overview

Returns the estimated fees for the listing that is being verified for a re-list.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    Unique item ID for the new listing. As VerifyRelistItem does not
    actually re-list an item, returns 0 instead of a normal item ID.

    property
  •   fees

    Child elements contain the estimated listing fees for the new item
    listing. The fees do not include the Final Value Fee (FVF), which cannot
    be determined until an item is sold.

    property
  •   startTime

    Date and time the new listing became active on the eBay site.

    property
  •   endTime

    Date and time when the new listing ends. This is the starting time plus
    the listing duration.

    property
  •   discountReason

    The nature of the discount, if a discount would have applied
    had this actually been listed at this time.

    property
  •   productSuggestions

    Provides a list of products recommended by eBay which match the item information
    provided by the seller.
    Not applicable to Half.com.

    property

Properties

discountReason

The nature of the discount, if a discount would have applied
had this actually been listed at this time.

@property (nonatomic, retain) NSMutableArray *discountReason

Discussion

The nature of the discount, if a discount would have applied
had this actually been listed at this time.

entry type : string constant in Trading_DiscountReasonCodeType.h

Declared In

Trading_VerifyRelistItemResponseType.h

endTime

Date and time when the new listing ends. This is the starting time plus
the listing duration.

@property (nonatomic, retain) NSDate *endTime

Discussion

Date and time when the new listing ends. This is the starting time plus
the listing duration.

type : NSDate, wrapper for primitive date

Declared In

Trading_VerifyRelistItemResponseType.h

fees

Child elements contain the estimated listing fees for the new item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold.

@property (nonatomic, retain) Trading_FeesType *fees

Discussion

Child elements contain the estimated listing fees for the new item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold.

type : class Trading_FeesType

Declared In

Trading_VerifyRelistItemResponseType.h

itemID

Unique item ID for the new listing. As VerifyRelistItem does not
actually re-list an item, returns 0 instead of a normal item ID.

@property (nonatomic, retain) NSString *itemID

Discussion

Unique item ID for the new listing. As VerifyRelistItem does not
actually re-list an item, returns 0 instead of a normal item ID.

type : NSString, wrapper for primitive string

Declared In

Trading_VerifyRelistItemResponseType.h

productSuggestions

Provides a list of products recommended by eBay which match the item information
provided by the seller.
Not applicable to Half.com.

@property (nonatomic, retain) Trading_ProductSuggestionsType *productSuggestions

Discussion

Provides a list of products recommended by eBay which match the item information
provided by the seller.
Not applicable to Half.com.

type : class Trading_ProductSuggestionsType

Declared In

Trading_VerifyRelistItemResponseType.h

startTime

Date and time the new listing became active on the eBay site.

@property (nonatomic, retain) NSDate *startTime

Discussion

Date and time the new listing became active on the eBay site.

type : NSDate, wrapper for primitive date

Declared In

Trading_VerifyRelistItemResponseType.h