Interface OrderStatusHistoryWriterInterface
Interface OrderStatusHistoryWriterInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Writer/Interface/OrderStatusHistoryWriterInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Writer/Interface/OrderStatusHistoryWriterInterface.inc.php
Methods summary
public
addStatusUpdate( IdType $orderId, IntType $newOrderStatusId, StringType $comment, BoolType $customerNotified, IdType $customerId = null )
Adds an order status history item.
public
deleteHistory( IdType $orderId )
Deletes all order status history items which are associated with the given order item ID.