PHP Class ApaiIO\Operations\Lookup

See also: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/ItemLookup.html
Author: Jan Eichhorn ([email protected])
Inheritance: extends AbstractOperation
Afficher le fichier Open project: exeu/apai-io Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

getCondition() public méthode

Returns the condition of the items to return. New | Used | Collectible | Refurbished | All
public getCondition ( ) : string
Résultat string

getIdType() public méthode

Returns the idtype either ASIN (Default), SKU, UPC, EAN, and ISBN
public getIdType ( ) : string
Résultat string

getItemId() public méthode

Returns the itemid
public getItemId ( ) : string
Résultat string

getName() public méthode

public getName ( )

getSearchIndex() public méthode

Returns the searchindex
public getSearchIndex ( ) : mixed
Résultat mixed

setCondition() public méthode

Defaults to New.
public setCondition ( string $condition ) : Search
$condition string
Résultat Search

setIdType() public méthode

Sets the idtype either ASIN (Default), SKU, UPC, EAN, and ISBN
public setIdType ( string $idType ) : Lookup
$idType string
Résultat Lookup

setItemId() public méthode

Sets the itemid which should be looked up
public setItemId ( string $itemId ) : Lookup
$itemId string
Résultat Lookup

setItemIds() public méthode

Pass up to 10 itemid's which should be looked up
public setItemIds ( array $itemIds ) : Lookup
$itemIds array
Résultat Lookup

setSearchIndex() public méthode

Sets the searchindex which should be used when set IdType other than ASIN
public setSearchIndex ( string $searchIndex ) : Lookup
$searchIndex string
Résultat Lookup