Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_DeleteSellingManagerItemAutomationRuleRequestType.h
Trading_DeleteSellingManagerItemAutomationRuleRequestType.m

Overview

Removes the association of Selling Manager automation rules
to an item. 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

Properties

deleteAutomatedRelistingRule

If true, the automated relisting rules are removed from the item.

@property (nonatomic, retain) NSNumber *deleteAutomatedRelistingRule

Discussion

If true, the automated relisting rules are removed from the item.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_DeleteSellingManagerItemAutomationRuleRequestType.h

deleteAutomatedSecondChanceOfferRule

If true, the automated second chance offer rule is removed from the item.

@property (nonatomic, retain) NSNumber *deleteAutomatedSecondChanceOfferRule

Discussion

If true, the automated second chance offer rule is removed from the item.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_DeleteSellingManagerItemAutomationRuleRequestType.h

itemID

The ID of the item from which to delete automation rules.

@property (nonatomic, retain) NSString *itemID

Discussion

The ID of the item from which to delete automation rules.

type : NSString, wrapper for primitive string

Declared In

Trading_DeleteSellingManagerItemAutomationRuleRequestType.h