OrderStatusHistoryReaderInterface
in
Interface OrderStatusHistoryReaderInterface
Tags
Table of Contents
- getStatusHistory() : OrderStatusHistoryListItemCollection
- Returns a collection of order status history items by the given order item ID.
Methods
getStatusHistory()
Returns a collection of order status history items by the given order item ID.
public
getStatusHistory(IdType $orderId) : OrderStatusHistoryListItemCollection
Parameters
- $orderId : IdType
-
ID of order item.
Return values
OrderStatusHistoryListItemCollection —Fetched order status history.