OrderItemPropertyRepositoryReaderInterface

Extends

Interface OrderItemPropertyRepositoryReaderInterface

category

System

package

Order

subpackage

Interfaces

Methods

Returns a collection of order item properties by the given order item ID.

getPropertiesByOrderItemId(\IdType $orderItemId) : \StoredOrderItemAttributeCollection

Arguments

$orderItemId

\IdType

ID of the order item.

Response

\StoredOrderItemAttributeCollection

Fetched order item attribute collection.

Returns an order item property by the given ID.

getPropertyById(\IdType $orderItemPropertyId) : \StoredOrderItemProperty

Arguments

$orderItemPropertyId

\IdType

ID of order item property.

Response

\StoredOrderItemProperty

Fetched order item property.