autoship_after_print_variable_product_custom_fields_group (action)
(src/product-page.php) Action within the autoship_print_variable_product_custom_fields() function to allow you to extend the Autoship Options (within the "autoship-sync-active-option-group" classed div) on the WP-Admin > Products > Edit Product > Variations (tab).
Code
add_action('autoship_after_print_variable_product_custom_fields_group', 'xx_add_after_autoship_options_prod_page_variable', 10, 1);