Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::create_feedpublicWC 1.0

{@inheritdoc}

Method of the class: POSIntegration{}

No Hooks.

Returns

null. Nothing (null).

Usage

$POSIntegration = new POSIntegration();
$POSIntegration->create_feed(): FeedInterface;

POSIntegration::create_feed() code WC 10.7.0

public function create_feed(): FeedInterface {
	return new JsonFileFeed( 'pos-catalog-feed' );
}