OrderStatusReaderInterface

Extends

Interface OrderStatusReaderInterface

category

System

package

OrderStatus

subpackage

Repositories

Methods

Returns the data of all order status resources in the storage.

getAllOrderStatus() : array

Response

array

Data of all order status entities.

Returns the data of the expected order status entity by the given order status id.

getOrderStatusById(\IntType $orderStatusId) : array

Arguments

$orderStatusId

\IntType

Id of expected order status entity

Response

array

Data of order status entity or empty array, if no data was found.