Method |
Description |
|
getCondition ( ) : string |
Returns the condition of the items to return. New | Used | Collectible | Refurbished | All |
|
getIdType ( ) : string |
Returns the idtype either ASIN (Default), SKU, UPC, EAN, and ISBN |
|
getItemId ( ) : string |
Returns the itemid |
|
getName ( ) |
|
|
getSearchIndex ( ) : mixed |
Returns the searchindex |
|
setCondition ( string $condition ) : Search |
Sets the condition of the items to return: New | Used | Collectible | Refurbished | All |
|
setIdType ( string $idType ) : Lookup |
Sets the idtype either ASIN (Default), SKU, UPC, EAN, and ISBN |
|
setItemId ( string $itemId ) : Lookup |
Sets the itemid which should be looked up |
|
setItemIds ( array $itemIds ) : Lookup |
Pass up to 10 itemid's which should be looked up |
|
setSearchIndex ( string $searchIndex ) : Lookup |
Sets the searchindex which should be used when set IdType other than ASIN |
|