update_gift
Update a gift's details by providing its unique ID and at least one field to modify. Change name, description, price range, or image URLs.
Instructions
Update a gift's fields by id. At least one field besides id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| description | No | ||
| product_link | No | ||
| price_min | No | ||
| price_max | No | ||
| image_urls | No |