Records carrier and shipment tracking information when the order release is packed and shipped. If the updateManifestStatus flag is set to "1", the UpdateReleaseManifestStatusCmd task command will be called to update order status and fulfillment status after shipment tracking information is recorded.
Parameters
Example xml_string for recording carrrier and shipment tracking information:
<?xml version="1.0" encoding="UTF-8"?> <XML> <XMLFile>inventory.PackageDetail</XMLFile> <dateShipped>2001-10-30 00:00:00.0</dateShipped> <ordersId>100</ordersId> <ordReleaseNum>1</ordReleaseNum> <packageId>Package 123</packageId> <pickupRecordId>Record 456</pickupRecordId> <setCCurr>CAD</setCCurr> <shipModeId>100</shipModeId> <shippingCosts>120.5</shippingCosts> <trackingId>track 789</trackingId> <updateManifestStatus>0</updateManifestStatus> <weight>28</weight> <weightMeasure>KGM</weightMeasure> </XML>
Response Parameters
Exceptions
When the required fields are missing or not in the right data type, this command will throw exception to indicate which field is missing or bad.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
static java.lang.String | defaultCommandClassName The default implementation class name is "com.ibm.commerce.inventory.commands.ReleaseShipConfirmCmdImpl". |
static java.lang.String | NAME The name of this interface is "com.ibm.commerce.inventory.commands.ReleaseShipConfirmCmd". |
Method Summary | |
void | setDateShipped(java.lang.String newDateShipped) Sets the date the package shipped. |
void | setLastupdate(java.lang.String newLastupdate) Sets the timestamp of last update. |
void | setManifestId(java.lang.String newManifestId) Sets the manifest (package) identifier. |
void | setManifestStatus(java.lang.String newManifestStatus) Sets the status of the manifest (package). |
void | setOrdersId(java.lang.String newOrdersId) Sets the order identifier. |
void | setOrdReleaseNum(java.lang.String newOrdReleaseNum) Sets the order release number. |
void | setPackageId(java.lang.String newPackageId) Sets the package identifier. |
void | setPickupRecordId(java.lang.String newPickupRecordId) Sets the pickup record identifier. |
void | setSetCCurr(java.lang.String newSetCCurr) Sets the currency in which the shipment was charged. |
void | setShipModeId(java.lang.String newShipModeId) Sets the shipping provider. |
void | setShippingCosts(java.lang.String newShippingCosts) Sets the shipping costs. |
void | setTrackingId(java.lang.String newTrackingId) Sets the tracking identifier. |
void | setUpdateManifestStatus(java.lang.String newUpdateManifestStatus) Sets the flag to indicate if the order and fulfillment status should be updated after the carrier and shipment tracking information is recorded. |
void | setWeight(java.lang.String newWeight) Sets the weight of the package. |
void | setWeightMeasure(java.lang.String newWeightMeasure) Sets the unit of measure of the package weight. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setDateShipped(java.lang.String newDateShipped)
public void setLastupdate(java.lang.String newLastupdate)
public void setManifestId(java.lang.String newManifestId)
public void setManifestStatus(java.lang.String newManifestStatus)
public void setOrdersId(java.lang.String newOrdersId)
public void setOrdReleaseNum(java.lang.String newOrdReleaseNum)
public void setPackageId(java.lang.String newPackageId)
public void setPickupRecordId(java.lang.String newPickupRecordId)
public void setSetCCurr(java.lang.String newSetCCurr)
public void setShipModeId(java.lang.String newShipModeId)
public void setShippingCosts(java.lang.String newShippingCosts)
public void setTrackingId(java.lang.String newTrackingId)
public void setUpdateManifestStatus(java.lang.String newUpdateManifestStatus)
public void setWeight(java.lang.String newWeight)
public void setWeightMeasure(java.lang.String newWeightMeasure)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.