See: Description
Interface | Description |
---|---|
AdjustInventoryCmd |
Task Command, this command is the single interface for all inventory operations.
|
AdjustInventoryReservationCmd |
Adjusts the inventory for a given inventory reservation by the amount of the given quantity.
|
AdjustReceiptCmd |
Makes an adjustment to existing inventory by calling the adjustinventory database stored procedure.
|
CancelExternalInventoryTaskCmd |
This is a task command used to cancel the inventory of external system
|
CheckExternalInventoryTaskCmd |
This is a task command used to check the inventory of the external system.
|
CreateReceiptCmd |
Create a receipt of an item at a fulfillment center.
|
CreateStoreAddressCmd |
Creates the fulfillment or vendor address.
|
DoInventoryActionCmd |
This Inventory task command is the single interface for all inventory operations.
|
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.
|
ExternalInventoryBaseTaskCmd |
This class is the base class of CheckExternalInventoryTaskCmd, ReserveExternalInventoryTaskCmd and CancelExternalInventoryTaskCmd.
|
FulfillmentCenterCreateCmd |
Creates a new fulfillment center.
|
FulfillmentCenterDeleteCmd |
Marks a list of fulfillment centers for deletion.
|
FulfillmentCenterUpdateCmd |
Update the fulfillment center.
|
GeneratePackSlipCmd |
This task command is used to generate pick slip for specified pick batch based on the pick batch identifier.
|
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 specified 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.
|
ManageInventoryCmd |
This Inventory task command is used to manage inventory in accelerator.
|
PickBatchGenerateCmd |
Generates a pick batch for specified fulfillment center and store.
|
ProcessOrderInventoryResponseTaskCmd |
This is a task command used to process the response of the inventory outbound service.
|
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.
|
ReleaseOrdersToFulfillmentCOCmd |
This order task command is used to releases orders to fulfillment.
|
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.
|
ReserveExternalInventoryTaskCmd |
This is a task command to reserve the inventory of external system
|
ReserveInventoryCmd |
Creates a reservation of a requested quantity of inventory of a given item from a given fulfillment center for a given store.
|
ResolveReleasesCmd |
Resolve releases to fulfillment.
|
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 | Description |
---|---|
AdjustInventoryCmdImpl |
Default implementation of the CreateInventoryCmd interface.
|
AdjustInventoryReservationCmdImpl |
Default implementation of the AdjustInventoryReservationCmd interface.
|
AdjustReceiptCmdImpl |
Default implementation of the InventoryAdjustCmd interface.
|
CancelExternalInventoryTaskCmdImpl |
This is the default implementation of the CheckExternalInventoryTaskCmd task command.
|
CheckExternalInventoryTaskCmdImpl |
This is the default implementation of the CheckExternalInventoryTaskCmd task command.
|
CreateReceiptCmdImpl |
Default implementation of the CreateReceiptCmd interface.
|
CreateStoreAddressCmdImpl |
Default implementation of the CreateStoreAddressCmd interface.
|
DoInventoryActionCmdImpl |
This is the default implementation of the DoInventoryActionCmd task command.
|
DOMDoInventoryActionCmdImpl | Deprecated
Replaced by DoInventoryActionCmdImpl.
|
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.
|
ExternalInventoryBaseTaskCmdImpl |
This class is the base class of CheckExternalInventoryTaskCmdImpl, ReserveExternalInventoryTaskCmdImpl and CancelExternalInventoryTaskCmdImpl.
|
FulfillmentCenterCreateCmdImpl |
Default implementation of the FulfillmentCenterCreateCmd interface.
|
FulfillmentCenterDeleteCmdImpl |
Default implementation of the FulfillmentCenterDeleteCmd interface.
|
FulfillmentCenterUpdateCmdImpl |
Default implementation of the FulfillmentCenterUpdateCmd interface.
|
GeneratePackSlipCmdImpl |
This is the default implementation of the GeneratePackSlipCmd task command.
|
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.
|
InventoryDateFormat |
This class is a tool that can format the date time according to the web service standard
|
InventoryStatusConvertor |
This class is a tool that converts the external inventory status to Commerce inventory status
|
MakeReceiptAvailableCmdImpl |
Default implementation of the MakeReceiptAvailableCmd interface.
|
ManageInventoryCmdImpl |
This is the default implementation of the ManageInventoryCmd task command.
|
OMSExpectedInventoryRecordsCache |
This class is a cache that stores the expected external inventory cache record
|
PickBatchGenerateCmdImpl |
Generates a pick batch for specified fulfillment center and store.
|
ProcessOrderInventoryResponseTaskCmdImpl |
This is the default implementation of the ProcessOrderInventoryResponseTaskCmd task command.
|
QuantityConvertor |
This method converts the order item quantity to the catEntry unit
|
ReceiptCreateCmdImpl |
Default implementation of the ReceiptCreateCmd interface.
|
ReleaseManifestCmdImpl |
Default implementation of the ReleaseManifestCmd interface.
|
ReleaseOrdersToFulfillmentCOCmdImpl |
This is the default implementation of the ReleaseOrdersToFulfillmentCOCmd task command.
|
ReleaseShipConfirmCmdImpl |
Default implementation of the ReleaseShipConfirmCmd interface.
|
ReleaseShipDeleteCmdImpl |
Default implementation of the ReleaseShipDeleteCmd interface.
|
ReleaseShipUpdateCmdImpl |
Default implementation of the ReceiptCreateCmd interface.
|
ReserveExternalInventoryTaskCmdImpl |
This is the default implementation of the ReserveExternalInventoryTaskCmd task command.
|
ReserveInventoryCmdImpl |
Default implementation of the ReserveInventoryCmd interface.
|
ResolveReleasesCmdImpl |
Default implementation of the ResolveReleasesCmd 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.
|