Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Object::eBay::Item 0.0.3

    Download button

    No screenshots available
    Downloads: 257  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Michael Hendricks | More programs
    Perl Artistic License / FREE
    October 3rd, 2007, 10:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Object::eBay::Item description

    Object::eBay::Item module represents an item listed on eBay.

    Object::eBay::Item module represents an item listed on eBay.

    SYNOPSIS

    # assuming that Object::eBay has already been initialized
    use Object::eBay::Item;
    my $item = Object::eBay::Item->new({ item_id => 12345678 });

    print "The item is titled '", $item->title(), "'n";

    An Object::eBay::Item object represents an item that has been listed for sale on eBay.

    METHODS

    new

    A single 'item_id' argument is required. The valu of the argument should be the eBay item ID of the item you want to represent.

    buy_it_now_price

    Returns a Object::eBay::Currency object indicating the "Buy It Now" price for this item. If the item has no Buy It Now price, a price of "0" is returned. Although this may not be optimal behavior, it adhere's to eBay's usage.

    country

    Returns a code indicating the item's country. This method may need to be deprecated because the docs on eBay are contradictory. Use it with caution.

    description

    Returns the HTML text of the item's description. If you plan to use this method on an Object::eBay::Item object, please specify 'description' in the needs_methods list when creating the object (see "new"). If you don't specify needs_methods correctly, this method will not be available.

    listing_details

    Returns a Object::eBay::ListingDetails object.

    pictures

    Returns a list of URLs for the pictures associated with this item. The eBay API defines multiple ways in which images can be associated with a particular item. This method searches each of those ways and returns a list of all the image URLs that it found. If no images are found, an empty list is returned. At this time, the URLs are simple scalars and not objects, however that may change. If the return value changes, the string context will still represent the URL as it does now.

    quantity

    Returns the quantity for sale with this item.

    seller

    Returns a Object::eBay::User object representing the item's seller. Not all methods of Object::eBay::User are necessarily available.

    selling_status

    Returns a Object::eBay::SellingStatus object

    title

    Returns the title of the item.

    watch_count

    Returns the number of watches that have been place on this item via "My eBay" If you plan to use this method on an Object::eBay::Item object, please specify 'watch_count' in the needs_methods list when creating the object (see "new"). If you don't specify needs_methods correctly, this method will not be available.

    Product's homepage

    Requirements:

    · Perl
    · Class::Std
    · Object::eBay

      


    TAGS:

    eBay item | eBay object | Perl module | eBay | item | object

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM