Interface OrderItemRepositoryDeleterInterface
Interface OrderItemRepositoryDeleterInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Deleter/Interface/OrderItemRepositoryDeleterInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Deleter/Interface/OrderItemRepositoryDeleterInterface.inc.php
Methods summary
public
deleteItemById( IdType $orderItemId )
: OrderItemRepositoryDeleterInterface
Removes an item from the order by the given order item ID.
public
deleteItemsByOrderId( IdType $orderId )
: OrderItemRepositoryDeleterInterface
Removes multiple order items by the given order ID.