Package com.ibm.commerce.inventory.commands

Contains commands that are used for inventory management, such as managing expected inventory, receiving inventory, or making adjustments to inventory.

See:
          Description

Interface Summary
AdjustInventoryReservationCmd This task command adjusts the inventory for a given inventory reservation by the amount of the given quantity.
CreateReceiptCmd Create a receipt of an item at a fulfillment center.
CreateStoreAddressCmd Create the fulfillment or vendor address.
ExpectedInventoryRecordCloseCmd Close a list of expected inventory records.
ExpectedInventoryRecordCreateCmd Create an expected inventory record.
ExpectedInventoryRecordDeleteCmd Mark a list of expected inventory records for deletion.
ExpectedInventoryRecordUpdateCmd Update an expected inventory record.
FulfillmentCenterCreateCmd Create a new fulfillment center.
FulfillmentCenterDeleteCmd Mark a list of fulfillment centers for deletion.
FulfillmentCenterUpdateCmd Update the fulfillment center.
GeneratePickBatchCmd Generate a pick batch for specified fulfillment center and store.
GenericInventoryAdjustCmd The purpose of this command is to adjust (release or increase) inventory for a speicifed product.
GenericInventoryReserveCmd The purpose of this command is to reserve inventory for a specified product.
InventoryAdjustCmd Make an adjustment to existing inventory by calling the stored procedure AdjustInventory.
MakeReceiptAvailableCmd Make a receipt available to the distribution arrangement.
PickBatchGenerateCmd Generate a pick batch for specified fulfillment center and store.
ReceiptCreateCmd Create an expected inventory receipt or ad hoc receipt.
ReleaseManifestCmd Update order status and fulfillment status after the order release is packed and shipped.
ReleaseShipConfirmCmd Record carrier and shipment tracking information when the order release is packed and shipped.
ReleaseShipDeleteCmd Mark a list of manifest (package) records for deletion.
ReleaseShipUpdateCmd Update carrier and shipment tracking information after the order release is packed and shipped.
ReserveInventoryCmd This task command creates a reservation of a requested quantity of inventory of a given item from a given fulfillment center for a given store.
ReturnReasonCodeCreateCmd Create a new return reason.
ReturnReasonCodeDeleteCmd Mark a list of return reasons for deletion.
ReturnReasonCodeUpdateCmd Update an existing return reason.
UpdateReleaseManifestStatusCmd Update order status and fulfillment status after the order release is packed and shipped.
UpdateStoreAddressCmd Update the fulfillment or vendor address.
VendorCreateCmd Create a new vendor.
VendorDeleteCmd Mark a list of vendors for deletion.
VendorUpdateCmd Update the vendor.
 

Class Summary
AdjustInventoryReservationCmdImpl This task command adjusts the inventory for a given inventory reservation by the amount of the given quantity.
CreateReceiptCmdImpl Create a receipt of an item at a fulfillment center.
CreateStoreAddressCmdImpl Create the fulfillment or vendor address.
ExpectedInventoryRecordCloseCmdImpl Close a list of expected inventory records.
ExpectedInventoryRecordCreateCmdImpl Create an expected inventory record.
ExpectedInventoryRecordDeleteCmdImpl Mark a list of expected inventory records for deletion.
ExpectedInventoryRecordUpdateCmdImpl Update an expected inventory record.
FulfillmentCenterCreateCmdImpl Create a new fulfillment center.
FulfillmentCenterDeleteCmdImpl Mark a list of fulfillment centers for deletion.
FulfillmentCenterUpdateCmdImpl Update the fulfillment center.
GeneratePickBatchCmdImpl Generate a pick batch for specified fulfillment center and store.
GenericInventoryAdjustCmdImpl This command adjusts(increases/releases) inventory for the specified product.
GenericInventoryBaseCmdImpl This is an abstract base class for the generic inventory commands.
GenericInventoryReserveCmdImpl This command reserves inventory for a specified product.
InventoryAdjustCmdImpl Make an adjustment to existing inventory by calling the stored procedure AdjustInventory.
MakeReceiptAvailableCmdImpl Make a receipt available to the distribution arrangement.
PickBatchGenerateCmdImpl Generate a pick batch for specified fulfillment center and store.
ReceiptCreateCmdImpl Create an expected inventory receipt or ad hoc receipt.
ReleaseManifestCmdImpl Update order status and fulfillment status after the order release is packed and shipped.
ReleaseShipConfirmCmdImpl Record carrier and shipment tracking information when the order release is packed and shipped.
ReleaseShipDeleteCmdImpl Mark a list of manifest (package) records for deletion.
ReleaseShipUpdateCmdImpl Update carrier and shipment tracking information after the order release is packed and shipped.
ReserveInventoryCmdImpl This task command creates a reservation of a requested quantity of inventory of a given item from a given fulfillment center for a given store.
ReturnReasonCodeCreateCmdImpl Create a new return reason.
ReturnReasonCodeDeleteCmdImpl Mark a list of return reasons for deletion.
ReturnReasonCodeUpdateCmdImpl Update an existing return reason.
UpdateReleaseManifestStatusCmdImpl Update order status and fulfillment status after the order release is packed and shipped.
UpdateStoreAddressCmdImpl Update the fulfillment or vendor address.
VendorCreateCmdImpl Create a new vendor.
VendorDeleteCmdImpl Mark a list of vendors for deletion.
VendorUpdateCmdImpl Update the vendor.
 

Package com.ibm.commerce.inventory.commands Description

Contains commands that are used for inventory management, such as managing expected inventory, receiving inventory, or making adjustments to inventory.