Trading_SellingManagerAutoRelistType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingManagerAutoRelistType.h Trading_SellingManagerAutoRelistType.m |
Overview
Provides information about an automated relisting rule.
Automated relisting rules cannot be combined with automated listing rules.
A template can have one set of information per automated relisting rule specified.
@ingroup EBayAPIInterface
Tasks
-
type
The type of auto-relist rule for the item.
property -
relistCondition
The condition under which relist occurs.
property -
relistAfterDays
Used when RelistCondition equals RelistAfterDaysHours; specifies
property
the number days after the item ends that it should be relisted. -
relistAfterHours
Used when RelistCondition equals RelistAfterDaysHours; specifies
property
the number hours after the item ends that it should be relisted. -
relistAtSpecificTimeOfDay
Used when RelistCondition equals RelistAtSpecificTimeOfDay; specifies the time
property
of day the item should be relisted. -
bestOfferDetails
Specifies whether Best Offer should be enabled on the auto-relisted item.
property -
listingHoldInventoryLevel
Specifies that item is not listed if inventory levels on the associated
property
product are at or below the specified level. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Declared In
Trading_SellingManagerAutoRelistType.h
bestOfferDetails
Specifies whether Best Offer should be enabled on the auto-relisted item.
@property (nonatomic, retain) Trading_BestOfferDetailsType *bestOfferDetails
Discussion
Specifies whether Best Offer should be enabled on the auto-relisted item.
type : class Trading_BestOfferDetailsType
Declared In
Trading_SellingManagerAutoRelistType.h
listingHoldInventoryLevel
Specifies that item is not listed if inventory levels on the associated
product are at or below the specified level.
@property (nonatomic, retain) NSNumber *listingHoldInventoryLevel
Discussion
Specifies that item is not listed if inventory levels on the associated
product are at or below the specified level.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoRelistType.h
relistAfterDays
Used when RelistCondition equals RelistAfterDaysHours; specifies
the number days after the item ends that it should be relisted.
@property (nonatomic, retain) NSNumber *relistAfterDays
Discussion
Used when RelistCondition equals RelistAfterDaysHours; specifies
the number days after the item ends that it should be relisted.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoRelistType.h
relistAfterHours
Used when RelistCondition equals RelistAfterDaysHours; specifies
the number hours after the item ends that it should be relisted.
@property (nonatomic, retain) NSNumber *relistAfterHours
Discussion
Used when RelistCondition equals RelistAfterDaysHours; specifies
the number hours after the item ends that it should be relisted.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoRelistType.h
relistAtSpecificTimeOfDay
Used when RelistCondition equals RelistAtSpecificTimeOfDay; specifies the time
of day the item should be relisted.
@property (nonatomic, retain) NSDate *relistAtSpecificTimeOfDay
Discussion
Used when RelistCondition equals RelistAtSpecificTimeOfDay; specifies the time
of day the item should be relisted.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerAutoRelistType.h