Tim Keefer > eBay-API > eBay::API::XML::DataType::CartItemArrayType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::CartItemArrayType

DESCRIPTION ^

A collection of CartItems.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::DataType::CartItemArrayType inherits from the eBay::API::XML::BaseDataType class

Subroutines: ^

setCartItem()

Details about a cart item and what to do with it (for example, add it to the cart, remove it from the cart, or change the quantity for an item). As a return type, this and its children are only returned if there are items in the cart after the last SetCart operation. This is only required if the parent container is submitted.

  Calls: SetCart
  RequiredInput: Conditionally

# Argument: reference to an array of 'ns:CartItemType'

getCartItem()

  Calls: GetCart
         SetCart
  Returned: Conditionally

# Returns: reference to an array of 'ns:CartItemType'

syntax highlighting: