PackingSlipServiceInterface
in
Interface PackingSlipServiceInterface
Table of Contents
- deletePackingSlipsByOrderId() : mixed
- Deletes all packing slips by a given order ID.
- getPackingSlipsByOrderList() : PackingSlipCollection
- Gets all packing slips for all orders of the given list.
Methods
deletePackingSlipsByOrderId()
Deletes all packing slips by a given order ID.
public
deletePackingSlipsByOrderId(IdType $orderId) : mixed
Parameters
- $orderId : IdType
Tags
Return values
mixed —getPackingSlipsByOrderList()
Gets all packing slips for all orders of the given list.
public
getPackingSlipsByOrderList(OrderListItemCollection $orderList) : PackingSlipCollection
Parameters
- $orderList : OrderListItemCollection