do_action( 'bigcommerce/import/product/skipped', int $post_id, BigCommerceApiv3ModelProduct $product, BigCommerceApiv3ModelListing $listing, WP_Term $channel_term, BigCommerceApiv3ApiCatalogApi $catalog )

Summary

A product has been skipped for import


Parameters

$post_id

(int) The Post ID of the skipped product

$product

(BigCommerceApiv3ModelProduct) The product data

$listing

(BigCommerceApiv3ModelListing) The channel listing data

$channel_term

(WP_Term) The Channel term corresponding to the listing

$catalog

(BigCommerceApiv3ApiCatalogApi) The Catalog API instance


Source

File: src/BigCommerce/Import/Importers/Products/Product_Ignorer.php



User Contributed Notes

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