PHP 클래스 Smalot\Magento\Order\Order

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
addComment ( string $orderIncrementId, string $status, string $comment = null, string $notify = null ) : Smalot\Magento\ActionInterface Allows you to add a new comment to the order.
cancel ( string $orderIncrementId ) : Smalot\Magento\ActionInterface Allows you to cancel the required order.
getInfo ( string $orderIncrementId ) : Smalot\Magento\ActionInterface Allows you to retrieve the required order information.
getList ( array $filters ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of orders. Additional filters can be applied.
hold ( string $orderIncrementId ) : Smalot\Magento\ActionInterface Allows you to place the required order on hold.
unhold ( string $orderIncrementId ) : Smalot\Magento\ActionInterface Allows you to unhold the required order.

메소드 상세

addComment() 공개 메소드

Allows you to add a new comment to the order.
public addComment ( string $orderIncrementId, string $status, string $comment = null, string $notify = null ) : Smalot\Magento\ActionInterface
$orderIncrementId string
$status string
$comment string
$notify string
리턴 Smalot\Magento\ActionInterface

cancel() 공개 메소드

Allows you to cancel the required order.
public cancel ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
리턴 Smalot\Magento\ActionInterface

getInfo() 공개 메소드

Allows you to retrieve the required order information.
public getInfo ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
리턴 Smalot\Magento\ActionInterface

getList() 공개 메소드

Allows you to retrieve the list of orders. Additional filters can be applied.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
리턴 Smalot\Magento\ActionInterface

hold() 공개 메소드

Allows you to place the required order on hold.
public hold ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
리턴 Smalot\Magento\ActionInterface

unhold() 공개 메소드

Allows you to unhold the required order.
public unhold ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
리턴 Smalot\Magento\ActionInterface