Update Shipped Quantity

Example Payload

This payload updates the shipped quantity.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:UpdateShipmentLines xmlns:ns1="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentLineService/types/">
            <ns1:apiVersionNumber>1.0</ns1:apiVersionNumber>
            <ns1:InitMsgList/>
            <ns1:ShipmentLineInformation xmlns:ns2="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentLineService/">
                <ns2:ShipmentLine>3502278</ns2:ShipmentLine>
                <ns2:ShippedQuantity unitCode="Each">1</ns2:ShippedQuantity>
            </ns1:ShipmentLineInformation>
        </ns1:UpdateShipmentLines>
    </soap:Body>
</soap:Envelope>