The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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'