update_product_catalog_item
Update an existing product catalog item by referencing its publisher ID, catalog ID, and unique identifier. Provide new values for name, price, category, description, URL, or image.
Instructions
Update an existing product catalog item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Item URL | |
| name | No | Item name | |
| price | No | Item price | |
| category | No | Item category | |
| image_url | No | Item image URL | |
| catalog_id | Yes | Catalog ID | |
| identifier | Yes | Unique identifier for the catalog item | |
| description | No | Item description | |
| publisher_id | Yes | Publisher ID |