PHP Класс ApaiIO\Operations\CartCreate

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

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

Метод Описание
addItem ( string $id, integer $quantity, boolean $byAsin = true ) Adds an item to the Cart
getName ( )

Описание методов

addItem() публичный метод

Adds an item to the Cart
public addItem ( string $id, integer $quantity, boolean $byAsin = true )
$id string The ASIN or OfferListingId Number of the item
$quantity integer How much you want to add
$byAsin boolean If False will use OfferListingId insted of ASIN

getName() публичный метод

public getName ( )