Update Product
meta_update_productUpdate product details in Meta Commerce by providing a product ID and any fields to change, such as name, description, price, availability, image URL, or page URL, and receive confirmation.
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 |
|---|---|---|---|
| url | No | Product page URL | |
| name | No | Product name | |
| price | No | Price in cents | |
| image_url | No | Product image URL | |
| product_id | Yes | Product ID | |
| description | No | Product description | |
| availability | No | Product availability | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |