autoship_after_all_products_autoship_activate_sync_bulk_action (action)

(src/product-page.php) Can be used to perform additional actions at the end the bulk product sync action. It takes the $post_ids (Product Ids), the $action, and a $redirect_url as its parameters. 

Code

  do_action( 'autoship_after_all_products_autoship_activate_sync_bulk_action', $post_ids, $action, $redirect_url );

Fount in the Functions