OSID Logo
OSID Specifications
inventory shipment package
Version 3.1.0
Interfaceosid.inventory.shipment.ShipmentReceiver
Implementsosid.OsidReceiver
Description

The shipment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Shipment objects.

MethodnewShipments
Description

The callback for notifications of new shipments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListshipmentIds the Id of the new Shipments
Compliancemandatory This method must be implemented.
MethodchangedShipments
Description

The callback for notification of updated shipments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListshipmentIds the Id of the updated Shipments
Compliancemandatory This method must be implemented.
MethoddeletedShipments
Description

the callback for notification of deleted shipments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListshipmentIds the Id of the deleted Shipments
Compliancemandatory This method must be implemented.