wordpress_wc_update_stock
Update WooCommerce product inventory and stock quantities to maintain accurate product availability and manage inventory levels.
Instructions
Update product inventory/stock levels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"productId": {
"type": "number"
}
},
"required": [
"productId"
],
"type": "object"
}