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

Overview

Returns the item ID and the estimated fees for the revised listing.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    Item ID that uniquely identifies the item listing that was revised.
    Provided for confirmation purposes. The value returned should be the
    same as the item ID specified in the ItemID property of the Item object
    specified as input for the call.

    property
  •   sku

    Item-level SKU for the listing, if the seller specified
    Item.SKU for the listing. Variation SKUs are not returned

    property
  •   startTime

    Starting date and time for the listing.

    property
  •   endTime

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

    property
  •   fees

    Child elements contain the estimated listing fees for the revised item
    listing. The fees do not include the Final Value Fee (FVF), which cannot
    be determined until an item is sold. Revising an item does not itself
    incur a fee. However, certain item properties are fee-based and result
    in the return of fees in the call’s response.

    property
  •   categoryID

    ID of the primary category in which the item was listed.
    Only returned if you set Item.CategoryMappingAllowed to true in the request
    and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
    If the primary category has not changed or it has expired with no replacement,
    CategoryID does not return a value.

    property
  •   category2ID

    ID of the secondary category in which the item was listed.
    Only returned if you set Item.CategoryMappingAllowed to true in the request
    and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
    If the secondary category has not changed or it has expired with no replacement,
    Category2ID does not return a value.

    property
  •   discountReason

    The nature of the discount, if a discount applied.

    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

category2ID

ID of the secondary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.

@property (nonatomic, retain) NSString *category2ID

Discussion

ID of the secondary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.

type : NSString, wrapper for primitive string

Declared In

Trading_ReviseFixedPriceItemResponseType.h

categoryID

ID of the primary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.

@property (nonatomic, retain) NSString *categoryID

Discussion

ID of the primary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.

type : NSString, wrapper for primitive string

Declared In

Trading_ReviseFixedPriceItemResponseType.h

discountReason

The nature of the discount, if a discount applied.

@property (nonatomic, retain) NSMutableArray *discountReason

Discussion

The nature of the discount, if a discount applied.

entry type : string constant in Trading_DiscountReasonCodeType.h

Declared In

Trading_ReviseFixedPriceItemResponseType.h

endTime

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

@property (nonatomic, retain) NSDate *endTime

Discussion

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

type : NSDate, wrapper for primitive date

Declared In

Trading_ReviseFixedPriceItemResponseType.h

fees

Child elements contain the estimated listing fees for the revised item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. Revising an item does not itself
incur a fee. However, certain item properties are fee-based and result
in the return of fees in the call’s response.

@property (nonatomic, retain) Trading_FeesType *fees

Discussion

Child elements contain the estimated listing fees for the revised item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. Revising an item does not itself
incur a fee. However, certain item properties are fee-based and result
in the return of fees in the call’s response.

type : class Trading_FeesType

Declared In

Trading_ReviseFixedPriceItemResponseType.h

itemID

Item ID that uniquely identifies the item listing that was revised.
Provided for confirmation purposes. The value returned should be the
same as the item ID specified in the ItemID property of the Item object
specified as input for the call.

@property (nonatomic, retain) NSString *itemID

Discussion

Item ID that uniquely identifies the item listing that was revised.
Provided for confirmation purposes. The value returned should be the
same as the item ID specified in the ItemID property of the Item object
specified as input for the call.

type : NSString, wrapper for primitive string

Declared In

Trading_ReviseFixedPriceItemResponseType.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_ReviseFixedPriceItemResponseType.h

sku

Item-level SKU for the listing, if the seller specified
Item.SKU for the listing. Variation SKUs are not returned

@property (nonatomic, retain) NSString *sku

Discussion

Item-level SKU for the listing, if the seller specified
Item.SKU for the listing. Variation SKUs are not returned

Declared In

Trading_ReviseFixedPriceItemResponseType.h

startTime

Starting date and time for the listing.

@property (nonatomic, retain) NSDate *startTime

Discussion

Starting date and time for the listing.

type : NSDate, wrapper for primitive date

Declared In

Trading_ReviseFixedPriceItemResponseType.h