eBay::API::XML::DataType::CartItemArrayType - eBay::API::XML::DataType::CartItemArrayType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

A collection of CartItems.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.