Trading_SetSellingManagerTemplateAutomationRuleRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_SetSellingManagerTemplateAutomationRuleRequestType.h Trading_SetSellingManagerTemplateAutomationRuleRequestType.m |
Overview
Revises, or adds to, the Selling Manager automation
rules associated with a template.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.
Using this call, you can add either an autorelist rule or
an autolist rule, but not both.
You also can add a second chance
offer rule (restricted to auction items and auction templates).
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 DeleteSellingManagerTemplateAutomationRule.)
@ingroup EBayAPIInterface
Tasks
-
saleTemplateIDThe ID of the Selling Manager template whose automation rules
property
you want to change. You can obtain a SaleTemplateID by calling
GetSellingManagerInventory. -
automatedListingRuleThe information for the automated listing rule to be associated with the template.
property -
automatedRelistingRuleThe information for the automated relisting rule to be associated with the template.
property -
automatedSecondChanceOfferRuleThe information for the automated second chance offer rule to be associated with the template.
property
Properties
automatedListingRule
The information for the automated listing rule to be associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoListType *automatedListingRuleDiscussion
The information for the automated listing rule to be associated with the template.
type : class Trading_SellingManagerAutoListType
Declared In
Trading_SetSellingManagerTemplateAutomationRuleRequestType.hautomatedRelistingRule
The information for the automated relisting rule to be associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRuleDiscussion
The information for the automated relisting rule to be associated with the template.
type : class Trading_SellingManagerAutoRelistType
Declared In
Trading_SetSellingManagerTemplateAutomationRuleRequestType.hautomatedSecondChanceOfferRule
The information for the automated second chance offer rule to be associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRuleDiscussion
The information for the automated second chance offer rule to be associated with the template.
type : class Trading_SellingManagerAutoSecondChanceOfferType
Declared In
Trading_SetSellingManagerTemplateAutomationRuleRequestType.hsaleTemplateID
The ID of the Selling Manager template whose automation rules
you want to change. You can obtain a SaleTemplateID by calling
GetSellingManagerInventory.
@property (nonatomic, retain) NSNumber *saleTemplateIDDiscussion
The ID of the Selling Manager template whose automation rules
you want to change. You can obtain a SaleTemplateID by calling
GetSellingManagerInventory.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetSellingManagerTemplateAutomationRuleRequestType.h