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

Overview

Creates a Selling Manager listing template that is similar to an item.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    ItemID which should be created as a template and saved to inventory.

    property
  •   productID

    Associates the new template with a product.

    property
  •   templateName

    Name associated with the template. If no name is submitted, the template will be named automatically.

    property

Properties

itemID

ItemID which should be created as a template and saved to inventory.

@property (nonatomic, retain) NSString *itemID

Discussion

ItemID which should be created as a template and saved to inventory.

type : NSString, wrapper for primitive string

Declared In

Trading_SaveItemToSellingManagerTemplateRequestType.h

productID

Associates the new template with a product.

@property (nonatomic, retain) NSNumber *productID

Discussion

Associates the new template with a product.

type : NSNumber, wrapper for primitive long

Declared In

Trading_SaveItemToSellingManagerTemplateRequestType.h

templateName

Name associated with the template. If no name is submitted, the template will be named automatically.

@property (nonatomic, retain) NSString *templateName

Discussion

Name associated with the template. If no name is submitted, the template will be named automatically.

type : NSString, wrapper for primitive string

Declared In

Trading_SaveItemToSellingManagerTemplateRequestType.h