The PickingOrderItemRepositoryContract describes methods for fetching one or multiple picking order items.
Plenty\Modules\Fulfillment\Picklist\Contracts
public getAll():Collection
public getPickingOrderItemById(int $pickingOrderItemId):PickingOrderItem
int | $pickingOrderItemId |
This event will be triggered, when an item is picked
Plenty\Modules\Fulfillment\Picklist\Events
public getPickingOrderItemId():int
Returns picking order item ID
public getProcessUserId():int
Returns process user ID
public addPluginConfig(string $identifier, $pluginConfig):Events
Add a plugin configuration
string | $identifier | |
$pluginConfig |
public getPluginConfigs():array
Return all plugin configurations
Represent a picking order item
Plenty\Modules\Fulfillment\Picklist\Models
Type | Name | Description |
---|---|---|
int | id | |
int | pickingOrderId | |
int | orderItemId | |
string | processState | |
processDate | ||
int | processUserId | |
string | comment | |
float | quantity | |
int | itemId | |
int | holdingArea | |
int | warehouseId | |
string | orderIdList |
public toArray()
Returns this model as an array.
The FulfillmentReturnService is the service for return shipments of an order.
Plenty\Modules\Fulfillment\Services
public registerReturns(int $orderId):bool
Register the return of an order.
int | $orderId | The ID of the order |
public registerReturn(int $orderId, string $returnProvider):bool
Register the return of an order
int | $orderId | |
string | $returnProvider |
The FulfillmentShipmentService is the service for registering and cancelling shipments of an order.
Plenty\Modules\Fulfillment\Services
public resetShipment(int $orderId):bool
int | $orderId |
public cancelShipment(int $orderId):bool
Cancel the shipment of an order.
int | $orderId | The ID of the order |
public registerShipment(int $orderId):bool
Register the shipment of an order.
int | $orderId | The ID of the order |
The GetDhlRetoureOnlineDataService is the service that retrieves old DHL Retoure Online data.
Plenty\Modules\Fulfillment\Services
public getDhlRetoureOnlineData():void
Get all DHL Retoure Online configurations