autoship_qpilot_orders_before_update_via_rest (action)
(src/api.php) Used to perform actions when a QPilot generated order is first received by the WC Rest API wc-autoshipcloud/v1/orders endpoint. The action includes the WP_REST_Request object ($request) as a parameter.
Code
do_action( 'autoship_qpilot_orders_before_update_via_rest', $request );
Included in these Functions