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

Overview

Adds a Selling Manager template.
One product can have up to 20 templates associated with it.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.

@ingroup EBayAPIInterface

Tasks

  •   item

    Contains the data in your template, i.e. the data needed to
    list an item. The item data you specify will be used
    when you list items from the template you are adding.

    property
  •   saleTemplateName

    The name you provide for the template. If you don’t specify
    a name, then Item.Title is used as the name.

    property
  •   productID

    The ID of the product with which the template will be associated.
    Before calling AddSellingManagerTemplate, you can obtain a product ID
    from the response of an AddSellingManagerProduct call.
    That is, after you add a product using AddSellingManagerProduct, a product ID is
    returned in the SellingManagerProductDetails.ProductID field.
    The GetSellingManagerTemplates
    call also returns product IDs.
    Alternatively, you can obtain information about a user’s existing
    products, including the product IDs, by calling GetSellingManagerInventory.

    property

Properties

item

Contains the data in your template, i.e. the data needed to
list an item. The item data you specify will be used
when you list items from the template you are adding.

@property (nonatomic, retain) Trading_ItemType *item

Discussion

Contains the data in your template, i.e. the data needed to
list an item. The item data you specify will be used
when you list items from the template you are adding.

type : class Trading_ItemType

Declared In

Trading_AddSellingManagerTemplateRequestType.h

productID

The ID of the product with which the template will be associated.
Before calling AddSellingManagerTemplate, you can obtain a product ID
from the response of an AddSellingManagerProduct call.
That is, after you add a product using AddSellingManagerProduct, a product ID is
returned in the SellingManagerProductDetails.ProductID field.
The GetSellingManagerTemplates
call also returns product IDs.
Alternatively, you can obtain information about a user’s existing
products, including the product IDs, by calling GetSellingManagerInventory.

@property (nonatomic, retain) NSNumber *productID

Discussion

The ID of the product with which the template will be associated.
Before calling AddSellingManagerTemplate, you can obtain a product ID
from the response of an AddSellingManagerProduct call.
That is, after you add a product using AddSellingManagerProduct, a product ID is
returned in the SellingManagerProductDetails.ProductID field.
The GetSellingManagerTemplates
call also returns product IDs.
Alternatively, you can obtain information about a user’s existing
products, including the product IDs, by calling GetSellingManagerInventory.

type : NSNumber, wrapper for primitive long

Declared In

Trading_AddSellingManagerTemplateRequestType.h

saleTemplateName

The name you provide for the template. If you don’t specify
a name, then Item.Title is used as the name.

@property (nonatomic, retain) NSString *saleTemplateName

Discussion

The name you provide for the template. If you don’t specify
a name, then Item.Title is used as the name.

type : NSString, wrapper for primitive string

Declared In

Trading_AddSellingManagerTemplateRequestType.h