do_action( 'bigcommerce/proxy/response_received', array|WP_Error $result, WP_REST_Request $request )

Summary

Do something with the response before it is returned. E.g. Import the product(s) and/or cache it.


Parameters

$result

(array|WP_Error) Result from API call.

$request

(WP_REST_Request) API request.


Source

File: src/BigCommerce/Proxy/Proxy_Controller.php



User Contributed Notes

You must log in before being able to contribute a note or feedback.