StockItemRepository

Extends \Shopware\Components\Model\ModelRepository

package

Default

Methods

Fetches the stock entry items of all sale stock entries associated with any of the given $orderDetailIds and returns an array grouped by order detail ID of the stock entry items as arrays.

getSaleStockItemsAsArrays(array<mixed,integer> $orderDetailIds) : array<mixed,array>

Arguments

$orderDetailIds

array<mixed,integer>

Response

array<mixed,array>