Update Cancelled Quantity
Update the cancelled quantity for a specific product in a shipment line.
Direction Host → WMS
HTTP Method POST
Path /inbound/shipmentLine/updateCancelledQuantity
Query Parameters
Section titled “Query Parameters”shipmentNumber(string, required) - The shipment numberproductId(string, required) - The product identifierquantity(integer, required) - The cancelled quantity
Responses
Section titled “Responses”200: Quantity updated successfully (returns a string result)