Update Product
meta_update_productUpdates product details by product ID. Modify name, description, price, availability, image, or URL.
Instructions
Updates a product's details.
Args:
product_id (string): The product ID
name, description, price, availability, image_url, url (all optional)
Returns confirmation of the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product ID | |
| name | No | Product name | |
| description | No | Product description | |
| price | No | Price in cents | |
| availability | No | Product availability | |
| image_url | No | Product image URL | |
| url | No | Product page URL | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |