PHP Class ApaiIO\Operations\CartCreate

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

Public Methods

Method Description
addItem ( string $id, integer $quantity, boolean $byAsin = true ) Adds an item to the Cart
getName ( )

Method Details

addItem() public method

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 method

public getName ( )