CartItemSchema::get_remaining_stock( WC_Product $product )
Returns the remaining stock for a product if it has stock.
Description Description
This also factors in draft orders.
Parameters Parameters
- $product
-
(Required) Product instance.
Return Return
(integer|null)
Source Source
File: packages/woocommerce-blocks/src/StoreApi/Schemas/CartItemSchema.php