woocommerce_store_api_checkout_update_order_from_request

woocommerce_store_api_checkout_update_order_from_request

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_store_api_checkout_update_order_from_request') is found 1 times:

  • /src/StoreApi/Utilities/CheckoutTrait.php line 168
    		 *
    		 * @param \WC_Order $order Order object.
    		 * @param \WP_REST_Request $request Full details about the request.
    		 */
    		do_action( 'woocommerce_store_api_checkout_update_order_from_request', $this->order, $request );
    
    		$this->order->save();
    	}
    
    	/**
    	 * Gets the chosen payment method title from the request.