wc_update_product
Update WooCommerce product details such as name, price, stock status, and description by product ID through the WordPress REST API.
Instructions
Update a WooCommerce product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID | |
| name | No | ||
| status | No | ||
| sale_price | No | ||
| description | No | ||
| stock_status | No | ||
| regular_price | No |