See:
Description
Interface Summary | |
---|---|
AdjustInventoryReservationCmd | 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 | Creates the fulfillment or vendor address. |
ExpectedInventoryRecordCloseCmd | Closes a list of expected inventory records. |
ExpectedInventoryRecordCreateCmd | Creates an expected inventory record. |
ExpectedInventoryRecordDeleteCmd | Marks for deletion a list of expected inventory records. |
ExpectedInventoryRecordUpdateCmd | Updates an expected inventory record. |
FulfillmentCenterCreateCmd | Creates a new fulfillment center. |
FulfillmentCenterDeleteCmd | Marks a list of fulfillment centers for deletion. |
FulfillmentCenterUpdateCmd | Update the fulfillment center. |
GeneratePickBatchCmd | Generates 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 | Makes an adjustment to existing inventory by calling the
adjustinventory database stored procedure. |
MakeReceiptAvailableCmd | Makes a receipt available to the distribution arrangement. |
PickBatchGenerateCmd | Generates a pick batch for specified fulfillment center and store. |
ReceiptCreateCmd | Creates an expected inventory receipt or ad hoc receipt. |
ReleaseManifestCmd | Updates order status and fulfillment status after the order release is packed and shipped. |
ReleaseShipConfirmCmd | Records carrier and shipment tracking information when the order release is packed and shipped. |
ReleaseShipDeleteCmd | Marks a list of manifest (package) records for deletion. |
ReleaseShipUpdateCmd | Updates carrier and shipment tracking information after the order release is packed and shipped. |
ReserveInventoryCmd | 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 | Default implementation of the AdjustInventoryReservationCmd
interface. |
CreateReceiptCmdImpl | Default implementation of the CreateReceiptCmd
interface. |
CreateStoreAddressCmdImpl | Default implementation of the CreateStoreAddressCmd
interface. |
ExpectedInventoryRecordCloseCmdImpl | Default implementation of the ExpectedInventoryRecordCloseCmd
interface. |
ExpectedInventoryRecordCreateCmdImpl | Default implementation of the ExpectedInventoryRecordCreateCmd
interface. |
ExpectedInventoryRecordDeleteCmdImpl | Default implementation of the ExpectedInventoryRecordDeleteCmd
interface. |
ExpectedInventoryRecordUpdateCmdImpl | Default implementation of the ExpectedInventoryRecordUpdateCmd
interface. |
FulfillmentCenterCreateCmdImpl | Default implementation of the FulfillmentCenterCreateCmd
interface. |
FulfillmentCenterDeleteCmdImpl | Default implementation of the FulfillmentCenterDeleteCmd
interface. |
FulfillmentCenterUpdateCmdImpl | Default implementation of the FulfillmentCenterUpdateCmd
interface. |
GeneratePickBatchCmdImpl | Default implementation of the GeneratePickBatchCmd
interface. |
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 | Default implementation of the InventoryAdjustCmd
interface. |
MakeReceiptAvailableCmdImpl | Default implementation of the MakeReceiptAvailableCmd
interface. |
PickBatchGenerateCmdImpl | Generates a pick batch for specified fulfillment center and store. |
ReceiptCreateCmdImpl | Default implementation of the ReceiptCreateCmd
interface. |
ReleaseManifestCmdImpl | Default implementation of the ReleaseManifestCmd
interface. |
ReleaseShipConfirmCmdImpl | Default implementation of the ReleaseShipConfirmCmd
interface. |
ReleaseShipDeleteCmdImpl | Default implementation of the ReleaseShipDeleteCmd
interface. |
ReleaseShipUpdateCmdImpl | Default implementation of the ReceiptCreateCmd
interface. |
ReserveInventoryCmdImpl | Default implementation of the ReserveInventoryCmd
interface. |
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. |
Contains commands that are used for inventory management, such as managing expect inventory,receiving expected inventory, or making adjustments to inventory.