Update Cancelled Quantity
Update the cancelled quantity for a specific product in a shipment line.
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
Response
Section titled “Response”Returns a string response indicating the operation result.
Example Usage
Section titled “Example Usage”curl -X POST \ "https://api.wms.example.com/inbound/shipmentLine/updateCancelledQuantity?shipmentNumber=SHP-2024-001234&productId=PROD-ABC123&quantity=5" \ -H "Authorization: Bearer YOUR_API_KEY"