Ship Confirm Not Within a Range

Example Payload

Note: The following payload works only for shipment lines in Ready to Release status. After invoking the Ship Confirm service with the CreateAndConfirm operation, to process this shipment record, run the Perform Shipping Transactions scheduled process. You can select the shipment number from the Shipment drop-down list. After the job completes, the shipment is created and confirmed automatically. The status of the scheduled process is Succeeded if all of the data is valid.

This payload ships multiple serial items that are not within a range.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns1:createAndConfirmAsync xmlns:ns1="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentService/types/">
         <ns1:shipment xmlns:ship="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentService/">
            <ship:ShipmentName>S1-Serials-2</ship:ShipmentName>
            <ship:OrganizationCode>V1</ship:OrganizationCode>
            <ship:ShipmentLine>
               <ship:DeliveryDetailId>3648861</ship:DeliveryDetailId>
               <ship:ItemNumber>CM11911</ship:ItemNumber>
               <ship:ShippedQuantity unitCode="Each">3</ship:ShippedQuantity>
               <ship:Serials>
                  <ship:TransactionQuantity unitCode="Each">1</ship:TransactionQuantity>
                  <ship:FromSerialNumber>MYSER1</ship:FromSerialNumber>
                  <ship:ToSerialNumber>MYSER1</ship:ToSerialNumber>
                  <ship:SubinventoryCode>EB</ship:SubinventoryCode>
               </ship:Serials>
               <ship:Serials>
                  <ship:TransactionQuantity unitCode="Each">1</ship:TransactionQuantity>
                  <ship:FromSerialNumber>MYSER3</ship:FromSerialNumber>
                  <ship:ToSerialNumber>MYSER3</ship:ToSerialNumber>
                  <ship:SubinventoryCode>EB</ship:SubinventoryCode>
               </ship:Serials>
               <ship:Serials>
                  <ship:TransactionQuantity unitCode="Each">1</ship:TransactionQuantity>
                  <ship:FromSerialNumber>MYSER6</ship:FromSerialNumber>
                  <ship:ToSerialNumber>MYSER6</ship:ToSerialNumber>
                  <ship:SubinventoryCode>EB</ship:SubinventoryCode>
               </ship:Serials>
            </ship:ShipmentLine>
         </ns1:shipment>
      </ns1:createAndConfirmAsync>
   </soap:Body>
</soap:Envelope>