PHP Класс ApaiIO\Operations\Lookup

См. также: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/ItemLookup.html
Автор: Jan Eichhorn ([email protected])
Наследование: extends AbstractOperation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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