eBay::API::XML::DataType::SellerFavoriteItemPreferencesType - eBay::API::XML::DataType::SellerFavoriteItemPreferencesType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::SellerFavoriteItemPreferencesType

DESCRIPTION

Top

Contains the data for the seller favorite item preferences, i.e. the manual or automatic selection criteria to display items for buyer's favourite seller opt in email marketing.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setFavoriteItemID()

Specifies the list of favorite items.

  Calls: SetUserPreferences
  RequiredInput: No

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

getFavoriteItemID()

  Calls: GetUserPreferences
  Returned: Conditionally

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

setListingType()

The listing format (fixed price, auction, etc) for the automatic item search criteria.

  Calls: SetUserPreferences
  RequiredInput: No
  OnlyTheseValues: Auction, StoresFixedPrice, LeadGeneration,
							FixedPriceItem

# Argument: 'ns:ListingTypeCodeType'

getListingType()

  Calls: GetUserPreferences
  Returned: Conditionally
  OnlyTheseValues: Auction, StoresFixedPrice, LeadGeneration,
							FixedPriceItem

# Returns: 'ns:ListingTypeCodeType'

setMaxPrice()

Specifies the upper limit of price range for the automatic search criteria.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:AmountType'

getMaxPrice()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:AmountType'

setMinPrice()

Specifies the lower limit of price range for the automatic search criteria.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:AmountType'

getMinPrice()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:AmountType'

setSearchKeywords()

The keywords in the item title for the automatic item search criteria.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'xs:string'

getSearchKeywords()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'xs:string'

setSearchSortOrder()

The sort order chosen from the standard ebay sorts for the automatic search criteria.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'ns:StoreItemListSortOrderCodeType'

getSearchSortOrder()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'ns:StoreItemListSortOrderCodeType'

setStoreCategoryID()

(For eBay Store owners only) The store custom category for the automatic item search criteria.

  Calls: SetUserPreferences
  RequiredInput: No

# Argument: 'xs:long'

getStoreCategoryID()

  Calls: GetUserPreferences
  Returned: Conditionally

# Returns: 'xs:long'


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