autoship_qpilot_orders_after_update_via_rest (action)

(src/api.php) Used to perform actions after a QPilot generated order is processed by the WooCommerce Rest API wc-autoshipcloud/v1/orders endpoint. The action includes the WP_REST_Response object ($response) & the original WP_REST_Request object ($request) as parameters.

Code

    do_action( 'autoship_qpilot_orders_after_update_via_rest', $response, $request );

Included in these Functions