Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_AddItemRequestContainerType.h
Trading_AddItemRequestContainerType.m

Overview

Similar to AddItemRequestType, the AddItemRequestContainerType defines a single
item to be listed. The AddItems request will support up to five (5) request
containers.

@ingroup EBayAPIInterface

Tasks

  •   item

    Container holding all values that define a new listing. One Item
    container is required for each AddItemRequestContainer.

    property
  •   messageID

    Most Trading API calls support a MessageID element in the request
    and a CorrelationID element in the response. With
    AddItems, a unique MessageID value is required for
    each AddItemRequestContainer container that is used in the request. The
    CorrelationID value returned under each
    AddItemResponseContainer container is used to correlate each
    item request container with its corresponding response container. The same MessageID value that you pass into a request will
    be returned in the CorrelationID field in the response.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_AddItemRequestContainerType.h

item

Container holding all values that define a new listing. One Item
container is required for each AddItemRequestContainer.

@property (nonatomic, retain) Trading_ItemType *item

Discussion

Container holding all values that define a new listing. One Item
container is required for each AddItemRequestContainer.

type : class Trading_ItemType

Declared In

Trading_AddItemRequestContainerType.h

messageID

Most Trading API calls support a MessageID element in the request
and a CorrelationID element in the response. With
AddItems, a unique MessageID value is required for
each AddItemRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddItemResponseContainer container is used to correlate each
item request container with its corresponding response container. The same MessageID value that you pass into a request will
be returned in the CorrelationID field in the response.

@property (nonatomic, retain) NSString *messageID

Discussion

Most Trading API calls support a MessageID element in the request
and a CorrelationID element in the response. With
AddItems, a unique MessageID value is required for
each AddItemRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddItemResponseContainer container is used to correlate each
item request container with its corresponding response container. The same MessageID value that you pass into a request will
be returned in the CorrelationID field in the response.

type : NSString, wrapper for primitive string

Declared In

Trading_AddItemRequestContainerType.h