PHP 클래스 ApaiIO\Operations\Lookup

또한 보기: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/ItemLookup.html
저자: Jan Eichhorn ([email protected])
상속: extends AbstractOperation
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getCondition() 공개 메소드

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

getIdType() 공개 메소드

Returns the idtype either ASIN (Default), SKU, UPC, EAN, and ISBN
public getIdType ( ) : string
리턴 string

getItemId() 공개 메소드

Returns the itemid
public getItemId ( ) : string
리턴 string

getName() 공개 메소드

public getName ( )

getSearchIndex() 공개 메소드

Returns the searchindex
public getSearchIndex ( ) : mixed
리턴 mixed

setCondition() 공개 메소드

Defaults to New.
public setCondition ( string $condition ) : Search
$condition string
리턴 Search

setIdType() 공개 메소드

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

setItemId() 공개 메소드

Sets the itemid which should be looked up
public setItemId ( string $itemId ) : Lookup
$itemId string
리턴 Lookup

setItemIds() 공개 메소드

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

setSearchIndex() 공개 메소드

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