Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_AddItemsResponseType.h
Trading_AddItemsResponseType.m

Overview

The response of the AddItems call. The response includes the
Item IDs of the newly created listings, the eBay category each item is listed under, the
start and end time of each listing, and the estimated fees that each listing will incur.

@ingroup EBayAPIInterface

Tasks

  •   addItemResponseContainer

    One AddItemResponseContainer container is returned for each
    listing that is being created with the AddItems call.
    Each container includes the ItemID of each newly created
    listings, the eBay category each item is listed under, the start and end time of
    each listing, and the estimated fees that each listing will incur.

    property

Properties

addItemResponseContainer

One AddItemResponseContainer container is returned for each
listing that is being created with the AddItems call.
Each container includes the ItemID of each newly created
listings, the eBay category each item is listed under, the start and end time of
each listing, and the estimated fees that each listing will incur.

@property (nonatomic, retain) NSMutableArray *addItemResponseContainer

Discussion

One AddItemResponseContainer container is returned for each
listing that is being created with the AddItems call.
Each container includes the ItemID of each newly created
listings, the eBay category each item is listed under, the start and end time of
each listing, and the estimated fees that each listing will incur.

entry type : class Trading_AddItemResponseContainerType

Declared In

Trading_AddItemsResponseType.h