PackingSlipReaderInterface
in
Interface PackingSlipReaderInterface
Table of Contents
- getPackingSlipFileNameCollectionByOrderId() : StringCollection
- Gets all file names of packing slips for a given order ID.
- getPackingSlipsByOrderId() : PackingSlipCollection
- Gets all packing slips for a given order ID.
Methods
getPackingSlipFileNameCollectionByOrderId()
Gets all file names of packing slips for a given order ID.
public
getPackingSlipFileNameCollectionByOrderId(IdType $orderId) : StringCollection
Parameters
- $orderId : IdType
Tags
Return values
StringCollection —getPackingSlipsByOrderId()
Gets all packing slips for a given order ID.
public
getPackingSlipsByOrderId(IdType $orderId) : PackingSlipCollection
Parameters
- $orderId : IdType