Tim Keefer > eBay-API > eBay::API::XML::DataType::SiteDetailsType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::SiteDetailsType

DESCRIPTION ^

Details about a specific site.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setSite()

Short name that identifies an eBay site. Usually, an eBay site is associated with a particular country or region (e.g., US or Belgium_French). Specialty sites (e.g., eBay Express or eBay Stores) use the same site ID as their associated main eBay site. The US eBay Motors site is an exception to this convention.<br><br> Related fields:<br> Item.Site in AddItem<br> User.Site in GetUser

# Argument: 'ns:SiteCodeType'

getSite()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'ns:SiteCodeType'

setSiteID()

Numeric identifier for an eBay site. If you are using the SOAP API, you use numeric site IDs in the request URL. If you are using the XML API, you use numeric site IDs in the X-EBAY-API-SITEID header.

# Argument: 'xs:int'

getSiteID()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:int'

syntax highlighting: