Trading_SetSellingManagerItemAutomationRuleRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_SetSellingManagerItemAutomationRuleRequestType.h Trading_SetSellingManagerItemAutomationRuleRequestType.m |
Overview
Revises, or adds to, the set of Selling Manager automation
rules associated with an item.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.
Using this call, you can add an autolist rule.
You also can add a second chance offer
rule (restricted to auction items and auction templates).
Note that autorelist rules can only be set on templates.
An autorelist rule for an item is inherited from a template.
This call also enables you to specify particular information about automation
rules.
If a node is not passed in the call, the setting for the corresponding
automation rule remains unchanged.
Although this call can revise (overwrite) an existing rule,
this call cannot delete an automation rule.
(Instead, use DeleteSellingManagerItemAutomationRule.)
@ingroup EBayAPIInterface
Tasks
-
itemIDThe item ID whose automation rules you want to change.
property -
automatedRelistingRuleThe information for the automated relisting rule to be associated with the item.
property -
automatedSecondChanceOfferRuleThe information for the automated second chance offer rule to be associated with the item.
property
Properties
automatedRelistingRule
The information for the automated relisting rule to be associated with the item.
@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRuleDiscussion
The information for the automated relisting rule to be associated with the item.
type : class Trading_SellingManagerAutoRelistType
Declared In
Trading_SetSellingManagerItemAutomationRuleRequestType.hautomatedSecondChanceOfferRule
The information for the automated second chance offer rule to be associated with the item.
@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRuleDiscussion
The information for the automated second chance offer rule to be associated with the item.
type : class Trading_SellingManagerAutoSecondChanceOfferType
Declared In
Trading_SetSellingManagerItemAutomationRuleRequestType.h