Skip to content

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

  • shipmentNumber (string, required) - The shipment number
  • productId (string, required) - The product identifier
  • quantity (integer, required) - The cancelled quantity

200: Quantity updated successfully (returns a string result)