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

Properties

automatedRelistingRule

The information for the automated relisting rule to be associated with the item.

@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRule

Discussion

The information for the automated relisting rule to be associated with the item.

type : class Trading_SellingManagerAutoRelistType

Declared In

Trading_SetSellingManagerItemAutomationRuleRequestType.h

automatedSecondChanceOfferRule

The information for the automated second chance offer rule to be associated with the item.

@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRule

Discussion

The information for the automated second chance offer rule to be associated with the item.

type : class Trading_SellingManagerAutoSecondChanceOfferType

Declared In

Trading_SetSellingManagerItemAutomationRuleRequestType.h

itemID

The item ID whose automation rules you want to change.

@property (nonatomic, retain) NSString *itemID

Discussion

The item ID whose automation rules you want to change.

type : NSString, wrapper for primitive string

Declared In

Trading_SetSellingManagerItemAutomationRuleRequestType.h