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

  •   saleTemplateID

    The ID of the template you are using to list an item.
    You can obtain a SaleTemplateID by calling GetSellingManagerInventory.

    property
  •   scheduleTime

    Start time for the listing.

    property
  •   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

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 *item

Discussion

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.h

saleTemplateID

The ID of the template you are using to list an item.
You can obtain a SaleTemplateID by calling GetSellingManagerInventory.

@property (nonatomic, retain) NSNumber *saleTemplateID

Discussion

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

scheduleTime

Start time for the listing.

@property (nonatomic, retain) NSDate *scheduleTime

Discussion

Start time for the listing.

type : NSDate, wrapper for primitive date

Declared In

Trading_AddItemFromSellingManagerTemplateRequestType.h