-
Web Service URL: https://[SERVER_ADDRESS]/SupplierOrdersWS/SupplierOrdersData.asmx
-
MPS Version: From 5.3.0
Description
This method cancels the specified items from an inbound delivery assigned to the supplier.
Syntax
public string CancelShipmentItems(int supplierID, string supplierUserEmail, string supplierUserPassword, int shipmentID, string shipmentItemsIDList, string Comments)
Parameters
-
supplierID: Supplier ID in the system;
-
supplierUserEmail: Supplier contact email;
-
supplierUserPassword: Encrypted password for the supplier contact;
-
shipmentID: Identifier of the shipment where the items are being canceled;
-
shipmentItemsIDList: List of identifiers (ShipmentItemID) for the items to be canceled from the shipment, separated by “;”. Example: 115;116;118;
-
comments: Additional information explaining the reason for the cancellation.
Response
Click here to learn more about the response format.
Possible errors returned
Click here to view the possible errors that may be returned and understand their reasons.
Restrictions
-
Allows you to cancel items from a shipment with the status Requested, Processed, Forwarded, or In Transit.