eBay::API::XML::DataType::StoreCustomListingHeaderType - eBay::API::XML::DataType::StoreCustomListingHeaderType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::StoreCustomListingHeaderType

DESCRIPTION

Top

Configuration of a Store custom listing header.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setAddToFavoriteStores()

Specifies whether the custom header has a link to Add to Favorite Stores.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isAddToFavoriteStores()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'

setDisplayType()

Display type for the custom listing header.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'ns:StoreCustomListingHeaderDisplayCodeType'

getDisplayType()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'ns:StoreCustomListingHeaderDisplayCodeType'

setLinkToInclude()

Link to include in the custom header.

  Calls: SetStore
  RequiredInput: Conditionally

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

getLinkToInclude()

  Calls: GetStore
  Returned: Conditionally

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

Specifies whether the custom header has a logo.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'

setSearchBox()

Specifies whether the custom header has a search box.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isSearchBox()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'

setSignUpForStoreNewsletter()

Specifies whether the custom header has a link to Sign up for Store Newsletter.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isSignUpForStoreNewsletter()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'


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