WooCommerce Code Reference

ProductRepository
in package

Repository for product persistence operations.

Designed to be injected via the DI container into commands that need to load or save products.

Table of Contents

find()  : WC_Product|null
Find a product by ID.
save()  : void
Save a product.

Methods