-
Web Service URL: https://[SERVER_ADDRESS]/SupplierOrdersWS/SupplierOrdersData.asmx
-
MPS Version: From 5.3.0
Description
This method approves (processes) all of the order details that have the status Sold for the supplier.
Syntax
public string ProcessShipment(int supplierID, string supplierUserEmail, string supplierUserPassword, int shipmentID, string comments)
Parameters
-
supplierID: Supplier ID in the system;
-
supplierUserEmail: Supplier contact email;
-
supplierUserPassword: Encrypted password for the supplier contact;
-
shipmentID: ID of the shipment being approved;
-
comments: Additional information regarding the shipment approval.
Response
Click here to learn more about the response format.
Possible response errors
Click here to see the possible errors that may be returned and learn the reasons behind them.
Restrictions
-
The delivery must have the status Requested in order to be processed.