update_product
Update an existing product in your ad catalog by providing its ID and any fields to modify: name, price, URL, image, description, or availability.
Instructions
Update an existing product in a catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Product URL | |
| name | No | Product name | |
| price | No | Product price (e.g. '9.99 USD') | |
| image_url | No | Product image URL | |
| product_id | Yes | Product ID | |
| description | No | Product description | |
| availability | No | Product availability: in stock, out of stock, etc. |