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

Summary

A product has been saved by the import process


Parameters

$post_id

(int) The Post ID of the skipped product

$product

(BigCommerceApiv3ModelProduct) The product data

$listing

(BigCommerceApiv3ModelListing) The channel listing data

$catalog

(BigCommerceApiv3ApiCatalogApi) The Catalog API instance


Source

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


User Contributed Notes

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