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
-
saleTemplateID
The ID of the template from which you want to remove automation rules.
property
You can obtain a SaleTemplateID by calling GetSellingManagerInventory. -
deleteAutomatedListingRule
If true, the automated listing rules are removed from the template.
property -
deleteAutomatedRelistingRule
If true, the automated relisting rules are removed from the template.
property -
deleteAutomatedSecondChanceOfferRule
If 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 *deleteAutomatedListingRule
Discussion
If true, the automated listing rules are removed from the template.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.h
deleteAutomatedRelistingRule
If true, the automated relisting rules are removed from the template.
@property (nonatomic, retain) NSNumber *deleteAutomatedRelistingRule
Discussion
If true, the automated relisting rules are removed from the template.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.h
deleteAutomatedSecondChanceOfferRule
If true, the automated second chance offer rule is removed from the template.
@property (nonatomic, retain) NSNumber *deleteAutomatedSecondChanceOfferRule
Discussion
If true, the automated second chance offer rule is removed from the template.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DeleteSellingManagerTemplateAutomationRuleRequestType.h
saleTemplateID
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 *saleTemplateID
Discussion
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