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

NAME

eBay::API::XML::DataType::BuyingGuideDetailsType

DESCRIPTION

Information about zero or more buying guides and the site's buying guide hub. Buying guides contain content about particular product areas, categories, or subjects to help buyers decide which type of item to purchase based on their particular interests. Multiple buying guides can be returned. See the eBay Web Services Guide for additional information.

SYNOPSIS

INHERITANCE

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

Subroutines:

setBuyingGuide()

Information that identifies a buying guide. A buying guide contains content about particular product areas, categories, or subjects to help buyers decide which type of item to purchase based on their particular interests. Buying guides are useful to buyers who do not have a specific product in mind. For example, a digital camera buying guide could help a buyer determine what kind of digital camera is right for them.

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

getBuyingGuide()

  Calls: GetSearchResults
  Returned: Conditionally
  Details: DetailLevel: ItemReturnAttributes, ItemReturnCategories, none, ReturnAll
           GranularityLevel: Coarse


  Calls: GetCategoryListings
  Returned: Conditionally

  Calls: GetProducts
  Returned: Conditionally
  MaxOccurs: 5

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

setBuyingGuideHub()

URL of the buying guide home page for the site being searched. Your application can present this URL as a link. Optionally, you can use a value like "See all buying guides" as the link's display name. GetProducts returns this URL even when no guides are available for the product.

# Argument: 'xs:anyURI'

getBuyingGuideHub()

  Calls: GetSearchResults
  Returned: Conditionally
  Details: DetailLevel: ItemReturnAttributes, ItemReturnCategories, none, ReturnAll
           GranularityLevel: Coarse


  Calls: GetCategoryListings
  Returned: Conditionally

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:anyURI'