Trading_VerifyRelistItemRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_VerifyRelistItemRequestType.h Trading_VerifyRelistItemRequestType.m |
Overview
Checks the arguments that you plan to use for a RelistItem call, looking for errors
and listing fees, without actually relisting the item.
@ingroup EBayAPIInterface
Tasks
-
item
Child elements hold the values for item properties that change for the
property
item re-list. Item is a required input. At a minimum, the Item.ItemID
property must be set to the ID of the listing being re-listed (a
listing that ended in the past 90 days). By default, the new listing's
Item object properties are the same as those of the original (ended)
listing. By setting a new value in the Item object, the new listing
uses the new value rather than the corresponding value from the old
listing. -
deletedField
Specifies the name of the field to remove from a listing.
property
See the Developer’s Guide for rules on removing values when relisting
items. DeletedField accepts the same values as
DeletedField in RelistItem.
DeletedField is case sensitive. The request can contain zero, one, or many
instances of DeletedField.
Properties
deletedField
Specifies the name of the field to remove from a listing.
See the Developer’s Guide for rules on removing values when relisting
items. DeletedField accepts the same values as
DeletedField in RelistItem.
DeletedField is case sensitive. The request can contain zero, one, or many
instances of DeletedField.
@property (nonatomic, retain) NSMutableArray *deletedField
Discussion
Specifies the name of the field to remove from a listing.
See the Developer’s Guide for rules on removing values when relisting
items. DeletedField accepts the same values as
DeletedField in RelistItem.
DeletedField is case sensitive. The request can contain zero, one, or many
instances of DeletedField.
entry type : NSString, wrapper for primitive string
Declared In
Trading_VerifyRelistItemRequestType.h
item
Child elements hold the values for item properties that change for the
item re-list. Item is a required input. At a minimum, the Item.ItemID
property must be set to the ID of the listing being re-listed (a
listing that ended in the past 90 days). By default, the new listing's
Item object properties are the same as those of the original (ended)
listing. By setting a new value in the Item object, the new listing
uses the new value rather than the corresponding value from the old
listing.
@property (nonatomic, retain) Trading_ItemType *item
Discussion
Child elements hold the values for item properties that change for the
item re-list. Item is a required input. At a minimum, the Item.ItemID
property must be set to the ID of the listing being re-listed (a
listing that ended in the past 90 days). By default, the new listing's
Item object properties are the same as those of the original (ended)
listing. By setting a new value in the Item object, the new listing
uses the new value rather than the corresponding value from the old
listing.
type : class Trading_ItemType
Declared In
Trading_VerifyRelistItemRequestType.h