PHP Класс Smalot\Magento\Order\Order

Наследование: extends Smalot\Magento\MagentoModuleAbstract
Показать файл Открыть проект

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

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