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

Overview

Details about an item in a cart.

@ingroup EBayAPIInterface

Tasks

  •   item

    When used as input, this is the item to be added, removed or updated in the cart.
    Only ItemID and Quantity apply.
    This is only required as input if the parent container is submitted.
    When returned, this is one of the items remaining in the cart.

    property
  •   referenceID

    An ID created by eBay and returned along with an item, if items are returned.
    This ID must be provided on input to SetCart along with the corresponding item
    when doing a Delete or Update related to that item.

    property
  •   action

    What is to be done with the item. If the action is Delete or Update,
    ReferenceID must be provided. (It was returned with the item
    when the item was initially added to the cart.)
    This is only required if the parent container is submitted.

    property
  •   any

    (public property)

    property

Properties

action

What is to be done with the item. If the action is Delete or Update,
ReferenceID must be provided. (It was returned with the item
when the item was initially added to the cart.)
This is only required if the parent container is submitted.

@property (nonatomic, retain) NSString *action

Discussion

What is to be done with the item. If the action is Delete or Update,
ReferenceID must be provided. (It was returned with the item
when the item was initially added to the cart.)
This is only required if the parent container is submitted.

type: string constant in Trading_ModifyActionCodeType.h

Declared In

Trading_CartItemType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_CartItemType.h

item

When used as input, this is the item to be added, removed or updated in the cart.
Only ItemID and Quantity apply.
This is only required as input if the parent container is submitted.
When returned, this is one of the items remaining in the cart.

@property (nonatomic, retain) Trading_ItemType *item

Discussion

When used as input, this is the item to be added, removed or updated in the cart.
Only ItemID and Quantity apply.
This is only required as input if the parent container is submitted.
When returned, this is one of the items remaining in the cart.

type : class Trading_ItemType

Declared In

Trading_CartItemType.h

referenceID

An ID created by eBay and returned along with an item, if items are returned.
This ID must be provided on input to SetCart along with the corresponding item
when doing a Delete or Update related to that item.

@property (nonatomic, retain) NSNumber *referenceID

Discussion

An ID created by eBay and returned along with an item, if items are returned.
This ID must be provided on input to SetCart along with the corresponding item
when doing a Delete or Update related to that item.

type : NSNumber, wrapper for primitive long

Declared In

Trading_CartItemType.h