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

  •   saleTemplateID

    The ID of the Selling Manager template whose automation rules
    you want to change. You can obtain a SaleTemplateID by calling
    GetSellingManagerInventory.

    property
  •   automatedListingRule

    The information for the automated listing rule to be associated with the template.

    property
  •   automatedRelistingRule

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

    property
  •   automatedSecondChanceOfferRule

    The 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 *automatedListingRule

Discussion

The information for the automated listing rule to be associated with the template.

type : class Trading_SellingManagerAutoListType

Declared In

Trading_SetSellingManagerTemplateAutomationRuleRequestType.h

automatedRelistingRule

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

@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRule

Discussion

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

type : class Trading_SellingManagerAutoRelistType

Declared In

Trading_SetSellingManagerTemplateAutomationRuleRequestType.h

automatedSecondChanceOfferRule

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

@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRule

Discussion

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

type : class Trading_SellingManagerAutoSecondChanceOfferType

Declared In

Trading_SetSellingManagerTemplateAutomationRuleRequestType.h

saleTemplateID

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 *saleTemplateID

Discussion

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