Trading_DeleteSellingManagerTemplateAutomationRuleRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.h Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.m |
Overview
Removes the association of Selling Manager automation rules
to a template. Returns the remaining rules in the response.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.
@ingroup EBayAPIInterface
Tasks
-
saleTemplateIDThe ID of the template from which you want to remove automation rules.
property
You can obtain a SaleTemplateID by calling GetSellingManagerInventory. -
deleteAutomatedListingRuleIf true, the automated listing rules are removed from the template.
property -
deleteAutomatedRelistingRuleIf true, the automated relisting rules are removed from the template.
property -
deleteAutomatedSecondChanceOfferRuleIf true, the automated second chance offer rule is removed from the template.
property
Properties
deleteAutomatedListingRule
If true, the automated listing rules are removed from the template.
@property (nonatomic, retain) NSNumber *deleteAutomatedListingRuleDiscussion
If true, the automated listing rules are removed from the template.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.hdeleteAutomatedRelistingRule
If true, the automated relisting rules are removed from the template.
@property (nonatomic, retain) NSNumber *deleteAutomatedRelistingRuleDiscussion
If true, the automated relisting rules are removed from the template.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.hdeleteAutomatedSecondChanceOfferRule
If true, the automated second chance offer rule is removed from the template.
@property (nonatomic, retain) NSNumber *deleteAutomatedSecondChanceOfferRuleDiscussion
If true, the automated second chance offer rule is removed from the template.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.hsaleTemplateID
The ID of the template from which you want to remove automation rules.
You can obtain a SaleTemplateID by calling GetSellingManagerInventory.
@property (nonatomic, retain) NSNumber *saleTemplateIDDiscussion
The ID of the template from which you want to remove automation rules.
You can obtain a SaleTemplateID by calling GetSellingManagerInventory.
type : NSNumber, wrapper for primitive long
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.h