autoship_after_update_product_availability (action)

(src/products.php) Can be used to add customization after updating a product's availability in QPilot. It takes the $product as its parameter.

Code 

  do_action( 'autoship_after_update_product_availability', $product );

Found in the Functions