autoship_after_push_product (action)

( src/products.php) Can be used to perform custom actions after upserting products to QPilot. It takes the $product as its parameter.

Code

do_action( 'autoship_after_push_product', $product );

Found in the Functions