Interface PackingSlipRepositoryInterface
Interface PackingSlipRepositoryInterface
Direct known implementers
Methods summary
public
getPackingSlipsByOrderId( IdType $orderId )
: PackingSlipCollection
Gets all packing slips for a specific order.
public
getPackingSlipFilenameCollectionByOrderId( IdType $orderId )
: StringCollection
Gets all file names of packing slips for a given order ID.
public
deletePackingSlipsByOrderId( IdType $orderId )
Deletes all packing slips by a given order ID.