phpDocumentor

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
throws
InvalidArgumentException
Return values
mixed

Search results