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
-
typeThe type of auto-relist rule for the item.
property -
relistConditionThe condition under which relist occurs.
property -
relistAfterDaysUsed when RelistCondition equals RelistAfterDaysHours; specifies
property
the number days after the item ends that it should be relisted. -
relistAfterHoursUsed when RelistCondition equals RelistAfterDaysHours; specifies
property
the number hours after the item ends that it should be relisted. -
relistAtSpecificTimeOfDayUsed when RelistCondition equals RelistAtSpecificTimeOfDay; specifies the time
property
of day the item should be relisted. -
bestOfferDetailsSpecifies whether Best Offer should be enabled on the auto-relisted item.
property -
listingHoldInventoryLevelSpecifies 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 *anyDeclared In
Trading_SellingManagerAutoRelistType.hbestOfferDetails
Specifies whether Best Offer should be enabled on the auto-relisted item.
@property (nonatomic, retain) Trading_BestOfferDetailsType *bestOfferDetailsDiscussion
Specifies whether Best Offer should be enabled on the auto-relisted item.
type : class Trading_BestOfferDetailsType
Declared In
Trading_SellingManagerAutoRelistType.hlistingHoldInventoryLevel
Specifies that item is not listed if inventory levels on the associated
product are at or below the specified level.
@property (nonatomic, retain) NSNumber *listingHoldInventoryLevelDiscussion
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.hrelistAfterDays
Used when RelistCondition equals RelistAfterDaysHours; specifies
the number days after the item ends that it should be relisted.
@property (nonatomic, retain) NSNumber *relistAfterDaysDiscussion
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.hrelistAfterHours
Used when RelistCondition equals RelistAfterDaysHours; specifies
the number hours after the item ends that it should be relisted.
@property (nonatomic, retain) NSNumber *relistAfterHoursDiscussion
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.hrelistAtSpecificTimeOfDay
Used when RelistCondition equals RelistAtSpecificTimeOfDay; specifies the time
of day the item should be relisted.
@property (nonatomic, retain) NSDate *relistAtSpecificTimeOfDayDiscussion
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