Class PackingSlipService
Class PackingSlipService
- PackingSlipService implements PackingSlipServiceInterface
Methods summary
public
__construct( PackingSlipRepositoryInterface $packingSlipRepository, AbstractFileStorage $fileStorage )
PackingSlipService constructor.
public
getPackingSlipsByOrderList( OrderListItemCollection $orderList )
: PackingSlipCollection
Gets all packing slips for all orders of the given list.
public
deletePackingSlipsByOrderId( IdType $orderId )
Deletes all packing slips by a given order ID.