Trading_SaveItemToSellingManagerTemplateRequestType Class Reference
| 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
- 
	
		itemIDItemID which should be created as a template and saved to inventory. property
- 
	
		productIDAssociates the new template with a product. property
- 
	
		templateNameName 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 *itemIDDiscussion
ItemID which should be created as a template and saved to inventory.
type : NSString, wrapper for primitive string
Declared In
Trading_SaveItemToSellingManagerTemplateRequestType.hproductID
Associates the new template with a product.
@property (nonatomic, retain) NSNumber *productIDDiscussion
Associates the new template with a product.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SaveItemToSellingManagerTemplateRequestType.htemplateName
Name associated with the template. If no name is submitted, the template will be named automatically.
@property (nonatomic, retain) NSString *templateNameDiscussion
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