autoship_after_update_schedule_items_handler_nochange (action)

(src/scheduled-orders.php) Used to add customization where Scheduled Order Items were updated and no change was made from the previous Item(s) values. It takes the (Scheduled) $order_id, the autoship_update_scheduled_items action, and the (Scheduled Order) $data as its parameters.

Code 

do_action( 'autoship_after_update_schedule_items_handler_nochange', $order_id, 'autoship_update_schedule_items' , $data );

Found in the Functions