AddSellingManagerTemplateRequestType
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.
Fields
Item ( ItemType ) [0..1]
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.
See the Field Index to learn which calls use Item.

ProductID ( long ) [0..1]
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.
See the Field Index to learn which calls use ProductID.

SaleTemplateName ( string ) [0..1]
The name you provide for the template. If you don't specify a name, then Item.Title is used as the name.
See the Field Index to learn which calls use SaleTemplateName.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.