Interface OrderItemRepositoryReaderInterface

Interface OrderItemRepositoryReaderInterface

Direct known implementers

OrderItemRepositoryReader

Methods summary

public getItemById( IdType $orderItemId ) : StoredOrderItemInterface

Returns an stored order item by the given order item ID.

public getItemsByOrderId( IdType $orderId ) : StoredOrderItemCollection

Returns a collection of stored order items by the given order ID.