PHP 클래스 ApaiIO\Operations\CartCreate

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

공개 메소드들

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