Interface OrderItemRepositoryDeleterInterface

Interface OrderItemRepositoryDeleterInterface

Direct known implementers

OrderItemRepositoryDeleter

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.