For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hello,
I saw there are two SOAP services to create/complete shipment.
1. ShipmentRequestService (/fscmService/ShipmentRequestServiceV2?WSDL) -
processShipmentRequestOrder method
2. Shipment Service (fscmService/ShipmentService?WSDL ) - createAndConfirm method.
Can you please tell me which one should be used to Complete/Partial shipments? Is there any special service for Partial shipments? Also should a ESS job run in Fusion apps after calling these services?
Thanks,
Venkat Ramakrishnan
Can you give some details around your business use case? Typically to do a partial shipment would involve update a shipment line with a partially shipped quantity. If you could outline an example and go through the business use case, that would be helpful. You can start with an Order with a quantity of 100 for Item X and work through examples of Complete and Partial. Please include steps on the pick release and pick confirm process as well.
Lynn,
I will get back you on the details you asked. In the mean time, can you please tell what service I can use to complete shipment? ShipmentRequestService/processShipmentRequestOrder method or ShipmentService/createAndConfirm method? When I said partial, it may not be full quantity to be shipped always.
Thanks,
Venkat Ramakrishnan
Lynn,
There are two use cases.
1. Ordered qty - 10 , Shipped Qty - 10 - This is full shipment
2. Ordered qty - 10, Shipped Qty - 5 - This is partial shipment.
Assumptions:
1. Lines are in Staged Status
2. Pick confirm and Pick release is handled by another process.
I just want to know the correct service to create and confirm the shipment that will make the line status from staged to shipped. Can I use createAndConfirm operation in ShipmentService for this?
Thanks,
Venkat Ramakrishnan
Can you give some details around your business use case? Typically to do a partial shipment would involve update a shipment line with a partially shipped quantity. If you could outline an example and go through the business use case, that would be helpful. You can start with an Order with a quantity of 100 for Item X and work through examples of Complete and Partial. Please include steps on the pick release and pick confirm process as well.