Trading_AddItemFromSellingManagerTemplateRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_AddItemFromSellingManagerTemplateRequestType.h Trading_AddItemFromSellingManagerTemplateRequestType.m |
Overview
Creates listings from Selling Manager templates.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.
@ingroup EBayAPIInterface
Tasks
-
saleTemplateIDThe ID of the template you are using to list an item.
property
You can obtain a SaleTemplateID by calling GetSellingManagerInventory. -
scheduleTimeStart time for the listing.
property -
itemCurrently, only the
property
following can be specified as children of this
container: payment methods,
the PayPal email address, and CategoryMappingAllowed.
This container is intended for specifying
item values that differ from values in the
template specified in the SaleTemplateID field.
However, currently, the only children that
are allowed for this container are payment methods and
a PayPal email address.
Properties
item
Currently, only the
following can be specified as children of this
container: payment methods,
the PayPal email address, and CategoryMappingAllowed.
This container is intended for specifying
item values that differ from values in the
template specified in the SaleTemplateID field.
However, currently, the only children that
are allowed for this container are payment methods and
a PayPal email address.
@property (nonatomic, retain) Trading_ItemType *itemDiscussion
Currently, only the
following can be specified as children of this
container: payment methods,
the PayPal email address, and CategoryMappingAllowed.
This container is intended for specifying
item values that differ from values in the
template specified in the SaleTemplateID field.
However, currently, the only children that
are allowed for this container are payment methods and
a PayPal email address.
type : class Trading_ItemType
Declared In
Trading_AddItemFromSellingManagerTemplateRequestType.hsaleTemplateID
The ID of the template you are using to list an item.
You can obtain a SaleTemplateID by calling GetSellingManagerInventory.
@property (nonatomic, retain) NSNumber *saleTemplateIDDiscussion
The ID of the template you are using to list an item.
You can obtain a SaleTemplateID by calling GetSellingManagerInventory.
type : NSNumber, wrapper for primitive long
Declared In
Trading_AddItemFromSellingManagerTemplateRequestType.h