do_action( 'bigcommerce/import/fetched_products', int $count, BigCommerceApiv3ModelProductCollectionResponse $api_response )

Summary

Triggered when a batch of products have been fetched from the BigCommerce API and stored in the import queue


Parameters

$count

(int) The number of products added to the queue

$api_response

(BigCommerceApiv3ModelProductCollectionResponse) The response received from the BigCommerce API


Source

File: src/BigCommerce/Import/Processors/Product_Data_Fetcher.php



User Contributed Notes

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