
eBay::API::XML::DataType::WishListEntryType

This type contains details about the product or item a user has added to a wish list.


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

Date the item or product was added to the wish list.
# Argument: 'xs:dateTime'
# Returns: 'xs:dateTime'
Item details, returned if the wish list entry is an item, as opposed to a product.
# Argument: 'ns:ItemType'
# Returns: 'ns:ItemType'
Notes the user has entered about the product or item, only returned if notes exist.
# Argument: 'xs:string'
# Returns: 'xs:string'
Product details, returned if the wish list entry is a product, as opposed to an item.
# Argument: 'ns:ExpressProductType'
# Returns: 'ns:ExpressProductType'
Quantity of the item or product already received by the user.
# Argument: 'xs:int'
# Returns: 'xs:int'
User-specified desired quantity of the item or product.
# Argument: 'xs:int'
# Returns: 'xs:int'