Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_AddToItemDescriptionRequestType.h
Trading_AddToItemDescriptionRequestType.m

Overview

Appends a horizontal rule, then a message about what time the
addition was made by the seller, and then the seller-specified text.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    Unique item ID that identifies the target item listing, the description
    of which is appended with the text specified in Description.

    property
  •   description

    Specifies the text to append to the end of the listing’s description.
    Text appended to a listing’s description must abide by the rules
    applicable to this data (such as no JavaScript) as is the case when
    first listing the item.

    property

Properties

description

Specifies the text to append to the end of the listing’s description.
Text appended to a listing’s description must abide by the rules
applicable to this data (such as no JavaScript) as is the case when
first listing the item.

@property (nonatomic, retain) NSString *description

Discussion

Specifies the text to append to the end of the listing’s description.
Text appended to a listing’s description must abide by the rules
applicable to this data (such as no JavaScript) as is the case when
first listing the item.

type : NSString, wrapper for primitive string

Declared In

Trading_AddToItemDescriptionRequestType.h

itemID

Unique item ID that identifies the target item listing, the description
of which is appended with the text specified in Description.

@property (nonatomic, retain) NSString *itemID

Discussion

Unique item ID that identifies the target item listing, the description
of which is appended with the text specified in Description.

type : NSString, wrapper for primitive string

Declared In

Trading_AddToItemDescriptionRequestType.h