Interface OrderItemRepositoryWriterInterface

Interface OrderItemRepositoryWriterInterface

Direct known implementers

OrderItemRepositoryWriter

Methods summary

public insertIntoOrder( IdType $orderId, OrderItemInterface $orderItem ) : integer

Inserts an order item to an order by the given order ID.

public update( StoredOrderItemInterface $orderItem ) : OrderItemRepositoryWriterInterface

Update the passed order item.