Api which may help to reserve only shipped quantity
I am planning to create delivery,pick release and ship confirm programatically. Need to confirm you 2 things
1) Am I using correct two api for create delivery and pick release?
wsh_deliveries_pub.create_deliveries
wsh_deliveries_pub.delivery_action
2) Is there any option or scenario that I want to used pick release for particular quantity not for all line item quantity?
suppose i have order 1 and one line with product "A" with quantity 50 and want to run pick release for 20 quantity.
Thanks