Interface OrderItemRepositoryReaderInterface
Interface OrderItemRepositoryReaderInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Reader/Interface/OrderItemRepositoryReaderInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Reader/Interface/OrderItemRepositoryReaderInterface.inc.php
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.