Interface PackingSlipServiceInterface

Interface PackingSlipServiceInterface

Direct known implementers

PackingSlipService

Methods summary

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.